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
088d6d77
Commit
088d6d77
authored
Aug 26, 2022
by
Holger Levsen
Browse files
reproducible Debian: run mmdebstrap job remotely
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
e2885c3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/jenkins_node_wrapper.sh
View file @
088d6d77
...
...
@@ -86,7 +86,7 @@ elif [ "$1" = "reproducible_pool_buildinfos" ] ; then
exec
/srv/jenkins/bin/reproducible_pool_buildinfos.sh
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
"reproducible_html_builtin-pho"
]
;
then
exec
/srv/jenkins/bin/reproducible_html_builtin-pho.sh
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
"reproducible_mmdebstrap"
]
;
then
elif
[
"
$1
"
=
"reproducible_mmdebstrap
.*
"
]
;
then
exec
/srv/jenkins/bin/reproducible_mmdebstrap.sh
"
$2
"
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
"janitor-setup-worker"
]
;
then
shift
;
exec
/srv/jenkins/bin/janitor_setup_worker.sh
;
croak
"Exec failed"
;
...
...
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