[Commits] r587 - website
commits at geoext.org
commits at geoext.org
Sat May 2 00:47:33 CEST 2009
Author: tschaub
Date: 2009-05-02 00:47:33 +0200 (Sat, 02 May 2009)
New Revision: 587
Modified:
website/pavement.py
Log:
docsrc_url is now full path to docsrc
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-05-01 22:37:43 UTC (rev 586)
+++ website/pavement.py 2009-05-01 22:47:33 UTC (rev 587)
@@ -95,7 +95,7 @@
@task
def checkup_docs():
svn.checkup("%s/trunk/geoext" %options.core_url, "src/trunk/geoext")
- svn.checkup("%s/trunk/docsrc" %options.docsrc_url, "src/trunk/docsrc")
+ svn.checkup("%s" %options.docsrc_url, "src/trunk/docsrc")
@task
More information about the Commits
mailing list