[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible_fdroid: include correct path for debug files

Mattia Rizzolo gitlab at salsa.debian.org
Mon Jan 11 10:04:46 GMT 2021



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
77b5205a by Hans-Christoph Steiner at 2021-01-11T11:03:41+01:00
reproducible_fdroid: include correct path for debug files

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_fdroid_test.sh


Changes:

=====================================
bin/reproducible_fdroid_test.sh
=====================================
@@ -44,13 +44,15 @@ cleanup_all() {
     echo "$(date -u) - cleanup in progress..."
     killall adb
     killall gpg-agent
-    git -C $WORKSPACE/fdroiddata status
+    fdroiddata=$WORKSPACE/fdroiddata
+    git -C $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
+    for f in `git -C $fdroiddata status | sed -En 's,\s+modified:\s+,,p'`; do
+	path=$fdroiddata/$f
+	test -e $path || continue
+	ls -l $path
+	cp -a $path $jobtmpdir
     done
     echo "$(date -u) - cleanup done."
 }



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/77b5205ad3004138f6e8b5c52347f281a8ce836d
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/20210111/5dc10489/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list