This patch set is currently running on dev-ab-master.pdx.yoctodev.org:8010 for testing purposes.
The main bits of functionality here: - fixes up some of the last issues with yoctogit.py that have cropped up. - fixes how we use patchExists within yoctogit.py - reimpliments some old release functionality that we lost with the UI changes. - Cleans up some yoctogit.py code - supports the name change of core-image-basic - gives us some logging with the buildslave-janitor - adds a new buildset to run builds on target The following changes since commit ff48d4619a6910aa37473fd323d1865d8a32eb0c: BuildSet.py: Indent error causes triggers with no nowait to fail (2014-03-19 08:47:16 -0700) are available in the git repository at: git://git.yoctoproject.org/yocto-autobuilder eflanagan/yocto-autobuilder-dev http://git.yoctoproject.org/cgit.cgi//log/?h=eflanagan/yocto-autobuilder-dev Beth Flanagan (10): yoctogit.py: Use self.srcdir, not local srcdir construct. yoctogit.py: movecopy should only move 'build' yoctogit.py: DRYing up some code yoctogit.py: Fix timeouts. yoctogit.py: Set workdir for the class yoctogit.py: Set workdir within dovccmd yoctogit.py: change _srccopy fromdir to it's own construction PublishArtifacts.py: Exclude genericx86-64 pre-1.5 SetDest.py: Use new UI variables. yoctogit.py: sync on mv Elizabeth Flanagan (9): yoctogit.py: Fix cp construction from source to build BuildImages.py: core-image-basic name change support yoctogit.py: movecopy doesn't care if it's updateable yoctogit.py: movecopy needs an incremental callback CheckOutLayers.py: Remove unset Props yoctogit.py: pathExists returns a defered value. CheckOutLayers.py: Remove srcdir yoctogit.py: Stop passing in srcdir. yoctogit.py: Check for mirror on incremental builds Richard Purdie (2): yocto-start-autobuilder: Make sure janitor logging goes to a log file buildslave-janitor: Add in try/except handling to make calls robust against failure Stefan Stanacar (1): buildsets: add a new buildset to run builds on target bin/buildslave-janitor | 15 +- .../nightly-qa-targetbuilds.conf | 26 +++ .../site-packages/autobuilder/BuildSet.py | 2 - .../autobuilder/buildsteps/BuildImages.py | 9 ++ .../autobuilder/buildsteps/CheckOutLayers.py | 9 +- .../autobuilder/buildsteps/PublishArtifacts.py | 15 +- .../autobuilder/buildsteps/SetDest.py | 7 +- .../buildbot/steps/source/yoctogit.py | 177 ++++++++++----------- yocto-start-autobuilder | 2 +- 9 files changed, 145 insertions(+), 117 deletions(-) create mode 100644 buildset-config.master/nightly-qa-targetbuilds.conf -- 1.8.1.2 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
