From: Ed Kern Date: Wed, 11 Apr 2018 21:24:37 +0000 (-0600) Subject: VPP: drop opensuse from maven push for now X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=f4d9e5b4b8a5a8f456e3d12fa269db02924a1d7f;p=ci-management.git VPP: drop opensuse from maven push for now opensuse dpdk conflict causing issues..needs sep fixes Change-Id: I0d76533840005f65d1084d9c11a3ba68f7dedcef Signed-off-by: Ed Kern --- diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index 086258ed9..cec22da5d 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -32,12 +32,12 @@ elif [ "${OS}" == "centos7" ]; then do push_rpm "$i" done -elif [ "${OS}" == "opensuse" ]; then - # Find the files - RPMS=$(find . -type f -iname '*.rpm') - for i in $RPMS - do - push_rpm "$i" - done +# elif [ "${OS}" == "opensuse" ]; then +# # Find the files +# RPMS=$(find . -type f -iname '*.rpm') +# for i in $RPMS +# do +# push_rpm "$i" +# done fi # vim: ts=4 sw=4 sts=4 et ft=sh :