summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-12 12:21:11 +0000
committerGerrit Code Review <review@openstack.org>2016-05-12 12:21:11 +0000
commite5d7313a475d11fc8909ca2d3a874bc2469f5cf2 (patch)
treed0e28b0d2b81c4c5e11ab27087a305e489cedc90
parentf5b7ea238bbf6702b33de67289020a590cfb6e28 (diff)
parentaa9c0612ba0609546cceed86a92726df7d3e23cf (diff)
downloadironic-python-agent-e5d7313a475d11fc8909ca2d3a874bc2469f5cf2.tar.gz
Merge "Stop using git:// and be nice to people behind proxy servers" into stable/mitaka1.2.1
-rwxr-xr-ximagebuild/tinyipa/build-tinyipa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagebuild/tinyipa/build-tinyipa.sh b/imagebuild/tinyipa/build-tinyipa.sh
index 5d6fe53a..b3e8c45a 100755
--- a/imagebuild/tinyipa/build-tinyipa.sh
+++ b/imagebuild/tinyipa/build-tinyipa.sh
@@ -46,7 +46,7 @@ mkdir "$BUILDDIR"
# Download TGT and Qemu-utils source
git clone https://github.com/fujita/tgt.git $BUILDDIR/tmp/tgt --depth=1 --branch v1.0.62
-git clone git://git.qemu-project.org/qemu.git $BUILDDIR/tmp/qemu --depth=1 --branch v2.5.0
+git clone https://github.com/qemu/qemu.git $BUILDDIR/tmp/qemu --depth=1 --branch v2.5.0
# Create directory for python local mirror
mkdir -p "$BUILDDIR/tmp/localpip"