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
adc9c1d0
Commit
adc9c1d0
authored
Aug 29, 2015
by
Holger Levsen
Browse files
reproducible: silence warning if behaviour is expected
parent
4f9fee9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/reproducible_build.sh
View file @
adc9c1d0
...
...
@@ -159,14 +159,14 @@ diff_copy_buildlogs() {
if
[
${
PIPESTATUS
[0]
}
-eq
0
]
;
then
echo
"The two build logs are identical!
\o
/"
|
tee
-a
$DIFF
fi
echo
-e
"
\n
Compressing the log
s
..."
echo
-e
"
\n
Compressing the
2nd
log..."
gzip
-9vn
$DIFF
gzip
-9cvn
b2/build.log
>
$BASE
/logs/
$SUITE
/
$ARCH
/
${
SRCPACKAGE
}
_
${
EVERSION
}
.build2.log.gz
chmod
644
$BASE
/logs/
$SUITE
/
$ARCH
/
${
SRCPACKAGE
}
_
${
EVERSION
}
.build2.log.gz
else
echo
"Warning: No second build log"
|
tee
-a
$RBUILDLOG
echo
"Compressing the log..."
elif
[
$FTBFS
-eq
0
]
;
then
echo
"Warning: No second build log, what happened?"
|
tee
-a
$RBUILDLOG
fi
echo
"Compressing the 1st log..."
gzip
-9cvn
b1/build.log
>
$BASE
/logs/
$SUITE
/
$ARCH
/
${
SRCPACKAGE
}
_
${
EVERSION
}
.build1.log.gz
chmod
644
$BASE
/logs/
$SUITE
/
$ARCH
/
${
SRCPACKAGE
}
_
${
EVERSION
}
.build1.log.gz
else
...
...
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