Fix for honeycomb packages not showing up in apt repo indexes
[ci-management.git] / 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 ()