GNU bug report logs -
#51099
guix refresh/lint can provide false positive about updates
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello,
In Guix, we commit to offer officially released packages where
available/feasible. Some projects produce release that are not
"stable", such as GStreamer, and our 'guix refresh' tool can't currently
tell the difference:
--8<---------------cut here---------------start------------->8---
$ guix lint gstreamer-docs
[...]
gstreamer-docs <at> 1.18.5: can be upgraded to 1.19.2
--8<---------------cut here---------------end--------------->8---
For GStreamer, every odd minor release version indicates a development
snapshot (unstable) release.
One way to go about this would be to provide the release version scheme
at the pacakage level and use that information to filter available
releases, e.g.:
(package
...
(properties '((version-scheme %even-minor-version))))
Where %even-minor-version could be a procedure accept the version string
as input and validating that the minor version number is even.
Or something along these lines.
Thanks,
Maxim
This bug report was last modified 1 year and 63 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.