Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set update to ignore alpha/beta/dev/rc versions #33327

Merged
merged 1 commit into from Oct 15, 2021

Conversation

tornaria
Copy link
Contributor

@tornaria tornaria commented Oct 4, 2021

I looked at all the updates which correspond to alpha/beta/dev/rc versions as follows:

$ wget -c http://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt
$ cat void-updates.txt | grep -- '-> [0-9.-]*[^0-9. -]' | awk '{print $1}' | sort -u | xargs -n1 ./xbps-src update-check > todo.txt
$ wc -l todo.txt
362 todo.txt

After the patch, the same thing gives 195 updates, can diff before/after to see the change. There are a few packages which I didn't look into (e.g. debian version suffixes).

Most is *a[0-9] *b[0-9] *rc[0-9] *.dev[0-9], especially for python packages, I wonder if that should be default, but then some packages use versions that match some of those.

No file other than srcpckgs/*/update is touched by this commit.

@tornaria tornaria force-pushed the update branch 2 times, most recently from 30afb78 to 2480230 Compare October 11, 2021 16:03
srcpkgs/python-mock/update Outdated Show resolved Hide resolved
srcpkgs/bochs/update Show resolved Hide resolved
@tornaria
Copy link
Contributor Author

New push:

  • changed commit msg
  • added a comment for python-mock as suggested
  • added ignore for gource, gpsd, python-rdflib

@tornaria
Copy link
Contributor Author

@paper42 I added a commit fixing the gnome pattern (e.g. fixes gtk4), but I can drop it from this PR if you prefer.

@paper42
Copy link
Member

paper42 commented Oct 15, 2021

@paper42 I added a commit fixing the gnome pattern (e.g. fixes gtk4), but I can drop it from this PR if you prefer.

I think we should test that a bit more, so let's split it to a separate PR.

@paper42 paper42 merged commit a73599d into void-linux:master Oct 15, 2021
@tornaria tornaria deleted the update branch October 29, 2021 21:36
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants