aboutsummaryrefslogtreecommitdiffstats
path: root/build/packages/make_onos.sh
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2016-11-24 08:47:48 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-11-24 08:47:48 +0000
commit36f5cffcf373a8a12677c8e406cd11c8d9ffe2bb (patch)
treea20455421b7bdf19890032ce4da74ceee3a46762 /build/packages/make_onos.sh
parent2446530c3230221d76877851012eb39e2a7c0360 (diff)
parent35086233fdfb4163c589fc258229a931bb02df1a (diff)
Merge "Create make_repo directory and optimize the current repo making related script"
Diffstat (limited to 'build/packages/make_onos.sh')
-rw-r--r--build/packages/make_onos.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/build/packages/make_onos.sh b/build/packages/make_onos.sh
deleted file mode 100644
index 74c8969f..00000000
--- a/build/packages/make_onos.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-##############################################################################
-# Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others.
-#
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-WORK_PATH=$(cd "$(dirname "$0")"/..; pwd)
-
-source $WORK_PATH/build/build.conf
-
-mkdir -p $WORK_PATH/work/repo/packages/onos
-for i in repository.tar jdk-8u51-linux-x64.tar.gz; do
- curl --connect-timeout $TIMEOUT -o $WORK_PATH/work/repo/packages/onos/$i $PACKAGE_URL/$i
-done
-
-git clone https://gerrit.opnfv.org/gerrit/onosfw $WORK_PATH/work/repo/temp/onosfw
-
-pushd .
-cd $WORK_PATH/work/repo/temp/onosfw/
-. autobuild.sh $WORK_PATH/work/repo/packages/onos
-popd