diff scripts/notify-roundup/notify-roundup.py @ 4182:150ee11d49ee gsoc-2009

More work more work
author Pygi <pygi@users.sourceforge.net>
date Tue, 07 Jul 2009 16:13:56 +0000
parents 5501a3778903
children 7fc0b90592d5
line wrap: on
line diff
--- a/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:09:39 2009 +0000
+++ b/scripts/notify-roundup/notify-roundup.py	Tue Jul 07 16:13:56 2009 +0000
@@ -155,7 +155,7 @@
     print repos.host, repos.repos_dir
     # get the svn repo information from the tracker
     try:
-        svn_repo_id = db.svn_repo.stringFind(host=repos.host,
+        vcs_repo_id = db.vcs_repo.stringFind(host=repos.host,
             path=repos.repos_dir)[0]
     except IndexError:
         logger.error('no repository %s in tracker'%repos.repos_dir)

Roundup Issue Tracker: http://roundup-tracker.org/