David Runge pushed to branch main at Arch Linux / Packaging / Packages / picard
Commits: 80181242 by Frederik “Freso” S. Olesen at 2024-04-03T16:14:39+02:00 Add nvchecker configuration - - - - - 121c4397 by Frederik “Freso” S. Olesen at 2024-04-05T22:38:23+02:00 nvchecker: Use `git` instead of `github` While not using `use_latest_tag` or `include_prereleases`, doing a lot of requests without a token can still make GitHub complain. Just treating it like a regular `git` repository without any GitHub magic should circumvent this. - - - - - 1 changed file: - + .nvchecker.toml Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,5 @@ +[picard] +source = "git" +git = "https://github.com/metabrainz/picard.git" +include_regex = 'release-((?:\d|\.)+)' +prefix = "release-" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/picard/-/compare/610288eaf164165e41080b043722728a46ef7fdc...121c43975aa3b5bd0ad6ff8361ee7573450f812c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/picard/-/compare/610288eaf164165e41080b043722728a46ef7fdc...121c43975aa3b5bd0ad6ff8361ee7573450f812c You're receiving this email because of your account on gitlab.archlinux.org.
