diff options
author | Thorsten Behrens <tbehrens@novell.com> | 2010-12-01 23:44:49 +0100 |
---|---|---|
committer | Thorsten Behrens <tbehrens@novell.com> | 2010-12-02 00:13:48 +0100 |
commit | fe6ed1e8bf1cb3762eaa7e2cd28f9dd7cb06f8e6 (patch) | |
tree | 96e0aff403611585692ab068017adefed956369c /bin | |
parent | f9eb714c78a78690d5de34ac2bb18930dc54a271 (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 'bin')
-rw-r--r-- | bin/repo-list | 1 | ||||
-rw-r--r-- | bin/repo-list.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/repo-list b/bin/repo-list deleted file mode 100644 index 349fb7df41a6..000000000000 --- a/bin/repo-list +++ /dev/null @@ -1 +0,0 @@ -artwork base calc components extensions extras filters help impress libs-core libs-extern libs-extern-sys libs-gui postprocess sdk testing ure writer diff --git a/bin/repo-list.in b/bin/repo-list.in new file mode 100644 index 000000000000..15bad770b6a3 --- /dev/null +++ b/bin/repo-list.in @@ -0,0 +1 @@ +@GIT_REPO_NAMES@
\ No newline at end of file |