[Buildbot-commits] [buildbot/buildbot] 67c0ab: db: more robustness to property parsing
noreply at github.com
noreply at github.com
Sun Sep 25 06:15:36 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 67c0ab21b3947a13f1327665d95690b0888f316e
https://github.com/buildbot/buildbot/commit/67c0ab21b3947a13f1327665d95690b0888f316e
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M master/buildbot/db/buildsets.py
M master/buildbot/db/changes.py
Log Message:
-----------
db: more robustness to property parsing
The properties are limited by the DB to a certain amount of bytes
They will be silently truncated by DB. This leads pickle to fail
unserialize them.
We add more exception catching, and let the status page display, even if we will
not have many usefull thing for that builset
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 4511165debe24b0e1222ad6ee785ccdd882eff2f
https://github.com/buildbot/buildbot/commit/4511165debe24b0e1222ad6ee785ccdd882eff2f
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M master/buildbot/steps/source/oldsource.py
M slave/buildslave/commands/repo.py
Log Message:
-----------
repo: add manifest_override_url
People often ask to be able to rebuild one build, and
append some more patch above it.
We give the option to pass a url to a manifest that will be
used instead of the latest manifest.
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 3b3ed8d3bf450b943b687281c5acc3c441761ddb
https://github.com/buildbot/buildbot/commit/3b3ed8d3bf450b943b687281c5acc3c441761ddb
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M slave/buildslave/commands/repo.py
Log Message:
-----------
slave:repo: show the list of downloaded patches
so it is more clear what is really downloaded
people can more easily reproduce the build manually
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: 8f037ce8f8de6b59882c59dce31f39364dbb9c11
https://github.com/buildbot/buildbot/commit/8f037ce8f8de6b59882c59dce31f39364dbb9c11
Author: Pierre Tardy <pierre.tardy at intel.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M slave/buildslave/commands/repo.py
Log Message:
-----------
slave:repo: generate manifest-original.xml
This manifest is the manifest describing the repo state before
applying any cherry-pick.
manigest after cherry-pick is less usefull, as cherry-pick commitid
are not reproducible
it is up to the config file to make something valuable from this generated file
Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>
Commit: dc27f13eb9b5152776571de66d29d6c076c1b9cc
https://github.com/buildbot/buildbot/commit/dc27f13eb9b5152776571de66d29d6c076c1b9cc
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M slave/buildslave/commands/repo.py
Log Message:
-----------
remove tabs, use textwrap.dedent in repo.py
Commit: cdffd4443cc710d5840603de7d280d09d86e916d
https://github.com/buildbot/buildbot/commit/cdffd4443cc710d5840603de7d280d09d86e916d
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-09-24 (Sat, 24 Sep 2011)
Changed paths:
M master/buildbot/master.py
Log Message:
-----------
Merge branch 'master' of github.com:buildbot/buildbot
* 'master' of github.com:buildbot/buildbot:
Alphabetised the list of known config keys. This makes it easier to see if a particular key is in the list.
Added "validation" to the list of known config keys.
Compare: https://github.com/buildbot/buildbot/compare/5beba78...cdffd44
More information about the Commits
mailing list