diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-17 00:15:09 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-17 00:15:09 +0200 |
commit | 1b5f590d2eb0da9d22048a8de4aec94957dd976f (patch) | |
tree | 8fbc72effc3335e57811f689c30be6ff6edda9a2 /TODO | |
parent | 0d26aab123485864777d3dc50850f5d2f7faa853 (diff) | |
download | jenkins.debian.net-1b5f590d2eb0da9d22048a8de4aec94957dd976f.tar.xz |
reproducible arch: briefly explain what this is about
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -293,16 +293,16 @@ properties: ==== reproducible Arch Linux * create a job, to bootstrap an arch schroot: done. needs to be made idempotent. +** BOOTSTRAP_TAR_GZ=2015.08.01/archlinux-bootstrap-2015.08.01-x86_64.tar.gz needs to be replaced with a future proof filename +** download bootstrap.tar.gz sig and verify * use regular maintenace job to update the arch schroot: 'schroot --directory /tmp -c source:jenkins-reproducible-arch -u root -- pacman -Syu --noconfirm' -* created another job (WIP), to build a single package +* arch build.sh: ** introduce variations: USER, TZ, LANG, LC_ALL, umask +** '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-arch -- grep ^validpgpkeys= $PKG/PKGBUILD|cut -d "'" -f2|xargs schroot --directory /tmp -c source:jenkins-reproducible-arch -- gpg --recv-keys' * create a working scheduler job ** idea: reschedule reverse build depends too * more random notes: -** BOOTSTRAP_TAR_GZ=2015.08.01/archlinux-bootstrap-2015.08.01-x86_64.tar.gz needs to be replaced with a future proof filename -** download bootstrap.tar.gz sig and verify -** '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-arch -- grep ^validpgpkeys= $PKG/PKGBUILD|cut -d "'" -f2|xargs schroot --directory /tmp -c source:jenkins-reproducible-arch -- gpg --recv-keys' ** patch pacman to create .buildinfo files - or better: wait ** rename arch scripts and jobs to archlinux |