Changeset 10071 in genesis
- Timestamp:
- Mar 9, 2012, 9:20:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r10070 r10071 610 610 print "Content-type:text/plain\r\n\r\n", 611 611 print "[INFO] Updating subverion, please wait..." 612 print subprocess.Popen(['svn', 'up', NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0],612 print subprocess.Popen(['svn', 'up', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0], 613 613 print "[INFO] All done, redirecting in 5 seconds" 614 614 sys.exit(0)
Note:
See TracChangeset
for help on using the changeset viewer.