From: Ed Warnicke Date: Tue, 30 Aug 2016 14:17:48 +0000 (-0700) Subject: Fix for honeycomb packages not showing up in apt repo indexes X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=a5283256c82b4e8c32e257e9572631116952431a;p=ci-management.git Fix for honeycomb packages not showing up in apt repo indexes Change-Id: Ie17e06a07ba88642788bc514e6ee8b7a15e55fc5 Signed-off-by: Ed Warnicke --- diff --git a/jjb/scripts/maven_push_functions.sh b/jjb/scripts/maven_push_functions.sh index 6849f314a..22a22cbf8 100644 --- a/jjb/scripts/maven_push_functions.sh +++ b/jjb/scripts/maven_push_functions.sh @@ -71,7 +71,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 ()