All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Consolidate Pull Requests for Autobuilder
@ 2010-12-21 17:17 Beth Flanagan
  2010-12-23 19:21 ` Scott Garman
  0 siblings, 1 reply; 3+ messages in thread
From: Beth Flanagan @ 2010-12-21 17:17 UTC (permalink / raw)
  To: yocto

Scott,

This pull request updates the buildbot installer to support BuildBot 0.8.3, which was released yesterday, as well as updated build helper scripts and a new pokyABConfig.py which adds a swabber testing target,implements all current autobuilder build arches and lastly, implements sanity testing.

The buildbot installer script has been re-written in python and an INSTALL file added to explain the new installation process. I've tested it on Ubuntu 10.10 and openSUSE 11.3, and would appreciate anyone who has a different system letting me know their experiences with it (good and bad).

I've also incorporated a fix to poky-autobuild that sources the correct env script and added some missing build helper scripts, based off of what is actually on the autobuilder.

-b

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: eflanagan/bb-0.8.3
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3

Thanks,
    Beth Flanagan <elizabeth.flanagan@intel.com>
---


Beth Flanagan (3):
  Upgrade to Buildbot 0.8.3: scripts/poky-setup-autobuilder
  Adding new scripts to reflect a real autobuilder
  Change to poky-autobuild to source correct file:

 INSTALL                                          |   55 +++
 README                                           |    6 +-
 scripts/poky-autobuild                           |   39 ++-
 scripts/poky-autobuild-cleanoutput               |    6 +-
 scripts/poky-autobuild-copy-images               |  458 +++++++++++++++++++
 scripts/poky-autobuild-generate-release-external |  220 +++++++++
 scripts/poky-autobuild-generate-release-internal |  232 ++++++++++
 scripts/poky-autobuild-generate-sources-tarball  |   54 +++
 scripts/poky-autobuild-postprocess               |    6 +-
 scripts/poky-autobuild-preamble                  |   58 +++
 scripts/poky-autobuild-rename-release-images     |  128 ++++++
 scripts/poky-autobuild-sanitytest                |   58 +++
 scripts/poky-output-sort                         |  117 +++++
 scripts/poky-preserve-work-dir                   |   26 +-
 scripts/poky-setup-autobuilder                   |  514 +++++++++++++++-------
 scripts/pokyABConfig.py                          |  469 +++++++++++++++-----
 scripts/run-on-buildset-success                  |   11 +
 17 files changed, 2154 insertions(+), 303 deletions(-)
 create mode 100644 INSTALL
 create mode 100755 scripts/poky-autobuild-copy-images
 create mode 100755 scripts/poky-autobuild-generate-release-external
 create mode 100755 scripts/poky-autobuild-generate-release-internal
 create mode 100755 scripts/poky-autobuild-generate-sources-tarball
 create mode 100755 scripts/poky-autobuild-preamble
 create mode 100755 scripts/poky-autobuild-rename-release-images
 create mode 100755 scripts/poky-autobuild-sanitytest
 create mode 100755 scripts/poky-output-sort
 create mode 100755 scripts/run-on-buildset-success



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

* [PATCH 0/3] Consolidate Pull Requests for Autobuilder
@ 2010-12-21 17:36 Elizabeth Flanagan
  0 siblings, 0 replies; 3+ messages in thread
From: Elizabeth Flanagan @ 2010-12-21 17:36 UTC (permalink / raw)
  To: yocto@yoctoproject.org, Autobuilder Backup Cron

Scott,

This pull request updates the buildbot installer to support BuildBot
0.8.3, which was released yesterday, as well as updated build helper
scripts and a new pokyABConfig.py which adds a swabber testing
target,implements all current autobuilder build arches and lastly,
implements sanity testing.

The buildbot installer script has been re-written in python and an
INSTALL file added to explain the new installation process. I've tested
it on Ubuntu 10.10 and openSUSE 11.3, and would appreciate anyone who
has a different system letting me know what their experiences with it
were (good and bad).

Also included in this pull request is a fix RP made to the live builder
this morning to fix an issue with piky-autobuild sourcing the wrong file.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: eflanagan/bb-0.8.3
  Browse:
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3

Thanks,
    Beth Flanagan <elizabeth.flanagan@intel.com>
---


Beth Flanagan (3):
  Upgrade to Buildbot 0.8.3: scripts/poky-setup-autobuilder
  Adding new scripts to reflect a real autobuilder
  Change to poky-autobuild to source correct file:

 INSTALL                                          |   55 +++
 README                                           |    6 +-
 scripts/poky-autobuild                           |   39 ++-
 scripts/poky-autobuild-cleanoutput               |    6 +-
 scripts/poky-autobuild-copy-images               |  458 +++++++++++++++++++
 scripts/poky-autobuild-generate-release-external |  220 +++++++++
 scripts/poky-autobuild-generate-release-internal |  232 ++++++++++
 scripts/poky-autobuild-generate-sources-tarball  |   54 +++
 scripts/poky-autobuild-postprocess               |    6 +-
 scripts/poky-autobuild-preamble                  |   58 +++
 scripts/poky-autobuild-rename-release-images     |  128 ++++++
 scripts/poky-autobuild-sanitytest                |   58 +++
 scripts/poky-output-sort                         |  117 +++++
 scripts/poky-preserve-work-dir                   |   26 +-
 scripts/poky-setup-autobuilder                   |  514
+++++++++++++++-------
 scripts/pokyABConfig.py                          |  469
+++++++++++++++-----
 scripts/run-on-buildset-success                  |   11 +
 17 files changed, 2154 insertions(+), 303 deletions(-)
 create mode 100644 INSTALL
 create mode 100755 scripts/poky-autobuild-copy-images
 create mode 100755 scripts/poky-autobuild-generate-release-external
 create mode 100755 scripts/poky-autobuild-generate-release-internal
 create mode 100755 scripts/poky-autobuild-generate-sources-tarball
 create mode 100755 scripts/poky-autobuild-preamble
 create mode 100755 scripts/poky-autobuild-rename-release-images
 create mode 100755 scripts/poky-autobuild-sanitytest
 create mode 100755 scripts/poky-output-sort
 create mode 100755 scripts/run-on-buildset-success



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

* Re: [PATCH 0/3] Consolidate Pull Requests for Autobuilder
  2010-12-21 17:17 Beth Flanagan
@ 2010-12-23 19:21 ` Scott Garman
  0 siblings, 0 replies; 3+ messages in thread
