summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@novell.com>2010-12-01 23:44:49 +0100
committerThorsten Behrens <tbehrens@novell.com>2010-12-02 00:13:48 +0100
commitfe6ed1e8bf1cb3762eaa7e2cd28f9dd7cb06f8e6 (patch)
tree96e0aff403611585692ab068017adefed956369c /g
parentf9eb714c78a78690d5de34ac2bb18930dc54a271 (diff)
Add with-linked-git and make repo list configurable
* adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
Diffstat (limited to 'g')
-rwxr-xr-xg4
1 files changed, 1 insertions, 3 deletions
diff --git a/g b/g
index 05c0260fefd6..9f5b34ff93b0 100755
--- a/g
+++ b/g
@@ -126,9 +126,7 @@ done
# do it!
DIRS="bootstrap `(cd $CLONEDIR ; ls)`"
if [ "$COMMAND" = "clone" ] ; then
- DIRS="artwork base calc components extensions extras filters
- help impress libs-core libs-extern libs-extern-sys libs-gui
- postprocess sdk testing ure writer"
+ DIRS=`cat bin/repo-list`
# update hooks in the main repo too
( cd "$RAWBUILDDIR" ; update_hooks "../../git-hooks" )
fi