summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2017-03-10 18:27:16 +0000
committerGerrit Code Review <gerrit@fd.io>2017-03-10 18:27:16 +0000
commitdf194cbf6b701302e4840d46271c52b1aec3c9a9 (patch)
treef3742af691182d28ac90b415adecd92fbe7dfc75
parent16a8215fb74f3cf4abbf438f9b2eb4e92df50d91 (diff)
parentfb7ef559753b17fc33b536f7828cef11923e555f (diff)
Merge "Adding distinguishers for debian/centos releases"
-rw-r--r--jjb/vpp/include-raw-vpp-packagecloud-push.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/vpp/include-raw-vpp-packagecloud-push.sh b/jjb/vpp/include-raw-vpp-packagecloud-push.sh
index d5558ff47..9888b6336 100644
--- a/jjb/vpp/include-raw-vpp-packagecloud-push.sh
+++ b/jjb/vpp/include-raw-vpp-packagecloud-push.sh
@@ -4,13 +4,13 @@ if [ "${OS}" == "ubuntu1404" ]; then
DEBS=$(find . -type f -iname '*.deb')
for i in $DEBS
do
- package_cloud push fdio/test "$i"
+ package_cloud push fdio/test/ubuntu/trusty/main "$i"
done
elif [ "${OS}" == "ubuntu1604" ]; then
DEBS=$(find . -type f -iname '*.deb')
for i in $DEBS
do
- package_cloud push fdio/test "$i"
+ package_cloud push fdio/test/ubuntu/xenial/main "$i"
done
elif [ "${OS}" == "centos7" ]; then
# Find the files
@@ -19,6 +19,6 @@ elif [ "${OS}" == "centos7" ]; then
SRCRPMS=$(find . -type f -name '*.src.rpm')
for i in $RPMS $SRPMS $SRCRPMS
do
- package_cloud push fdio/test "$i"
+ package_cloud push fdio/test/centos7 "$i"
done
fi \ No newline at end of file