summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7e2b796b..a697df88 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -14,6 +14,13 @@ else
git clone git://git.debian.org/git/reproducible/misc.git misc.git
fi
+set +x
+echo
+echo "=============================================================="
+echo "The following source packages will be build: $@"
+echo "=============================================================="
+echo
+
COUNT_TOTAL=0
COUNT_GOOD=0
COUNT_BAD=0