Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
2f11e8cf
Commit
2f11e8cf
authored
Aug 26, 2022
by
Holger Levsen
Browse files
reproducible Debian: really run mmdebstrap job remotely
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
088d6d77
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/jenkins_master_wrapper.sh
View file @
2f11e8cf
#!/bin/bash
# vim: set noexpandtab:
# Copyright 2015-202
1
Holger Levsen <holger@layer-acht.org>
# Copyright 2015-202
2
Holger Levsen <holger@layer-acht.org>
# 2016 Phil Hands <phil@hands.com>
# 2018 Mattia Rizzolo <mattia@debian.org>
# released under the GPLv2
...
...
@@ -31,7 +31,7 @@ PARAMS=("$JOB_NAME")
# add some more params if needed,
case
$JOB_NAME
in
rebootstrap_
*
|
chroot-installation_
*
|
haskell-package-plan
)
rebootstrap_
*
|
chroot-installation_
*
|
haskell-package-plan
|reproducible_mmdebstrap_
*
)
PARAMS+
=(
"
$@
"
)
;;
reproducible_debian_live_build_
*
)
...
...
job-cfg/reproducible.yaml
View file @
2f11e8cf
...
...
@@ -605,8 +605,8 @@
my_description
:
'
Create
meta
package
sets
for
later
consumption
when
generating
HTML
stats.'
my_timed
:
'
0
6
*
*
H/3'
-
'
mmdebstrap_unstable'
:
my_shell
:
'
/srv/jenkins/bin/reproducible_mmdebstrap.sh
unstable'
my_description
:
'
Check
mmdebstrap
of
unstable
is
reproducible.'
my_shell
:
'
/srv/jenkins/bin/jenkins_master_wrapper.sh
unstable'
my_timed
:
'
0
7
*
*
*'
my_hname
:
'
osuosl173'
-
'
json'
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment