From 180d47b5b04e51ac49f48fa42056080b008e5a78 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 24 Dec 2016 13:17:53 +0100 Subject: reproducible Debian: include the architecture in the artifact temp name Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 92b73bf5..8b61773b 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 -- cgit v1.2.3-70-g09d2