From a5283256c82b4e8c32e257e9572631116952431a Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 30 Aug 2016 07:17:48 -0700 Subject: [PATCH] Fix for honeycomb packages not showing up in apt repo indexes Change-Id: Ie17e06a07ba88642788bc514e6ee8b7a15e55fc5 Signed-off-by: Ed Warnicke --- jjb/scripts/maven_push_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.16.6