[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible NetBSD: Restore accidentally removed TIMEOUT for diffoscope

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Jun 17 22:46:11 BST 2023



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


Commits:
dcb4441c by Jan-Benedict Glaw at 2023-06-17T23:45:42+02:00
reproducible NetBSD: Restore accidentally removed TIMEOUT for diffoscope

Signed-off-by: Jan-Benedict Glaw <jbglaw at lug-owl.de>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
f8e34eff by Jan-Benedict Glaw at 2023-06-17T23:45:56+02:00
reproducible NetBSD: Copy only the `_release_` directory's contents

Signed-off-by: Jan-Benedict Glaw <jbglaw at lug-owl.de>
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_netbsd.sh


Changes:

=====================================
bin/reproducible_netbsd.sh
=====================================
@@ -5,6 +5,7 @@
 
 
 PAGE=netbsd/netbsd.html
+TIMEOUT="30m"
 DEBUG=false
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
@@ -42,7 +43,7 @@ save_netbsd_results() {
 	local RELEASE_DIR="${1}"; shift
 
 	mkdir -p "${TMPDIR}/${RUN}/${FULL_MACHINE}"
-	cp -pr "${RELEASE_DIR}" "$TMPDIR/$RUN/${FULL_MACHINE}"
+	(cd "${RELEASE_DIR}" && tar cf - .) | ( cd "$TMPDIR/$RUN/${FULL_MACHINE}" && tar xf -)
 	find "${TMPDIR}/${RUN}/${FULL_MACHINE}" \( -name MD5 -o -name SHA512 \) -exec rm {} \;
 }
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b1d7d0602626323d87623079262376f91aacd037...f8e34effb4a4e7e3f378ddc8999b9bd2df4fdd8b

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b1d7d0602626323d87623079262376f91aacd037...f8e34effb4a4e7e3f378ddc8999b9bd2df4fdd8b
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/20230617/b2a4a811/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list