[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux: improve output
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 11 14:33:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit d64d0a0f8ad0ab2bc41cbf2bbbaf127f74736b38
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 11 15:33:26 2015 +0100
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 18426ac..89ad224 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)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list