diff options
author | Justin chi <chigang@huawei.com> | 2016-12-05 12:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-05 12:41:23 +0000 |
commit | c98a6528c6b0b9ce73d48b97b3287dbd9502543b (patch) | |
tree | 158dda969e865ba9ec5cabc37f8426f8064bfa08 /build.sh | |
parent | 3bc1fe012f53ae38ce8fc1c9370ed499bdbb3b26 (diff) | |
parent | cceecd6920ae01d99dafb46d225f69e4546f278b (diff) |
Merge "add compass-core conf/ into compass4nfv"
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ function copy_file() done cp $COMPASS_PATH/deploy/adapters $new/compass/compass-adapters -rf + cp $COMPASS_PATH/deploy/compass_conf/* $new/compass/compass-core/conf -rf tar -zxvf $CACHE_DIR/`basename $PIP_REPO` -C $new/ tar -zxvf $CACHE_DIR/`basename $PIP_OPENSTACK_REPO` -C $new/ |