[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: improve path where artifacts are saved

Holger Levsen holger at moszumanska.debian.org
Sat Mar 21 12:17:04 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 4625ba015db9302b5f4a86dfe7fa0f995a3bc47c
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Mar 21 13:16:54 2015 +0100

    reproducible: improve path where artifacts are saved
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d1713e4..8c451af 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -27,7 +27,7 @@ cleanup_all() {
 	set -x
 	if [ "$SAVE_ARTIFACTS" = "1" ] ; then
 		local random=$(tr -cd '[:alnum:]' < /dev/urandom | head -c5 ; echo)
-		local ARTIFACTS="artifacts/r00t-me/tmp-${random}/${SUITE}/${SRCPACKAGE}"
+		local ARTIFACTS="artifacts/r00t-me/${SRCPACKAGE}_${SUITE}_tmp-${random}"
 		mkdir -p /var/lib/jenkins/userContent/$ARTIFACTS
 		cp -rv $TMPDIR/* /var/lib/jenkins/userContent/$ARTIFACTS/
 		echo | tee -a ${RBUILDLOG}

-- 
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