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:
c4c1767
)
Do not double up the _amd64 for maven push script
37/37/1
author
Andrew Grimberg
<
[email protected]
>
Thu, 10 Dec 2015 14:34:18 +0000
(06:34 -0800)
committer
Andrew Grimberg
<
[email protected]
>
Thu, 10 Dec 2015 14:34:18 +0000
(06:34 -0800)
Change-Id: If6f686d44442a42e98e4d5d783a4c2d869c98023
Signed-off-by: Andrew Grimberg <
[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
d09cf82
..
f03cc29
100644
(file)
--- a/
jjb/vpp/include-raw-vpp-maven-push.sh
+++ b/
jjb/vpp/include-raw-vpp-maven-push.sh
@@
-62,7
+62,7
@@
function push_deb ()
artifactId=$(echo "$basefile" | cut -f 1 -d '_')
version=$(echo "$basefile" | cut -f 2- -d '_')
- push_file "$debfile" "$repoId" "$url" "$
{version}_amd64
" "$artifactId" deb
+ push_file "$debfile" "$repoId" "$url" "$
version
" "$artifactId" deb
}
for i in $JARS