Skip to content
Commits on Source (2)
......@@ -335,6 +335,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
**** create new job to recreate all pkg pages
*** create index pages
*** create new archlinux.html - keep the old one til this works
*** job needs to be triggered every hour
** create json
** debian uses a table removed_packages, should this be used here too?
** debian uses a table manual_scheduler to limit the amount of packages someone can schedule per day...
......
......@@ -753,19 +753,15 @@
- 'archlinux':
my_num: 1
op_descname: 'an Arch Linux'
my_disabled: false
- 'archlinux':
my_num: 2
op_descname: 'an Arch Linux'
my_disabled: false
- 'archlinux':
my_num: 3
op_descname: 'an Arch Linux'
my_disabled: false
- 'archlinux':
my_num: 4
op_descname: 'an Arch Linux'
my_disabled: false
- 'fedora-23_x86_64':
my_num: 1
op_descname: 'a Fedora 23'
......@@ -774,12 +770,13 @@
my_num: 2
op_descname: 'a Fedora 23'
my_shell: '/srv/jenkins/bin/reproducible_build_rpm.sh fedora-23 x86_64'
my_trigger: 'reproducible_html_{otherproject}'
# when you add another fedora builder here
# the loop in bin/reproducible_setup_mock.sh needs to be increased too
my_description: 'Try to reproducibly build {op_descname} package.'
my_shell: '/srv/jenkins/bin/reproducible_build_{otherproject}_pkg.sh'
my_timed: '* * * * *'
my_trigger: 'reproducible_html_{otherproject}'
my_trigger: ''
my_hname: ''
my_disabled: true