[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible arch: really fixup path

Holger Levsen holger at moszumanska.debian.org
Fri Oct 16 21:39:10 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 4750fe8d3806d82f25e7cd02a950caa054512ca0
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Oct 16 23:34:14 2015 +0200

    reproducible arch: really fixup path
---
 bin/reproducible_html_archlinux.sh | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index ddd8e2a..26c2b4a 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -14,8 +14,8 @@ common_init "$@"
 #
 #  finally create the webpage
 #
-PAGE=archlinux/archlinux.html
-cd $BASE
+cd $BASE/archlinux
+PAGE=archlinux.html
 cat > $PAGE <<- EOF
 <!DOCTYPE html>
 <html lang="en-US">
@@ -25,7 +25,6 @@ cat > $PAGE <<- EOF
   </head>
   <body>
 EOF
-cd $BASE/archlinux
 write_page "<table><tr><th>source package</th><th>test date</th><th>1st build log</th><th>2nd build log</th><th>diffoscope output for binary packages</th></tr>"
 for PKG in $(ls * -d1) ; do
 	write_page " <td>$PKG</td>"
@@ -50,5 +49,5 @@ done
 
 write_page "</table>"
 write_page_footer Archlinux
-publish_page
+publish_page archlinux
 

-- 
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