[damned-lies] Change the non-gnome query following the git migration



commit 52fd71384863fcdc6c9c30d57ea9b65ccff21de1
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Apr 17 20:35:36 2009 +0200

    Change the non-gnome query following the git migration
---
 stats/management/commands/update-stats.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stats/management/commands/update-stats.py b/stats/management/commands/update-stats.py
index 6c52d78..afa0ad7 100644
--- a/stats/management/commands/update-stats.py
+++ b/stats/management/commands/update-stats.py
@@ -58,7 +58,7 @@ class Command(BaseCommand):
         else:
             # Update all modules
             if options['non-gnome']:
-                modules = Module.objects.exclude(vcs_root='http://svn.gnome.org/svn')
+                modules = Module.objects.exclude(vcs_root__startswith='git://git.gnome.org/')
             else:
                 modules = Module.objects.all()
             for mod in modules:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]