Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
2
reproducible alpine: enable debug mode
· e3f539a4
kpcyrd
authored
Jun 07, 2019
and
Holger Levsen
committed
Jun 07, 2019
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
e3f539a4
reproducible alpine: fix alpine suffix
· 3ded1857
kpcyrd
authored
Jun 07, 2019
and
Holger Levsen
committed
Jun 07, 2019
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
3ded1857
Show whitespace changes
Inline
Side-by-side
bin/reproducible_build_alpine_pkg.sh
View file @
3ded1857
...
...
@@ -4,7 +4,7 @@
# 2017-2019 kpcyrd <git@rxv.cc>
# released under the GPLv=2
DEBUG
=
fals
e
DEBUG
=
tru
e
.
/srv/jenkins/bin/common-functions.sh
common_init
"
$@
"
...
...
@@ -385,7 +385,7 @@ remote_build 1 ${NODE1}
if
[
!
-z
"
$(
ls
$TMPDIR
/b1/
$SRCPACKAGE
/
*
.apk 2>/dev/null||
true
)
"
]
;
then
remote_build 2
${
NODE2
}
cd
$TMPDIR
/b1/
$SRCPACKAGE
for
ARTIFACT
in
*
.pk
g.tar.xz
;
do
for
ARTIFACT
in
*
.
a
pk
;
do
[
-f
$ARTIFACT
]
||
continue
echo
"
$(
date
-u
)
- comparing results now."
if
diff
-q
$TMPDIR
/b1/
$SRCPACKAGE
/
$ARTIFACT
$TMPDIR
/b2/
$SRCPACKAGE
/
$ARTIFACT
;
then
...
...