use full path and fixed missing quote
authorWolfgang Rosenauer <wr@rosenauer.org>
Mon, 22 Nov 2010 16:03:00 +0100
changeset 2 28bc8862e4e4
parent 1 da480ea9766f
child 3 00223d208653
use full path and fixed missing quote
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"