diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:37:04 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-11 00:37:04 +0100 |
commit | 7acbab4ab56df9f351bbd2584a6f74524b07a724 (patch) | |
tree | ae7ad24f94d9ecc7b59d3b270b57e90085a311d6 | |
parent | 3778770ff1fbca985fb47541ad7ce20de96c268a (diff) | |
download | jenkins.debian.net-7acbab4ab56df9f351bbd2584a6f74524b07a724.tar.xz |
reproducible archlinux: this FIXME belongs into TODO
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -336,6 +336,7 @@ skip_if_unavailable=False * job, to bootstrap an arch schroot needs to be made idempotent ** needs to download bootstrap.tar.gz sig and verify +** once this has been done, run it more often than once a year * use regular maintenace job to update the arch schroot: 'schroot --directory /tmp -c source:jenkins-reproducible-arch -u root -- pacman -Syu --noconfirm' * arch build.sh: ** introduce more variations: USER diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index ccff76e0..0873dca1 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -1444,7 +1444,7 @@ my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' my_node: '' - '{name}_setup_schroot_arch': - my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' # FIXME: this aint idempotent, so it's only run once a year for now + my_description: 'Setup an Arch Linux schroot to test Arch Linux packages for reproducibility.' my_timed: '42 23 1 1 *' my_shell: '/srv/jenkins/bin/jenkins_master_wrapper.sh' my_recipients: 'qa-jenkins-scm@lists.alioth.debian.org' |