Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Autobuilder Package Stats Page
@ 2019-12-04 13:24 Mark Corbin
  2019-12-04 14:53 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Corbin @ 2019-12-04 13:24 UTC (permalink / raw)
  To: buildroot

Hello

I've been updating package URLs based on the status information shown on the 
'package stats' page (http://autobuild.buildroot.org/stats/), but the page 
output hasn't changed to reflect these new updates.

I was wondering when/how the page is updated? I have been checking the current 
URL status of packages by running './support/scripts/pkg_stats' directly from 
the command line, but it would be useful if the web page was refreshed 
regularly to capture any changes.

Thanks

Mark Corbin

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Autobuilder Package Stats Page
  2019-12-04 13:24 [Buildroot] Autobuilder Package Stats Page Mark Corbin
@ 2019-12-04 14:53 ` Thomas Petazzoni
  2019-12-04 15:07   ` Peter Korsgaard
  2019-12-04 15:12   ` Mark Corbin
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-12-04 14:53 UTC (permalink / raw)
  To: buildroot

On Wed, 04 Dec 2019 13:24:52 +0000
Mark Corbin <mark@dibsco.co.uk> wrote:

> I've been updating package URLs based on the status information shown on the 
> 'package stats' page (http://autobuild.buildroot.org/stats/), but the page 
> output hasn't changed to reflect these new updates.
> 
> I was wondering when/how the page is updated? I have been checking the current 
> URL status of packages by running './support/scripts/pkg_stats' directly from 
> the command line, but it would be useful if the web page was refreshed 
> regularly to capture any changes.

The page is updated once a day, the last date is at the bottom of the
page, together with the commit id.

When a "next" branch exists, the page is based on data from the next
branch, so that we use the latest package versions known by Buildroot.
However, all your URL-related changes have been merged to master, so
they didn't show up in the refreshed statistics page.

But since the release of 2019.11, next has been merged into master, but
next has not been removed. So the logic still thinks next is newer than
master.

Peter, could you drop the next branch ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Autobuilder Package Stats Page
  2019-12-04 14:53 ` Thomas Petazzoni
@ 2019-12-04 15:07   ` Peter Korsgaard
  2019-12-04 15:12   ` Mark Corbin
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2019-12-04 15:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Wed, 04 Dec 2019 13:24:52 +0000
 > Mark Corbin <mark@dibsco.co.uk> wrote:

 >> I've been updating package URLs based on the status information shown on the 
 >> 'package stats' page (http://autobuild.buildroot.org/stats/), but the page 
 >> output hasn't changed to reflect these new updates.
 >> 
 >> I was wondering when/how the page is updated? I have been checking the current 
 >> URL status of packages by running './support/scripts/pkg_stats' directly from 
 >> the command line, but it would be useful if the web page was refreshed 
 >> regularly to capture any changes.

 > The page is updated once a day, the last date is at the bottom of the
 > page, together with the commit id.

 > When a "next" branch exists, the page is based on data from the next
 > branch, so that we use the latest package versions known by Buildroot.
 > However, all your URL-related changes have been merged to master, so
 > they didn't show up in the refreshed statistics page.

 > But since the release of 2019.11, next has been merged into master, but
 > next has not been removed. So the logic still thinks next is newer than
 > master.

 > Peter, could you drop the next branch ?

Sure, done.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Autobuilder Package Stats Page
  2019-12-04 14:53 ` Thomas Petazzoni
  2019-12-04 15:07   ` Peter Korsgaard
@ 2019-12-04 15:12   ` Mark Corbin
  2019-12-04 15:18     ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Mark Corbin @ 2019-12-04 15:12 UTC (permalink / raw)
  To: buildroot

On Wednesday, 4 December 2019 14:53:48 GMT Thomas Petazzoni wrote:
> On Wed, 04 Dec 2019 13:24:52 +0000
> 
> Mark Corbin <mark@dibsco.co.uk> wrote:
> > I've been updating package URLs based on the status information shown on
> > the 'package stats' page (http://autobuild.buildroot.org/stats/), but the
> > page output hasn't changed to reflect these new updates.
> > 
> > I was wondering when/how the page is updated? I have been checking the
> > current URL status of packages by running './support/scripts/pkg_stats'
> > directly from the command line, but it would be useful if the web page
> > was refreshed regularly to capture any changes.
> 
> The page is updated once a day, the last date is at the bottom of the
> page, together with the commit id.
> 
> When a "next" branch exists, the page is based on data from the next
> branch, so that we use the latest package versions known by Buildroot.
> However, all your URL-related changes have been merged to master, so
> they didn't show up in the refreshed statistics page.

Do any changes made to 'master' normally get committed to 'next' too when it 
exists?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] Autobuilder Package Stats Page
  2019-12-04 15:12   ` Mark Corbin
@ 2019-12-04 15:18     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-12-04 15:18 UTC (permalink / raw)
  To: buildroot

On Wed, 04 Dec 2019 15:12:50 +0000
Mark Corbin <mark@dibsco.co.uk> wrote:

> > When a "next" branch exists, the page is based on data from the next
> > branch, so that we use the latest package versions known by Buildroot.
> > However, all your URL-related changes have been merged to master, so
> > they didn't show up in the refreshed statistics page.  
> 
> Do any changes made to 'master' normally get committed to 'next' too when it 
> exists?

No. We only merge "next" back into "master" just after the release. We
sometimes do cherry-pick some patches from master into next if they fix
some build issues that affect the autobuilders on both the master and
next branch, but for all other changes, we wait until next is merged
back until master.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-04 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-04 13:24 [Buildroot] Autobuilder Package Stats Page Mark Corbin
2019-12-04 14:53 ` Thomas Petazzoni
2019-12-04 15:07   ` Peter Korsgaard
2019-12-04 15:12   ` Mark Corbin
2019-12-04 15:18     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox