[damned-lies] Change the non-gnome query following the git migration
- From: Claude Paroz <claudep src gnome org>
- To: svn-commits-list gnome org
- Subject: [damned-lies] Change the non-gnome query following the git migration
- Date: Fri, 17 Apr 2009 14:54:17 -0400 (EDT)
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]