Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Feature]: catch all same distro versions #174

@Zahrun

Description

@Zahrun

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: root@linuxmint.com" 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

Metadata

Metadata

Assignees

Labels

featureNew feature requesttriagePriority not decided yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions