Changeset 10071 in genesis


Ignore:
Timestamp:
Mar 9, 2012, 9:20:56 PM (13 years ago)
Author:
rick
Message:

Lazy update functionality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r10070 r10071  
    610610    print "Content-type:text/plain\r\n\r\n",
    611611    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],
    613613    print "[INFO] All done, redirecting in 5 seconds"
    614614    sys.exit(0)
Note: See TracChangeset for help on using the changeset viewer.