Fix for honeycomb packages not showing up in apt repo indexes 52/2552/1
authorEd Warnicke <eaw@cisco.com>
Tue, 30 Aug 2016 14:17:48 +0000 (07:17 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 30 Aug 2016 14:17:48 +0000 (07:17 -0700)
Change-Id: Ie17e06a07ba88642788bc514e6ee8b7a15e55fc5
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/scripts/maven_push_functions.sh

index 6849f31..22a22cb 100644 (file)
@@ -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 ()