You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
Is your feature related to a problem? Please describe.
Currently, if we specify a repo that points to a distribution repo of which the distribution is not rolling, we will not get informed if the same distribution releases a new version of the package in a new release of the distribution.
Example: https://github.com/pacstall/pacstall-programs/blob/master/packages/warpinator-deb/warpinator-deb.pacscript has "repo: linux_mint_21_1". It would be nice if we could catch a new release in linux_mint_21_2 without changing the repology variable.
A clear and concise description of what you want to happen.
A wildcard like "repo: linux_mint*" would be nice
Describe alternatives you've considered
I thought that if we filter on maintainer instead of repo, that would also be interesting, in this case "maitainers: [email protected]" would also give all versions that come from linuxmint repo, but it seems pacup does not support filtering based on maitainer so far
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature related to a problem? Please describe.
Currently, if we specify a
repo
that points to a distribution repo of which the distribution is not rolling, we will not get informed if the same distribution releases a new version of the package in a new release of the distribution.Example: https://github.com/pacstall/pacstall-programs/blob/master/packages/warpinator-deb/warpinator-deb.pacscript has "repo: linux_mint_21_1". It would be nice if we could catch a new release in linux_mint_21_2 without changing the repology variable.
A clear and concise description of what you want to happen.
A wildcard like "repo: linux_mint*" would be nice
Describe alternatives you've considered
I thought that if we filter on maintainer instead of repo, that would also be interesting, in this case "maitainers: [email protected]" would also give all versions that come from linuxmint repo, but it seems pacup does not support filtering based on maitainer so far
Additional context
No response
The text was updated successfully, but these errors were encountered: