<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 5 févr. 2020 à 18:17, Thomas Petazzoni <<a href="mailto:thomas.petazzoni@bootlin.com">thomas.petazzoni@bootlin.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
On Wed, 28 Aug 2019 09:02:50 +0200<br>
Francois Perrad <<a href="mailto:fperrad@gmail.com" target="_blank">fperrad@gmail.com</a>> wrote:<br>
<br>
> By default, this upstream name is our BR name.<br>
> But with perl-package infrastructure, the variables *_DISTNAME<br>
> give the CPAN name which is known by <a href="http://release-monitoring.org" rel="noreferrer" target="_blank">release-monitoring.org</a><br>
> <br>
> Signed-off-by: Francois Perrad <<a href="mailto:francois.perrad@gadz.org" target="_blank">francois.perrad@gadz.org</a>><br>
<br>
Since we have this information already in Buildroot, it makes sense to<br>
use it. However, the search on <a href="http://release-monitoring.org" rel="noreferrer" target="_blank">release-monitoring.org</a> is done in two<br>
steps:<br>
<br>
 - Using the Buildroot distribution in release-monitoring and its<br>
   mapping concept. In this case, we really want to use the Buildroot<br>
   package name unchanged (which is not what your patch does)<br>
<br></blockquote><div><br></div><div>It means that a part of Buildroot source (or configuration) is hosted on <a href="http://release-monitoring.org">release-monitoring.org</a> instead of our own git repository.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 - Then, if no result is found through the Buildroot distribution<br>
   above, we search in the entire namespace. Here, we should search<br>
   with _DISTNAME when available. We could also improve the logic to<br>
   strip python- and lua- in the front of packages, to help the guess<br>
   to work.<br>
<br>
Would you be willing to work on this ? It's not too far from the patch<br>
you have already implemented here.<br>
<br></blockquote><div><br></div><div>Another point about <a href="http://release-monitoring.org">release-monitoring.org</a>,<br>how to exclude `dev` branches when the policy of the upstream project is to name them with an odd minor number ?<br><br>Here, some false positives:<br>                          perl |  DISTRO  | <a href="https://release-monitoring.org/project/13599">https://release-monitoring.org/project/13599</a> | 5.30.1       | 5.31.8       |     <br>                     webkitgtk |  DISTRO  | <a href="https://release-monitoring.org/project/05355">https://release-monitoring.org/project/05355</a> | 2.26.3       | 2.27.4       |     <br>                     wpewebkit |  DISTRO  | <a href="https://release-monitoring.org/project/17557">https://release-monitoring.org/project/17557</a> | 2.26.3       | 2.27.4       |     <br></div><div> </div><div>François<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Thanks a lot!<br>
<br>
Thomas<br>
-- <br>
Thomas Petazzoni, CTO, Bootlin<br>
Embedded Linux and Kernel engineering<br>
<a href="https://bootlin.com" rel="noreferrer" target="_blank">https://bootlin.com</a><br>
_______________________________________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@busybox.net" target="_blank">buildroot@busybox.net</a><br>
<a href="http://lists.busybox.net/mailman/listinfo/buildroot" rel="noreferrer" target="_blank">http://lists.busybox.net/mailman/listinfo/buildroot</a><br>
</blockquote></div></div>