From: Ed Warnicke Date: Thu, 18 Aug 2016 02:41:29 +0000 (-0700) Subject: Possible fix for apt repo indexing. X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F2426%2F1;p=ci-management.git Possible fix for apt repo indexing. According to: https://github.com/Tangresh/nexus-apt-plugin Adding a classifer may help, so we do that here. Change-Id: Ia19325ca07d289ca0043f2640d928daea052722e Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-maven-push.sh b/jjb/vpp/include-raw-vpp-maven-push.sh index c26e5d37a..ce07fee65 100644 --- a/jjb/vpp/include-raw-vpp-maven-push.sh +++ b/jjb/vpp/include-raw-vpp-maven-push.sh @@ -63,7 +63,7 @@ function push_deb () artifactId=$(echo "$basefile" | cut -f 1 -d '_') version=$(echo "$basefile" | cut -f 2- -d '_') - push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" deb + push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" deb deb } function push_rpm ()