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
2bacb628
Commit
2bacb628
authored
Aug 29, 2022
by
Holger Levsen
Browse files
reproducible Debian: enable debug output and disable cleanup
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
e504f19e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_debstrap.sh
View file @
2bacb628
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
# Copyright 2021-2022 Holger Levsen <holger@layer-acht.org>
# Copyright 2021-2022 Holger Levsen <holger@layer-acht.org>
# released under the GPLv2
# released under the GPLv2
DEBUG
=
fals
e
DEBUG
=
tru
e
.
/srv/jenkins/bin/common-functions.sh
.
/srv/jenkins/bin/common-functions.sh
common_init
"
$@
"
common_init
"
$@
"
...
@@ -18,7 +18,7 @@ cleanup() {
...
@@ -18,7 +18,7 @@ cleanup() {
output_echo
"Cleanup
${
RESULT
}
"
output_echo
"Cleanup
${
RESULT
}
"
# Cleanup the workspace
# Cleanup the workspace
if
[
!
-z
"
${
BUILDDIR
}
"
]
;
then
if
[
!
-z
"
${
BUILDDIR
}
"
]
;
then
sudo rm
-rf
--one-file-system
${
BUILDDIR
}
echo
sudo rm
-rf
--one-file-system
${
BUILDDIR
}
fi
fi
}
}
...
...
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