[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] g-i: curl doesnt like ~ in pathes

Holger Levsen gitlab at salsa.debian.org
Fri Oct 19 18:33:09 BST 2018


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


Commits:
d30ed655 by Holger Levsen at 2018-10-19T17:32:58Z
g-i: curl doesnt like ~ in pathes

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/g-i-installation.sh


Changes:

=====================================
bin/g-i-installation.sh
=====================================
@@ -34,7 +34,7 @@ if [ "$(basename $URL)" = "netboot.tar.gz" ] ; then
 	# URL is for a PXE netboot installer, rather than a CD .iso
 	NETBOOT=$(pwd)/$(basename $URL)
 elif [ "$(basename $URL)" != "amd64" ] ; then
-	IMAGE="~/jobs/g-i-installation_maintenance/workspace/$(echo $URL | cut -d '/' -f3-|tr '/' '_'|tr '~' '_')"
+	IMAGE="/var/lib/jenkins/jobs/g-i-installation_maintenance/workspace/$(echo $URL | cut -d '/' -f3-|tr '/' '_'|tr '~' '_')"
 	IMAGE_MNT="/media/cd-$NAME.iso"
 else
 	KERNEL=linux



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/d30ed655636425d3834667cb78e169b2c624f428
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/20181019/5f08fa63/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list