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
e504f19e
Commit
e504f19e
authored
Aug 29, 2022
by
Holger Levsen
Browse files
reproducible Debian: more verbose job intro for debstrap jobs
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
3a1cff29
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_debstrap.sh
View file @
e504f19e
...
@@ -26,6 +26,7 @@ cleanup() {
...
@@ -26,6 +26,7 @@ cleanup() {
# Init some variables
# Init some variables
export
TOOL
=
"
$1
"
export
TOOL
=
"
$1
"
export
SUITE
=
"
$2
"
export
SUITE
=
"
$2
"
output_echo
"About to bootstrap
$SUITE
using
$TOOL
."
export
SOURCE_DATE_EPOCH
=
"
$(
date
+%s
)
"
export
SOURCE_DATE_EPOCH
=
"
$(
date
+%s
)
"
output_echo
"SOURCE_DATE_EPOCH=
$SOURCE_DATE_EPOCH
"
output_echo
"SOURCE_DATE_EPOCH=
$SOURCE_DATE_EPOCH
"
export
BUILDDIR
=
$(
mktemp
--tmpdir
=
/srv/workspace/
-d
-t
${
TOOL
}
-
${
SUITE
}
.XXXXXXXX
)
export
BUILDDIR
=
$(
mktemp
--tmpdir
=
/srv/workspace/
-d
-t
${
TOOL
}
-
${
SUITE
}
.XXXXXXXX
)
...
...
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