[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible_fdroid: copy mystery files t tmp for debugging

Holger Levsen gitlab at salsa.debian.org
Wed Jan 6 14:30:58 GMT 2021



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


Commits:
06e09fc5 by Hans-Christoph Steiner at 2021-01-06T15:30:40+01:00
reproducible_fdroid: copy mystery files t tmp for debugging

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

- - - - -


1 changed file:

- bin/reproducible_fdroid_test.sh


Changes:

=====================================
bin/reproducible_fdroid_test.sh
=====================================
@@ -45,6 +45,13 @@ cleanup_all() {
     killall adb
     killall gpg-agent
     git -C $WORKSPACE/fdroiddata status
+    jobtmpdir=/tmp/$(basename $0)-$(date +%s)/
+    mkdir $jobtmpdir
+    for f in `git status | sed -En 's,\s+modified:\s+,,p'`; do
+	test -e $f || continue
+	ls -l $f
+	cp -a $f $jobtmpdir
+    done
     echo "$(date -u) - cleanup done."
 }
 trap cleanup_all INT TERM EXIT



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/06e09fc56b098fdef6cfe6d360f157c906e59635
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/20210106/d7eb6ced/attachment.html>


More information about the Qa-jenkins-scm mailing list