From d64d0a0f8ad0ab2bc41cbf2bbbaf127f74736b38 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 11 Dec 2015 15:33:26 +0100 Subject: reproducible archlinux: improve output --- bin/reproducible_build_archlinux_pkg.sh | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 18426ac9..89ad2241 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -109,9 +109,10 @@ choose_package() { first_build() { echo "=============================================================================" - echo "Building ${SRCPACKAGE} from repository '$REPOSITORY' for Arch Linux on $(hostname -f) now." - echo "Date: $(date)" - echo "Date UTC: $(date -u)" + echo "Building for Arch Linux on $(hostname -f) now." + echo "Source package: ${SRCPACKAGE}" + echo "Repository: $REPOSITORY" + echo "Date: $(date -u)" echo "=============================================================================" set -x local SESSION="archlinux-$SRCPACKAGE-$(basename $TMPDIR)" @@ -136,9 +137,10 @@ first_build() { second_build() { echo "=============================================================================" - echo "Re-Building ${SRCPACKAGE} from repository '$REPOSITORY' for Arch Linux on $(hostname -f) now." - echo "Date: $(date)" - echo "Date UTC: $(date -u)" + echo "Re-Building for Arch Linux on $(hostname -f) now." + echo "Source package: ${SRCPACKAGE}" + echo "Repository: $REPOSITORY" + echo "Date: $(date -u)" echo "=============================================================================" set -x local SESSION="archlinux-$SRCPACKAGE-$(basename $TMPDIR)" -- cgit v1.2.3-70-g09d2