diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:28:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-10 13:28:19 +0100 |
commit | 031b524aec37e6f46a20ef06ce1523750a73fcab (patch) | |
tree | 59c10ef9c91833451da9c22515f68b0fe7a39006 | |
parent | 8e2e7367d16f6f9da30bf9c465084b83b4422104 (diff) | |
download | jenkins.debian.net-031b524aec37e6f46a20ef06ce1523750a73fcab.tar.xz |
reproducible archlinux: document how to test 'extra' too
-rw-r--r-- | TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -330,9 +330,10 @@ This is about Debian, below are more todo entries for other projects… ** introduce more variations: USER ** confirm the others are really working ** 'makepkg --skippgpcheck' should be replaced by 'makepkg' and 'echo "keyserver-options auto-key-retrieve" >> ~/.gnupg/gpg.conf' -*** this should make this obselete: 'schroot --directory /tmp -c source:jenkins-reproducible-archlinux -- grep ^validpgpkeys= $PKG/PKGBUILD|cut -d "'" -f2|xargs schroot --directory /tmp -c source:jenkins-reproducible-archlinux -- gpg --recv-keys' +*** which should make this obsolete: 'schroot --directory /tmp -c source:jenkins-reproducible-archlinux -- grep ^validpgpkeys= $PKG/PKGBUILD|cut -d "'" -f2|xargs schroot --directory /tmp -c source:jenkins-reproducible-archlinux -- gpg --recv-keys' ** on SIGTERM, also ssh to remote host and cleanup there! (via ssh &) -* test 'extra' too +* test 'extra' too: +** schroot --run-session -c $SESSION --directory /var/abs/extra -- ls -1|sort -R|xargs echo > $ARCHLINUX_EXTRA_PKGS * put results in a db ** graph results * idea: reschedule reverse build depends too |