summaryrefslogtreecommitdiffstats
path: root/jjb/scripts/maven_push_functions.sh
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-08-30 07:17:48 -0700
committerEd Warnicke <eaw@cisco.com>2016-08-30 07:17:48 -0700
commita5283256c82b4e8c32e257e9572631116952431a (patch)
tree1401dabd031c12cede3473d48adf5e8a37996695 /jjb/scripts/maven_push_functions.sh
parent6101e2e98a05cde8a50b22037dd49436bc786bfe (diff)
Fix for honeycomb packages not showing up in apt repo indexes
Change-Id: Ie17e06a07ba88642788bc514e6ee8b7a15e55fc5 Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'jjb/scripts/maven_push_functions.sh')
-rw-r--r--jjb/scripts/maven_push_functions.sh2
1 files changed, 1 insertions, 1 deletions
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 ()