[opengtl-commits] [769] also clone the opengtl repository |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/opengtl-commits Archives
]
Revision: 769
Author: cyrille
Date: 2009-08-14 00:34:20 +0200 (Fri, 14 Aug 2009)
Log Message:
-----------
also clone the opengtl repository
Modified Paths:
--------------
trunk/Scripts/replace.sh
Modified: trunk/Scripts/replace.sh
===================================================================
--- trunk/Scripts/replace.sh 2009-07-17 21:29:57 UTC (rev 768)
+++ trunk/Scripts/replace.sh 2009-08-13 22:34:20 UTC (rev 769)
@@ -2,4 +2,6 @@
cd ..
rm -rf Scripts
hg clone http://bitbucket.org/cyrille/gtl-scripts/ Scripts
+rm -rf src
+hg clone http://bitbucket.org/opengtl/opengtl src
cd Scripts