dpkg version regex is too strict #18
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For direct master builds it's something like
1.20.8-46-g0881
. While I haven't tested it seems it'd be1.20.9ubuntu2
for Ubuntu.A less strict regex such as
^([0-9.]+).*?$
solves this.