aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2017-10-24 16:10:09 +0000
committerTony Hansen <tony@att.com>2017-10-24 16:10:11 +0000
commite06dd3678e216a44c61464f82a126869ade50345 (patch)
tree9f6f926d8765ed0100ed9e2b51177b26c7837013
parenta20d76710fd1e67ea4003ffe453afe9ad59d587f (diff)
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 <tony@att.com> Issue-ID: CCSDK-128
-rw-r--r--makefile2
1 files changed, 2 insertions, 0 deletions
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