From 7ae79a93d3fb099118950a21881fd790bc7493ec Mon Sep 17 00:00:00 2001 From: "C.J. Collier" Date: Wed, 17 Aug 2016 10:09:19 -0700 Subject: Source common functions from jjb Now using !include-raw-escape to include maven push functions for vpp as done with honeycomb Change-Id: Iae34c2db057203c5ac0d5a0c8336e87725bbd394 Signed-off-by: C.J. Collier --- jjb/scripts/maven_push_functions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jjb/scripts/maven_push_functions.sh') diff --git a/jjb/scripts/maven_push_functions.sh b/jjb/scripts/maven_push_functions.sh index 22a22cbf8..5687a562e 100644 --- a/jjb/scripts/maven_push_functions.sh +++ b/jjb/scripts/maven_push_functions.sh @@ -70,8 +70,10 @@ function push_deb () basefile=$(basename -s .deb "$debfile") artifactId=$(echo "$basefile" | cut -f 1 -d '_') version=$(echo "$basefile" | cut -f 2- -d '_') + file_type=deb + classifier=deb - push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" deb deb + push_file "$debfile" "$repoId" "$url" "$version" "$artifactId" "$file_type" "$classifier" } function push_rpm () -- cgit 1.2.3-korg