[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: include the architecture in the artifact temp name

Holger Levsen holger at layer-acht.org
Sat Dec 24 12:18:58 UTC 2016


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 180d47b5b04e51ac49f48fa42056080b008e5a78
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Dec 24 13:17:53 2016 +0100

    reproducible Debian: include the architecture in the artifact temp name
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 92b73bf..8b61773 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -75,7 +75,7 @@ handle_race_condition() {
 
 save_artifacts() {
 		local random=$(head /dev/urandom | tr -cd '[:alnum:]'| head -c5)
-		local ARTIFACTS="artifacts/r00t-me/${SRCPACKAGE}_${SUITE}_tmp-${random}"
+		local ARTIFACTS="artifacts/r00t-me/${SRCPACKAGE}_${SUITE}_${ARCH}_tmp-${random}"
 		local URL="$DEBIAN_URL/$ARTIFACTS/"
 		local HEADER="$DEBIAN_BASE/$ARTIFACTS/.HEADER.html"
 		mkdir -p $DEBIAN_BASE/$ARTIFACTS

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