Possible fix for apt repo indexing. 26/2426/1
authorEd Warnicke <eaw@cisco.com>
Thu, 18 Aug 2016 02:41:29 +0000 (19:41 -0700)
committerEd Warnicke <eaw@cisco.com>
Thu, 18 Aug 2016 02:41:29 +0000 (19:41 -0700)
According to:

https://github.com/Tangresh/nexus-apt-plugin

Adding a classifer may help, so we do that here.

Change-Id: Ia19325ca07d289ca0043f2640d928daea052722e
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-maven-push.sh

index c26e5d3..ce07fee 100644 (file)
@@ -63,7 +63,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 ()