diff options
author | selias <samelias@cisco.com> | 2017-03-24 17:35:30 +0100 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-03-30 13:17:35 +0200 |
commit | 8c1bb6ac0c8253ee203d120c1a8f035c47293d9e (patch) | |
tree | 0341da480efc50e64c5448248571a599e77f4b63 /resources/tools/download_hc_build_pkgs.sh | |
parent | d919da731b92e02ccc9cee207f9d138876b7b08e (diff) |
HC Test: address and cleanup test failures
Change-Id: If3c570dbc5036915fdc68ade7a9ccc45ad21299e
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/tools/download_hc_build_pkgs.sh')
-rwxr-xr-x | resources/tools/download_hc_build_pkgs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/download_hc_build_pkgs.sh b/resources/tools/download_hc_build_pkgs.sh index c83badaead..9bcaefb8d0 100755 --- a/resources/tools/download_hc_build_pkgs.sh +++ b/resources/tools/download_hc_build_pkgs.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2017 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -22,7 +22,7 @@ OS=$2 # Download the latest VPP and VPP plugin .deb packages URL="https://nexus.fd.io/service/local/artifact/maven/content" -VER="LATEST" +VER="RELEASE" VPP_GROUP="io.fd.vpp" NSH_GROUP="io.fd.nsh_sfc" VPP_ARTIFACTS="vpp vpp-dbg vpp-dev vpp-dpdk-dev vpp-dpdk-dkms vpp-lib vpp-plugins vpp-api-java" |