From: Scott Garman @ 2010-12-23 19:21 UTC (permalink / raw)
  To: yocto

On 12/21/2010 09:17 AM, Beth Flanagan wrote:
> Scott,
>
> This pull request updates the buildbot installer to support BuildBot 0.8.3, which was released yesterday, as well as updated build helper scripts and a new pokyABConfig.py which adds a swabber testing target,implements all current autobuilder build arches and lastly, implements sanity testing.
>
> The buildbot installer script has been re-written in python and an INSTALL file added to explain the new installation process. I've tested it on Ubuntu 10.10 and openSUSE 11.3, and would appreciate anyone who has a different system letting me know their experiences with it (good and bad).
>
> I've also incorporated a fix to poky-autobuild that sources the correct env script and added some missing build helper scripts, based off of what is actually on the autobuilder.
>
> -b
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: eflanagan/bb-0.8.3
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=eflanagan/bb-0.8.3
>
> Thanks,
>      Beth Flanagan<elizabeth.flanagan@intel.com>
> ---
>
>
> Beth Flanagan (3):
>    Upgrade to Buildbot 0.8.3: scripts/poky-setup-autobuilder
>    Adding new scripts to reflect a real autobuilder
>    Change to poky-autobuild to source correct file:
>
>   INSTALL                                          |   55 +++
>   README                                           |    6 +-
>   scripts/poky-autobuild                           |   39 ++-
>   scripts/poky-autobuild-cleanoutput               |    6 +-
>   scripts/poky-autobuild-copy-images               |  458 +++++++++++++++++++
>   scripts/poky-autobuild-generate-release-external |  220 +++++++++
>   scripts/poky-autobuild-generate-release-internal |  232 ++++++++++
>   scripts/poky-autobuild-generate-sources-tarball  |   54 +++
>   scripts/poky-autobuild-postprocess               |    6 +-
>   scripts/poky-autobuild-preamble                  |   58 +++
>   scripts/poky-autobuild-rename-release-images     |  128 ++++++
>   scripts/poky-autobuild-sanitytest                |   58 +++
>   scripts/poky-output-sort                         |  117 +++++
>   scripts/poky-preserve-work-dir                   |   26 +-
>   scripts/poky-setup-autobuilder                   |  514 +++++++++++++++-------
>   scripts/pokyABConfig.py                          |  469 +++++++++++++++-----
>   scripts/run-on-buildset-success                  |   11 +
>   17 files changed, 2154 insertions(+), 303 deletions(-)
>   create mode 100644 INSTALL
>   create mode 100755 scripts/poky-autobuild-copy-images
>   create mode 100755 scripts/poky-autobuild-generate-release-external
>   create mode 100755 scripts/poky-autobuild-generate-release-internal
>   create mode 100755 scripts/poky-autobuild-generate-sources-tarball
>   create mode 100755 scripts/poky-autobuild-preamble
>   create mode 100755 scripts/poky-autobuild-rename-release-images
>   create mode 100755 scripts/poky-autobuild-sanitytest
>   create mode 100755 scripts/poky-output-sort
>   create mode 100755 scripts/run-on-buildset-success

After a few iterations with Beth, I have now pulled this into 
poky-autobuilder master.

Thanks Beth!

Scott

-- 
Scott Garman
Embedded Linux Distro Engineer - Yocto Project


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

end of thread, other threads:[~2010-12-23 19:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-21 17:36 [PATCH 0/3] Consolidate Pull Requests for Autobuilder Elizabeth Flanagan
  -- strict thread matches above, loose matches on Subject: below --
2010-12-21 17:17 Beth Flanagan
2010-12-23 19:21 ` Scott Garman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.