summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-12 23:58:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-12 23:58:38 +0200
commit9d2b25f3ce3eb552f969f2a03bcccb5536ff71b7 (patch)
treeae52b6d5aadcedecb407fc8db5be609708bdb9aa /bin/reproducible_build.sh
parent412e44703f67577b042cecb2472a1f7c5f41a527 (diff)
downloadjenkins.debian.net-9d2b25f3ce3eb552f969f2a03bcccb5536ff71b7.tar.xz
reproducible: refactor
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c00b6ca5..02623b3b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -320,7 +320,7 @@ call_diffoscope_on_changes_files() {
local TIMEOUT="30m"
DBDSUITE=$SUITE
if [ "$SUITE" = "experimental" ] ; then
- # there is no extra diffoscope-schroot for experimental because we specical case ghc enough already ;)
+ # there is no extra diffoscope-schroot for experimental ( because we specical case ghc enough already )
DBDSUITE="unstable"
fi
set -x # FIXME: to debug diffopscpe/schroot problems