Changeset 10143 in genesis for tools


Ignore:
Timestamp:
Mar 12, 2012, 7:56:39 PM (13 years ago)
Author:
rick
Message:

Cleanup the mess by default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r10120 r10143  
    628628    print "Content-type:text/plain\r\n\r\n",
    629629    print "[INFO] Updating subverion, please wait..."
     630    print subprocess.Popen(['svn', 'cleanup', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0],
    630631    print subprocess.Popen(['svn', 'up', "%s/.." % NODE_DIR], stderr=subprocess.STDOUT, stdout=subprocess.PIPE).communicate()[0],
    631632    print "[INFO] All done, redirecting in 5 seconds"
Note: See TracChangeset for help on using the changeset viewer.