[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] g-i: Make curl follow https redirection

Holger Levsen gitlab at salsa.debian.org
Sat Jun 1 19:09:49 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
c03ead7a by Samuel Thibault at 2019-06-01T17:35:52Z
g-i: Make curl follow https redirection

- - - - -


1 changed file:

- bin/g-i-installation.sh


Changes:

=====================================
bin/g-i-installation.sh
=====================================
@@ -177,7 +177,7 @@ show_preseed() {
 	outside_url="$(echo $qemu_url|sed -s 's#10\.0\.2\.1#jenkins.debian.net#g')"
 	echo "Preseeding from $outside_url:"
 	echo
-	curl -s "$jenkins_url" | grep -v ^# | grep -v "^$"
+	curl -s -L "$jenkins_url" | grep -v ^# | grep -v "^$"
 }
 
 bootstrap_system() {



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c03ead7a764c504baa2ba4b6bcee40e18ca3ed53

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/c03ead7a764c504baa2ba4b6bcee40e18ca3ed53
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/20190601/171a044d/attachment.html>


More information about the Qa-jenkins-scm mailing list