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
b15c9dff
Commit
b15c9dff
authored
Aug 29, 2022
by
Holger Levsen
Browse files
reproducible Debian: rename script to reflect broader usage
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
1ab99eb2
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/jenkins_node_wrapper.sh
View file @
b15c9dff
...
@@ -87,7 +87,7 @@ elif [ "$1" = "reproducible_pool_buildinfos" ] ; then
...
@@ -87,7 +87,7 @@ elif [ "$1" = "reproducible_pool_buildinfos" ] ; then
elif
[
"
$1
"
=
"reproducible_html_builtin-pho"
]
;
then
elif
[
"
$1
"
=
"reproducible_html_builtin-pho"
]
;
then
exec
/srv/jenkins/bin/reproducible_html_builtin-pho.sh
;
croak
"Exec failed"
;
exec
/srv/jenkins/bin/reproducible_html_builtin-pho.sh
;
croak
"Exec failed"
;
elif
[[
"
$*
"
=
~ reproducible_mmdebstrap.
*
]]
;
then
elif
[[
"
$*
"
=
~ reproducible_mmdebstrap.
*
]]
;
then
exec
/srv/jenkins/bin/reproducible_
mm
debstrap.sh
"
$2
"
;
croak
"Exec failed"
;
exec
/srv/jenkins/bin/reproducible_debstrap.sh
"
$2
"
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
"janitor-setup-worker"
]
;
then
elif
[
"
$1
"
=
"janitor-setup-worker"
]
;
then
shift
;
exec
/srv/jenkins/bin/janitor_setup_worker.sh
;
croak
"Exec failed"
;
shift
;
exec
/srv/jenkins/bin/janitor_setup_worker.sh
;
croak
"Exec failed"
;
elif
[
"
$1
"
=
"janitor-worker"
]
;
then
elif
[
"
$1
"
=
"janitor-worker"
]
;
then
...
...
bin/reproducible_
mm
debstrap.sh
→
bin/reproducible_debstrap.sh
View file @
b15c9dff
File moved
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