[Qa-jenkins-scm] [jenkins.debian.net] 02/03: reproducible: move link further down on page

Holger Levsen holger at moszumanska.debian.org
Sat Apr 4 08:26:50 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 b335268e6d7973f7904a9572c112ee4c09eea49a
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Apr 4 10:24:22 2015 +0200

    reproducible: move link further down on page
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index c70726f..fe94cee 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -36,7 +36,7 @@ cleanup_all() {
 		URL="https://reproducible.debian.net/$ARTIFACTS/"
 		TMPFILE=$(mktemp)
 		curl $URL > $TMPFILE 2>/dev/null
-		sed -i "s#</h1>#</h1><a href=\"$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}\">$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}</a>#g" $TMPFILE
+		sed -i "s#</table>#<tr><td colspan=\"5\"><a href=\"$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}\">$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}</a></td></tr></table>#g" $TMPFILE
 		chmod 644 $TMPFILE
 		mv $TMPFILE /var/lib/jenkins/userContent/$ARTIFACTS/index.html
 		echo "$URL" | tee -a ${RBUILDLOG}

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