diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-21 00:47:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-21 00:47:58 +0100 |
commit | 587036aa79f4f70fb8e30ee28b1da4e0cdd7fbb2 (patch) | |
tree | fda5b1c2e3ff76885762d4d01fadeea890e4779e | |
parent | 2c186ce2f07aea8a984f8e0acfadf31809a2c041 (diff) | |
download | jenkins.debian.net-587036aa79f4f70fb8e30ee28b1da4e0cdd7fbb2.tar.xz |
reproducible: one FIXME down
-rw-r--r-- | job-cfg/reproducible.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 2b7d7c0c..4c4e0534 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -503,11 +503,10 @@ - '{name}_{otherproject}': otherproject: - 'freebsd': - # FIXME: should this job be called '{name}_freebsd_jenkins'? If so, we should add the hname above my_description: 'Rebuild FreeBSD twice (with variations) and investigate regarding reproducibility.' my_timed: '42 23 * * 4' - 'setup_schroot_archlinux_jenkins': - # FIXME: it looks like this should be renamed to setup_archlinux_schroot, and the jenkins applied to all or none of the jobs here -- fil + # FIXME: it looks like this should be renamed to setup_archlinux_schroot 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/reproducible_setup_archlinux_schroot.sh' |