summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-10-17 16:12:00 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-10-17 16:12:00 +0300
commit436e2a1dae4817c9267b1ba41cf2d0c839ba4c7b (patch)
tree9ac60c98c320b07442bf570281c4bf225b67c1f0
parent3c9c137515da62b8a8ce659ea0345e61530b4e19 (diff)
new-publish: Workaround issues with propagate.py access.
Change-Id: Ia98752e1eb015be5c181583f5c4a24bfcfc66900
-rwxr-xr-xnew-publish/publish2
1 files changed, 1 insertions, 1 deletions
diff --git a/new-publish/publish b/new-publish/publish
index 81c63c1..eefa39e 100755
--- a/new-publish/publish
+++ b/new-publish/publish
@@ -68,7 +68,7 @@ if __name__ == "__main__":
log("Done uploading files to intermediate server")
log("Triggering propagation of files to downloads server")
- rc = os.system("ssh -i %s %s@%s propagate.py %s %s %s" % (options.identity_trigger,
+ rc = os.system("ssh -i %s %s@%s /home/ubuntu/linaro-jenkins-tools/new-publish/propagate.py %s %s %s" % (options.identity_trigger,
TRIGGER_USER_NAME, REMOTE_HOST,
"-s" if options.staging else "",
"--host=%s" % options.host if options.host else "",