GNU bug report logs -
#51099
guix refresh/lint can provide false positive about updates
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51099 in the body.
You can then email your comments to 51099 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#51099
; Package
guix
.
(Fri, 08 Oct 2021 19:33:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 08 Oct 2021 19:33:01 GMT)
Full text and
rfc822 format available.
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#51099
; Package
guix
.
(Fri, 29 Oct 2021 19:20:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 51099 <at> debbugs.gnu.org (full text, mbox):
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
> 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:
>
> $ guix lint gstreamer-docs
> [...]
> gstreamer-docs <at> 1.18.5: can be upgraded to 1.19.2
>
> For GStreamer, every odd minor release version indicates a development
> snapshot (unstable) release.
Ah that’s an interesting case. The ‘gnome’ updater checks for odd minor
release numbers already. But in this case, it’s the ‘generic-html’
updater that kicks in, which is nice, except it doesn’t know about the
odd/even scheme.
So yes, we could have a property like you suggest that the
‘generic-html’ and ‘generic-git’ updaters (at least) would honor.
Ludo’.
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Thu, 14 Mar 2024 18:28:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 14 Mar 2024 18:28:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 51099-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Ludovic Courtès <ludo <at> gnu.org> writes:
> Hi,
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> skribis:
>
>> 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:
>>
>> $ guix lint gstreamer-docs
>> [...]
>> gstreamer-docs <at> 1.18.5: can be upgraded to 1.19.2
>>
>> For GStreamer, every odd minor release version indicates a development
>> snapshot (unstable) release.
>
> Ah that’s an interesting case. The ‘gnome’ updater checks for odd minor
> release numbers already. But in this case, it’s the ‘generic-html’
> updater that kicks in, which is nice, except it doesn’t know about the
> odd/even scheme.
>
> So yes, we could have a property like you suggest that the
> ‘generic-html’ and ‘generic-git’ updaters (at least) would honor.
GNOME is moving away from such a versioning scheme, reflected by this 2
year old commit of mine: 5dd3acd0a0941ff9764959b313aae48095c66312
("import: gnome: Improve version handling logic.").
Thus, the use case seems to have vanished. Let's close for now.
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 12 Apr 2024 11:24:32 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 26 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.