diff options
author | Justin chi <chigang@huawei.com> | 2017-04-18 11:25:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-18 11:25:10 +0000 |
commit | 494ac5825c5b435d512cc13332e302efd30e2a6c (patch) | |
tree | 79fc0478219705873e5927f506186e84ebaddab7 /repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh | |
parent | 12e9cbc43f59962cabc8f6fdfb0aec67dec02bd0 (diff) | |
parent | 5cee19684b16e80b131cc3b5441781a3c6a7f971 (diff) |
Merge "Change the default packages url from compass http server to opnfv artifacts"
Diffstat (limited to 'repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh')
-rw-r--r-- | repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh b/repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh index 2095e0dc..1c43253b 100644 --- a/repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh +++ b/repo/openstack/special_pkg/Debian/make_openvswitch-switch.sh @@ -21,7 +21,7 @@ apt-get install -y build-essential fakeroot debhelper \ pushd . mkdir -p /home/package_yang/ cd /home/package_yang -wget http://205.177.226.237:9999/onosfw/package_ovs_debian.tar.gz +wget http://artifacts.opnfv.org/compass4nfv/package/master/onosfw/package_ovs_debian.tar.gz tar -zxvf package_ovs_debian.tar.gz #wget http://openvswitch.org/releases/openvswitch-2.3.1.tar.gz #tar -zxvf openvswitch-2.3.1.tar.gz |