diff options
author | shuai chen <chenshuai@huawei.com> | 2016-08-19 08:03:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-19 08:03:06 +0000 |
commit | dfa5128cfb407eaf4d1fe93404d3b423e26d8c8b (patch) | |
tree | da5ab8fcab40ae077fb9ca2cc01aea7b77effb33 /build.sh | |
parent | d74aefc2d04b69a8a0a74af3f4e3114020ca748e (diff) | |
parent | 00214a8cf06840cf5be6427d3c8d0ba84a7a1069 (diff) |
Merge "Revert "Prepare the jump host offline""
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -81,7 +81,7 @@ function download_packages() for i in $CENTOS_BASE $COMPASS_CORE $COMPASS_WEB $COMPASS_INSTALL $TRUSTY_JUNO_PPA $TRUSTY_LIBERTY_PPA $TRUSTY_MITAKA_PPA \ $XENIAL_MITAKA_PPA $UBUNTU_ISO $UBUNTU_ISO1 $CENTOS_ISO $CENTOS7_JUNO_PPA $CENTOS7_KILO_PPA $CENTOS7_LIBERTY_PPA \ $CENTOS7_MITAKA_PPA $LOADERS $CIRROS $APP_PACKAGE $COMPASS_PKG \ - $PIP_REPO $ANSIBLE_MODULE $JH_ENV_PACKAGE; do + $PIP_REPO $ANSIBLE_MODULE; do if [[ ! $i ]]; then continue @@ -169,8 +169,6 @@ function copy_file() tar -zxvf $CACHE_DIR/`basename $PIP_REPO` -C $new/ - tar -zxvf $CACHE_DIR/`basename $JH_ENV_PACKAGE` -C $new/ - find $new/compass -name ".git" | xargs rm -rf } |