Skip to content

Commit

Permalink
Merge pull request #696 from axsh/update-virtio-driver-url
Browse files Browse the repository at this point in the history
Updated download path for virtio-win-0.1-74.iso
  • Loading branch information
Metallion committed Aug 21, 2015
2 parents 8710699 + 5489e64 commit 70584ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmapp/windows-image-build/windows-image-smoke-test.sh
Expand Up @@ -58,7 +58,7 @@ ensure-file-is-in-place()
attempt="$(eval echo "\$${asource}_$1")"
[ "$attempt" != "" ] && echo "$attempt" >"$TARGETDIR/$1"
;;
http://*)
http://* | https://*)
curl "$asource/$1" -o "$TARGETDIR/$1"
;;
s3://*)
Expand All @@ -80,7 +80,7 @@ localsource="$(echo /home/*/for-jenkins-windows-image-smoke-test)"

TARGETDIR="$SCRIPT_DIR" # Currently, all these resource files go in the same directory as this script.

DLSOURCES="$localsource http://alt.fedoraproject.org/pub/alt/virtio-win/archives/virtio-win-0.1-74"
DLSOURCES="$localsource https://fedorapeople.org/groups/virt/virtio-win/deprecated-isos/archives/virtio-win-0.1-74"
ensure-file-is-in-place virtio-win-0.1-74.iso

DLSOURCES="$localsource http://repo.zabbix.jp/zabbix/zabbix-1.8/windows"
Expand Down

0 comments on commit 70584ea

Please sign in to comment.