[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible netbsd: create full path

Holger Levsen holger at moszumanska.debian.org
Sun Jul 5 14:34:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 8fa2adf809671e2636f040fd72e304c5c0b8c897
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jul 5 16:33:57 2015 +0200

    reproducible netbsd: create full path
---
 bin/reproducible_netbsd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 76e6894..c023fa1 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -119,7 +119,7 @@ for i in * ; do
 		SIZE="$(du -h -b $j | cut -f1)"
 		SIZE="$(echo $SIZE/1024|bc)"
 		if [ -f $TMPDIR/$i/$j.html ] ; then
-			mkdir -p $BASE/netbsd/dbd/$i
+			mkdir -p $BASE/netbsd/dbd/$i/$(dirname $j)
 			mv $TMPDIR/$i/$j.html $BASE/netbsd/dbd/$i/$j.html
 			echo "         <tr><td><a href=\"dbd/$i/$j.html\"><img src=\"/userContent/static/weather-showers-scattered.png\" alt=\"unreproducible icon\" /> $j</a> (${SIZE}K) is unreproducible.</td></tr>" >> $FILES_HTML
 		else

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list