From 950174aa2abacf0e6ffc098a1ac49373e4a5db87 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Wed, 17 Aug 2016 19:41:29 -0700 Subject: [PATCH] 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 --- jjb/vpp/include-raw-vpp-maven-push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.16.6