summaryrefslogtreecommitdiff
path: root/integration/scripts
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2020-09-02 10:11:12 +1200
committerLingxian Kong <anlin.kong@gmail.com>2020-09-02 10:11:12 +1200
commit00a07f242395b044ad4679a577975e29f6fba44c (patch)
tree4a13fc25fc70ca15f846bdd9a676a902e78992cc /integration/scripts
parentefc9bae2b9d6db4d9278293589d624f8b6244f80 (diff)
downloadtrove-00a07f242395b044ad4679a577975e29f6fba44c.tar.gz
Use pip3 instead of pip in trovestack
Change-Id: Icbbfaa07a699e1280b0d39dfbae87d7468cbb260
Diffstat (limited to 'integration/scripts')
-rwxr-xr-xintegration/scripts/trovestack2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/scripts/trovestack b/integration/scripts/trovestack
index 92a5df7f..cd1ad174 100755
--- a/integration/scripts/trovestack
+++ b/integration/scripts/trovestack
@@ -752,7 +752,7 @@ function cmd_build_image() {
echo "Ensuring we have all packages needed to build image."
sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS update
sudo $HTTP_PROXY $PKG_MGR $PKG_GET_ARGS install qemu git kpartx debootstrap squashfs-tools
- sudo -H $HTTP_PROXY pip install diskimage-builder
+ sudo -H $HTTP_PROXY pip3 install diskimage-builder
build_guest_image ${image_guest_os} ${image_guest_release} ${dev_mode} ${guest_username} ${output}
}