Testing/fixing savane/savannah support - Was: Re: Processed: [bts-link] source package phpgroupware

Olivier Berger olivier.berger at it-sudparis.eu
Mon Nov 3 10:38:39 UTC 2008


Le lundi 03 novembre 2008 à 10:29 +0100, Olivier Berger a écrit :

> As you can see, I've tested locally and think I have identified a
> problem with the savane URIs... seems to me that savane support was
> probably broken.
> 
> Any hint ?
> 
> I'll try and publish my git repo so that I can provide an idea of the
> proposed changes.
> 
> Regards,

More specifically, here's the proposed change :

--------------------------------- btslink.cfg ---------------------------------
index f1c45b0..4b1c613 100644
@@ -338,7 +338,8 @@ uri-re   = https?://gna.org/bugs/(?:index.php|)\?(?:.*&)*item_id=([0-9]+)
 [savannah-gnu]
 type     = savane
 uri      = http://savannah.gnu.org/bugs/
-uri-re   = https?://savannah.gnu.org/bugs/(?:index.php|)\?(?:.*&)*item_id=([0-9]+)
+uri-re   = https?://savannah.gnu.org/bugs/(?:index.php|)\?([0-9]+)
+;uri-re   = https?://savannah.gnu.org/bugs/(?:index.php|)\?(?:.*&)*item_id=([0-9]+)
 
 [savannah-nongnu]
 type     = savane

This is commit f498630a6eaca4691ba0700b49ba2f6d7bb2fa41 in my git repo I've just published at http://www-public.it-sudparis.eu/~berger_o/git/bts-link.git/ 

I noticed URLs of tickets in savannah are now natively displayed like https://savannah.gnu.org/bugs/?24725 instead of https://savannah.gnu.org/bugs/?func=detailitem&item_id=24725 ...

Any comments ?

I'm quite new to git so I hope everything's working fine.

Best regards,
-- 
Olivier BERGER <olivier.berger at it-sudparis.eu>
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 1024D/6B829EEC
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)




More information about the Bts-link-devel mailing list