summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--job-cfg/reproducible.yaml2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index f2a01571..8be1b559 100644
--- a/TODO
+++ b/TODO
@@ -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'