Your message dated Tue, 17 May 2022 23:31:30 +0530
with message-id <55ad657d-28b2-0a63-e68f-4ce35266e...@onenetbeyond.org>
and subject line Re: [Pkg-javascript-devel] Bug#1010981: npm2deb should try 
tags without v prefix before falling back to npm registry tarballs
has caused the Debian Bug report #1010981,
regarding npm2deb should try tags without v prefix before falling back to npm 
registry tarballs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1010981: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010981
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: npm2deb
Severity: wishlist

Some modules have tags without v prefix, for example
https://github.com/fontello/ttf2eot/tags

So npm2deb should fall back to looking for tags without v prefix before
falling back to npm registry tarballs.

Thanks
Praveen

Attachment: OpenPGP_0x8F53E0193B294B75.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Control: fixed -1 0.3.0-11

On 17/5/22 5:41 PM, Israel Galadima wrote:
> Hello Praveen,
> 
> It seems npm2deb does this already.
> I tested the concerned package and it uses github tags not npm registry.
> 
> The question mark (?) before v in the matching regex allows the v to
> appear 0 or 1 times
> .*/v?(\d\S+)\.tar\.gz
> 
> So I think that should cover tags with or without the v prefix.
> 
Thanks, looks like last patch to update github regex fixed this as well.

Attachment: OpenPGP_0x8F53E0193B294B75.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to