From 3f012b9b79a90396c57848fc9b8147adf41a1e4f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 01:43:25 +0200 Subject: improve output --- bin/reproducible_build.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index ce76e791..9638eca2 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -27,13 +27,6 @@ if [ ! -f $PACKAGES_DB ] ; then PRIMARY KEY (name))' fi -set +x -echo -echo "==============================================================" -echo "The following source packages will be build: $@" -echo "==============================================================" -echo -set -x # this needs sid entries in sources.list: grep deb-src /etc/apt/sources.list | grep sid sudo apt-get update @@ -48,6 +41,13 @@ if [[ $1 =~ ^-?[0-9]+$ ]] ; then else PACKAGES="$@" fi +set +x +echo +echo "==============================================================" +echo "The following source packages will be build: $PACKAGES" +echo "==============================================================" +echo +set -x COUNT_TOTAL=0 COUNT_GOOD=0 -- cgit v1.2.3-70-g09d2