VPP: opensuse nexus repos now created really 54/11554/1
authorEd Kern <ejk@cisco.com>
Thu, 5 Apr 2018 20:32:58 +0000 (14:32 -0600)
committerEd Kern <ejk@cisco.com>
Thu, 5 Apr 2018 20:32:58 +0000 (14:32 -0600)
change opensusenotready to opensuse so it matches again

Change-Id: Icfa39fd8363c5d4ca7b9f545cc2cd2b297ee0ce5
Signed-off-by: Ed Kern <ejk@cisco.com>
jjb/vpp/include-raw-vpp-maven-push.sh

index 9a5e9ba..086258e 100644 (file)
@@ -32,7 +32,7 @@ elif [ "${OS}" == "centos7" ]; then
     do
         push_rpm "$i"
     done
-elif [ "${OS}" == "opensusenotready" ]; then
+elif [ "${OS}" == "opensuse" ]; then
     # Find the files
     RPMS=$(find . -type f -iname '*.rpm')
     for i in $RPMS