Hi gregor,

On Mon, Nov 24, 2025 at 04:59:15PM +0100, gregor herrmann wrote:
> After yesterday's update to 2.25.27, I noticed that `bts show 
> $nugnumber' does nothing. AFAICS it didn't even call the 
> runbrowser() sub.
> 
> I noticed that I have BTS_CACHE="no" in my ~/.devscripts, and indeed 
> after disabling this setting, `bts show' works again. Just that I 
> have a cache now which I don't want :)
> 
> I believe this happened in the recent changes in or after 5ad811f 
> where the whole $livedownload/LIVE stuff was removed; and now sub 
> browse() boils down to
> 
>     if ($offlinemode) {
>     …
>     elsif ($caching && have_lwp() && $thing ne '') {
>     …
>     }
> 
> i.e. without offlinemode and without caching nothing happens.

Argh! This code has too many possible paths :-)

Should be fixed by
  https://salsa.debian.org/debian/devscripts/-/merge_requests/602.

If you're an avid user of bts(1) I would appreciate a reiview on what I'll
push to
  https://salsa.debian.org/debian/devscripts/-/merge_requests/598
shortly
  1 file changed, 870 insertions(+), 280 deletions(-).

--Daniel

Attachment: signature.asc
Description: PGP signature

Reply via email to