- Timestamp:
- Mar 12, 2012, 7:56:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r10120 r10143 628 628 print "Content-type:text/plain\r\n\r\n", 629 629 print "[INFO] Updating subverion, please wait..." 630 print subprocess.Popen(['svn', 'cleanup', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0], 630 631 print subprocess.Popen(['svn', 'up', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0], 631 632 print "[INFO] All done, redirecting in 5 seconds"
Note:
See TracChangeset
for help on using the changeset viewer.