From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Mon, 9 Sep 2019 00:42:23 +0200 Subject: [Buildroot] [PATCH v4 2/5] autobuild-run: initial implementation of get_reproducibility_failure_reason() In-Reply-To: References: <20190820145231.15507-1-itsatharva@gmail.com> <20190820145231.15507-2-itsatharva@gmail.com> Message-ID: <20190909004223.24aaed8f@windsurf> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Sun, 8 Sep 2019 19:06:11 +0200 Arnout Vandecappelle wrote: > > + if "version" in package_info[package]: > > + version = package_info[package]["version"] > > + return [package, version] > > I don't know how useful it is to extract the package version... It is currently > part of the reason file mostly by accident, I think. I find it quite useful to have the version in the failure reason. Thanks to that, when you search with ?reason=foo%, you can see immediately in the list which versions of the package are/were affected by a failure. Thomas -- Thomas Petazzoni, CTO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com