[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Fixed invocation of mktemp with --tmpdir

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jun 21 16:36:03 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
396680fc by Roland Clobus at 2021-06-21T17:35:55+02:00
Fixed invocation of mktemp with --tmpdir

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_debian_live_build.sh


Changes:

=====================================
bin/reproducible_debian_live_build.sh
=====================================
@@ -36,7 +36,7 @@ trap cleanup INT TERM EXIT
 # Generate and use an isolated workspace
 export PROJECTNAME="live-build"
 mkdir -p /srv/workspace/live-build
-export TMPDIR=$(mktemp --tmpdir /srv/workspace/live-build -d -t smallest-build.XXXXXXXX)
+export TMPDIR=$(mktemp --tmpdir=/srv/workspace/live-build -d -t smallest-build.XXXXXXXX)
 cd ${TMPDIR}
 
 # Fetch and use the latest version of live build



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/396680fcaa42cd5c5e99a6716dde7d9312e3e530

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/396680fcaa42cd5c5e99a6716dde7d9312e3e530
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20210621/492351e0/attachment.htm>


More information about the Qa-jenkins-scm mailing list