Savane support

Pierre Habouzit madcoder at debian.org
Sat May 6 10:42:36 UTC 2006


Le Sam 6 Mai 2006 12:19, Pierre Habouzit a écrit :
> Le Sam 6 Mai 2006 10:03, Sanghyeon Seo a écrit :
> > Hi, I wrote a support for Savane. Attached.
> >
> > Suggested entry for btslink.cfg:
> >
> > [savannah]
> > type     = savane
> > uri      = http://savannah.gnu.org
> > uri-re   =
> > https?://savannah.gnu.org/bugs/(?:index.php|)\?func=detailitem&item
> >_i d=([0-9]+)
>
> I'm not sure I won't do special cases for savanah and sourceforge.
> Given the fact that the url can be really messy and the GET arguments
> reversed, we can miss a lot of them. I think those will be treated
> magilcally.

I came back from that idea. savanah shares bugs among projects, so we 
don't have the same problem that we do have with sourceforge: a bug is
an id and not a pair of a group_id and a bug_id.

I used that:

[savanah-gnu]
type     = savane
uri      = http://savannah.gnu.org/bugs/
uri-re   = https?://savannah.gnu.org/bugs/(?:index.php|)\?(?:.*&)*item_id=([0-9]+)

[savanah-nongnu]
type     = savane
uri      = http://savannah.nongnu.org/bugs/
uri-re   = https?://savannah.nongnu.org/bugs/(?:index.php|)\?(?:.*&)*item_id=([0-9]+)


-- 
·O·  Pierre Habouzit
··O                                                madcoder at debian.org
OOO                                                http://www.madism.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/bts-link-devel/attachments/20060506/b67685de/attachment.pgp


More information about the Bts-link-devel mailing list