From e06dd3678e216a44c61464f82a126869ade50345 Mon Sep 17 00:00:00 2001 From: Tony Hansen Date: Tue, 24 Oct 2017 16:10:09 +0000 Subject: test another fix for curl upload commands try using the plugins/pgaas directory instead of debs directory Change-Id: If1c3193d31bf771f4aa6cc00694946898b9184ea Signed-off-by: Tony Hansen Issue-ID: CCSDK-128 --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 55cecf0..8ed6c61 100644 --- a/makefile +++ b/makefile @@ -57,8 +57,10 @@ deploy: export MVN_VERSION_ONLY=$${MVN_PROJECT_VERSION%%-SNAPSHOT} ; \ REPO=$$MVN_NEXUSPROXY/content/sites/raw/$$MVN_PROJECT_GROUPID/$$subdir/debs ; \ REPO2=$$MVN_NEXUSPROXY/content/sites/raw/$$MVN_PROJECT_GROUPID/debs ; \ + REPO3=$$MVN_NEXUSPROXY/content/sites/raw/$$MVN_PROJECT_GROUPID/plugins/pgaas ; \ export REPACKAGEDEBIANUPLOAD="set -x; curl -X PUT -H 'Content-Type:application/octet-stream' --netrc --upload-file '{0}' --url '$$REPO/{1}'" ; \ export REPACKAGEDEBIANUPLOAD2="set -x; curl -X PUT -H 'Content-Type:application/octet-stream' --netrc --upload-file '{0}' --url '$$REPO2/{1}'" ; \ + export REPACKAGEDEBIANUPLOAD3="set -x; curl -X PUT -H 'Content-Type:application/octet-stream' --netrc --upload-file '{0}' --url '$$REPO3/{1}'" ; \ export PATH=$$PATH:$$(pwd)/bin; \ env | sort ; \ for i in $(STAGEDIRS); do ( cd $$i/src && $(MAKE) debian ) done -- cgit 1.2.3-korg