Code Review
/
ci-management.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea5779a
)
Possible fix for apt repo indexing.
26/2426/1
author
Ed Warnicke
<
[email protected]
>
Thu, 18 Aug 2016 02:41:29 +0000
(19:41 -0700)
committer
Ed Warnicke
<
[email protected]
>
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 <
[email protected]
>
jjb/vpp/include-raw-vpp-maven-push.sh
patch
|
blob
|
history
diff --git
a/jjb/vpp/include-raw-vpp-maven-push.sh
b/jjb/vpp/include-raw-vpp-maven-push.sh
index
c26e5d3
..
ce07fee
100644
(file)
--- a/
jjb/vpp/include-raw-vpp-maven-push.sh
+++ b/
jjb/vpp/include-raw-vpp-maven-push.sh
@@
-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 ()