diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-12 12:54:25 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-12 12:54:25 +0100 |
commit | 7ece95bae42f202007345ac3b07908e22787b0a4 (patch) | |
tree | 0833eb3c1dfa6bda8c610a48cb42a61133080bfc /TODO | |
parent | a902d1f8c381bd6c31eaa81a1a5bea18f1187463 (diff) | |
download | jenkins.debian.net-7ece95bae42f202007345ac3b07908e22787b0a4.tar.xz |
reproducible archlinux: use gpg to verify sources
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -309,8 +309,8 @@ This is about Debian, below are more todo entries for other projects… * arch build.sh: ** 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' -*** 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' +** 'echo "keyserver-options auto-key-retrieve" >> ~/.gnupg/gpg.conf' is now being used and should make this not needed: +*** '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 &) * put results in a db ** graph results |