adding configuration and import for the berlios module.
authorBernd Zeimetz <bernd@bzed.de>
Tue, 16 Oct 2007 17:46:35 +0000 (19:46 +0200)
committerPierre Habouzit <madcoder@debian.org>
Fri, 19 Oct 2007 07:26:42 +0000 (09:26 +0200)
Signed-off-by: Bernd Zeimetz <bernd@bzed.de>
btslink.cfg
remote/base.py

index 903fc45b246106c9d804e873dbf17e445bd4f60f..171c806afb9d06a56d4de4e2a68c16efd0ccf76e 100644 (file)
@@ -8,6 +8,31 @@ ldap     = ldap://bts2ldap.debian.net:10101
 
 ;*****************************************************************************
 ;
+; Berlios
+;
+;*************************************************************************{{{*
+
+[berlios-feature]
+type     = berlios
+uri      = http://developer.berlios.de/feature
+uri-re   = https?://developer.berlios.de/feature/(?:index.php|)\?(?:.*&)*feature_id=([0-9]+)
+bugtype = feature
+
+[berlios-bugs]
+type     = berlios
+uri      = http://developer.berlios.de/bugs
+uri-re   = https?://developer.berlios.de/bugs/(?:index.php|)\?(?:.*&)*bug_id=([0-9]+)
+bugtype = bug
+
+[berlios-patch]
+type     = berlios
+uri      = http://developer.berlios.de/patch
+uri-re   = https?://developer.berlios.de/patch/(?:index.php|)\?(?:.*&)*patch_id=([0-9]+)
+bugtype = patch
+
+
+;*************************************************************************}}}*
+;
 ; Old Bugzillas / Issuezilla
 ;
 ;*************************************************************************{{{*
index 62c9da2db75284bc9dccd02f8421e1ebf44362d0..5e91afd1114ce8541f43f5f2e24c3b36d75e446d 100644 (file)
@@ -281,5 +281,5 @@ class RemoteBts:
     def _bugId(self, data):
         return data.id
 
-import bugzilla, gnats, mantis, rt, savane, sourceforge, trac
+import berlios, bugzilla, gnats, mantis, rt, savane, sourceforge, trac