summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-16 16:49:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-16 16:49:13 +0200
commitb00e46682a41257cb4646a62491d3c8ede6a9a42 (patch)
treeb565c12b3855d4049dcfbe64a9ed300518d54dfa /TODO
parentb1e964969bf6cfe20ba336ba5b6c9414a4541910 (diff)
downloadjenkins.debian.net-b00e46682a41257cb4646a62491d3c8ede6a9a42.tar.xz
reproducible arch: first stab at _build_arch_pkg.sh (WIP)
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 4 insertions, 8 deletions
diff --git a/TODO b/TODO
index 8a27e01f..94b4c825 100644
--- a/TODO
+++ b/TODO
@@ -295,13 +295,8 @@ properties:
* create a job, to bootstrap an arch schroot: done. needs to be made idempotent.
* use regular maintenace job to update the arch schroot: 'schroot --directory /tmp -c source:jenkins-reproducible-arch -u root -- pacman -Syu --noconfirm'
* create another job, to build a single package and a webpage for it…
-----
-
- PKG=sudo
- schroot --directory /tmp -c source:jenkins-reproducible-arch -- cp -r /var/abs/core/$PKG /tmp
- 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
- schroot --directory /tmp/$PKG -c source:jenkins-reproducible-arch -- makepkg --skippgpcheck # YOLO
-----
+** WIP…
+** introduce variations: USER, TZ, LANG, LC_ALL, umask
* create a simple scheduler and build a few more packages…
** schroot, find packages in /var/abs/core/, schedule those
*** idea: reschedule reverse build depends too
@@ -310,7 +305,8 @@ properties:
** 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
** build with -j X
-** 'echo "keyserver-options auto-key-retrieve" >> ~/.gnupg/gpg.conf'
+** '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
----