Andreas Tille pushed to branch master at Debian Med / community / package_template
Commits: 1f5f325c by Andreas Tille at 2021-05-25T10:24:25+02:00 Do not create broken watch files for Github - - - - - 1 changed file: - personalise_template Changes: ===================================== personalise_template ===================================== @@ -64,7 +64,7 @@ fi if echo "$PHOMEPAGE" | grep -q 'github\.com' ; then echo "version=4\n" > watch echo "opts=\"filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-\$1.tar.gz%\" \\" >> watch - echo "$PHOMEPAGE/releases .*/archive/v?@ANY_VERSION@\.tar\.gz" >> watch + echo "$PHOMEPAGE/tags (?:.*?/)?v?@ANY_VERSION@\.tar\.gz" >> watch fi if echo "$PHOMEPAGE" | grep -q 'gitlab\.com' ; then echo "version=4\n" > watch View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/1f5f325c2c889c42c232b1d429dfe3dd198a63f2 -- View it on GitLab: https://salsa.debian.org/med-team/community/package_template/-/commit/1f5f325c2c889c42c232b1d429dfe3dd198a63f2 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
