# HG changeset patch # User Wolfgang Rosenauer # Date 1290438180 -3600 # Node ID 28bc8862e4e428ca3149e0ccb2bb50594cacbfa0 # Parent da480ea9766f974ad06964d3f3e58cbc6ddaee32 use full path and fixed missing quote diff -r da480ea9766f -r 28bc8862e4e4 upload_buildsymbols.py --- a/upload_buildsymbols.py Fri Nov 19 11:13:26 2010 +0100 +++ b/upload_buildsymbols.py Mon Nov 22 16:03:00 2010 +0100 @@ -74,7 +74,7 @@ # post-upload command print "executing post-upload command on server" - command = "ssh mozsymbols 'post-symbol-upload.py" + command = "ssh mozsymbols '/usr/local/bin/post-symbol-upload.py'" # clean up working directory command = "rm -rf usr *.rpm"