summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-06-28 10:08:21 +0200
committerCédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>2011-06-28 10:08:21 +0200
commit5b698a0376e36b2caffa8cdc93b36c44a6376bdf (patch)
tree052132b3c1a57dc5a45b647ebb30299b73d8133c
parentdf3be8232f5205473b236b30df03ae0fc71410a8 (diff)
Remove translations from the default repos
-rw-r--r--patches/select-all.diff1
1 files changed, 1 insertions, 0 deletions
diff --git a/patches/select-all.diff b/patches/select-all.diff
index 21cbdea..b73af5a 100644
--- a/patches/select-all.diff
+++ b/patches/select-all.diff
@@ -8,6 +8,7 @@
+ // Make all projects default instead of none
+ for (Project p : projects) {
+ if ( !p.getPath().endsWith( "/l10n" ) &&
++ !p.getPath().endsWith( "/translations" ) &&
+ !p.getPath().endsWith( "/help" ) &&
+ !p.getPath().endsWith( "/testing" ) ) {
+ project.add(p.getDescription());