aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2018-09-07 09:31:11 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2018-09-07 11:08:39 +0800
commitcf202278ba12b249bc643af2b468606c087b1108 (patch)
treeecd45603789a21fd568526dd28458b7d87ca81cc /build.sh
parent68eb4a8f789ac28bc059a8c620f964cb41fba9c4 (diff)
Support multiple url when building compass tar ball
JIRA: COMPASS-617 1. Use aria2 instead of curl to download package from different sites 2. Add an internal file server to accelerate building process for CI Change-Id: I2dca7a9a3fccf51165d0239126571fa16b94ebee Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a6276621..d7118432 100755
--- a/build.sh
+++ b/build.sh
@@ -22,7 +22,7 @@ echo $COMPASS_PATH
REDHAT_REL=${REDHAT_REL:-"false"}
-PACKAGES="curl python-pip"
+PACKAGES="curl python-pip aria2"
mkdir -p $WORK_DIR $CACHE_DIR