[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: use REPRODUCIBLE_URL for package redirection form

Holger Levsen holger at moszumanska.debian.org
Sat Apr 2 13:58:41 UTC 2016


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 c0fb535593456b9b383b8943e0afb0216f2f101a
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat Apr 2 15:53:26 2016 +0200

    reproducible: use REPRODUCIBLE_URL for package redirection form
---
 bin/reproducible_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 8118f40..6be67eb 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -279,7 +279,7 @@ write_page_header() {
 	write_page "</ul></nav>"
 	if [ "$1" = "$MAINVIEW" ] ; then
 		LATEST=$(sqlite3 -init $INIT ${PACKAGES_DB} "SELECT s.name FROM results AS r JOIN sources AS s ON r.package_id = s.id WHERE r.status IN ('unreproducible') AND s.suite = 'unstable' AND s.architecture = 'amd64' AND s.id NOT IN (SELECT package_id FROM notes) ORDER BY build_date DESC LIMIT 23"|sort -R|head -1)
-		write_page "<form action=\"https://reproducible.debian.net/redirect\" method=\"GET\">https://reproducible.debian.net/"
+		write_page "<form action=\"$REPRODUCIBLE_URL/redirect\" method=\"GET\">$REPRODUCIBLE_URL/"
 		write_page "<input type=\"text\" name=\"SrcPkg\" placeholder=\"Type my friend..\" value=\"$LATEST\" />"
 		write_page "<input type=\"submit\" value=\"submit source package name\" />"
 		write_page "</form>"

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