[Buildbot-commits] [buildbot/buildbot] 637dd0: if the distinct field is set as false in the githu...
GitHub
noreply at github.com
Tue Nov 26 14:01:57 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: 637dd02909c095b1b591ed7e37d999c3116a9fa1
https://github.com/buildbot/buildbot/commit/637dd02909c095b1b591ed7e37d999c3116a9fa1
Author: @damnwidget <oscar.campos at member.fsf.org>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
if the distinct field is set as false in the github payload, the commit is ignored as it should be already been built
Commit: ab33152a3eda8a9c827ae8b8f0144fed0c1e5adf
https://github.com/buildbot/buildbot/commit/ab33152a3eda8a9c827ae8b8f0144fed0c1e5adf
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/changes/mail.py
M master/buildbot/status/mail.py
M master/buildbot/status/tinderbox.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/oldsource.py
M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
use new email module names
The name of submodules of email package have been changed, use
the new names when importing. For more info on name changes see:
http://docs.python.org/2/library/email.html#package-history
This fixes pylint 'no-name-in-module' error in the changed files.
Commit: 98664cfc4477c8322eb6c6a2dbb829cbf3ec7f71
https://github.com/buildbot/buildbot/commit/98664cfc4477c8322eb6c6a2dbb829cbf3ec7f71
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
M master/buildbot/db/model.py
Log Message:
-----------
drop backward compatibilty import for migrate < 0.6.1
We don't suport sqlalchemy-migrate older then 0.6.1. All exceptions
where moved to migrate.exception in 0.6.1 release. So no need trying
to import exceptions by the old name.
This fixes pylint 'no-name-in-module' error for the removed code.
Commit: 05021471afd34de98f69e38f36cb79864e876b3e
https://github.com/buildbot/buildbot/commit/05021471afd34de98f69e38f36cb79864e876b3e
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-11-24 (Sun, 24 Nov 2013)
Changed paths:
M master/buildbot/db/model.py
Log Message:
-----------
drop monkey patch for old migrate bug
The versions of sqlalchemy-migrate that we support, does not
have this bug. No need for monkey patching.
This fixes pylint 'no-name-in-module' error for the removed code.
Commit: 04630066e8ecafa13ac58ae4ec08bc66bad2d0a7
https://github.com/buildbot/buildbot/commit/04630066e8ecafa13ac58ae4ec08bc66bad2d0a7
Author: Jonas <jonas.pommerening at gmail.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
Remove Python 2.5 from .travis.yml
Looks like Travis CI dropped Python 2.5 support recently. The supported versions can found here:
http://about.travis-ci.org/docs/user/ci-environment/#Python-VM-images
Commit: 489056c55e72a7c8e427bccc3be2ad086fe3837e
https://github.com/buildbot/buildbot/commit/489056c55e72a7c8e427bccc3be2ad086fe3837e
Author: Jonas <jonas.pommerening at gmail.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
Leave a hint about python 2.5 support.
Just to be clear: As of now, buildbot still supports 2.5; it's just that we can't test that version with Travis CI anymore.
Commit: 776f60dc688ae8e82e6047d024f1ec16991056f6
https://github.com/buildbot/buildbot/commit/776f60dc688ae8e82e6047d024f1ec16991056f6
Author: Dustin J. Mitchell <dustin at v.igoro.us>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M .travis.yml
Log Message:
-----------
Merge pull request #978 from jpommerening/drop-python2.5-travis-env
Remove Python 2.5 from .travis.yml
Commit: 12665ccc23f2eaf69ddc055ee50c61ca1a5d18c0
https://github.com/buildbot/buildbot/commit/12665ccc23f2eaf69ddc055ee50c61ca1a5d18c0
Author: Alistair Strachan <alistair.strachan at imgtec.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M master/buildbot/steps/source/repo.py
Log Message:
-----------
Render manifestBranch in the Repo step
This fixes #2593.
Commit: 756b8fe49b8f9f8c0cb4008b8aa26d8422bb5eb2
https://github.com/buildbot/buildbot/commit/756b8fe49b8f9f8c0cb4008b8aa26d8422bb5eb2
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M master/buildbot/status/web/hooks/github.py
M master/buildbot/test/unit/test_status_web_hooks_github.py
Log Message:
-----------
Merge branch 'ticket-1861' of git://github.com/DamnWidget/buildbot
Commit: eeb29b1e5871eb810df2073704694e4e306d494e
https://github.com/buildbot/buildbot/commit/eeb29b1e5871eb810df2073704694e4e306d494e
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/changes/mail.py
M master/buildbot/db/model.py
M master/buildbot/status/mail.py
M master/buildbot/status/tinderbox.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/oldsource.py
M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
M master/buildbot/test/unit/test_status_mail.py
Log Message:
-----------
Merge branch 'drop-old-imports' of git://github.com/elmirjagudin/buildbot
+autopep8
Commit: 1a792721164377c335f0d77d40f5644fe5204fd1
https://github.com/buildbot/buildbot/commit/1a792721164377c335f0d77d40f5644fe5204fd1
Author: Aleksey Vasenev <aleksey.vasenev at cpslabs.net>
Date: 2013-11-25 (Mon, 25 Nov 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
Fix parse Git change with empty message
This is possible when commit with --allow-empty-message switch
Commit: a2bfdda8f34efd13edd00bf17e69ca9214048b23
https://github.com/buildbot/buildbot/commit/a2bfdda8f34efd13edd00bf17e69ca9214048b23
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M master/buildbot/steps/maxq.py
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
rewrite some steps to not use removed IStatusLog methods
This is in preparation for getText, readlines, etc. to be removed in
nine. There are lots more steps to rewrite -- this is just a start.
Commit: 2af643b95a92309ae57ce39005cee9ad8c9d3201
https://github.com/buildbot/buildbot/commit/2af643b95a92309ae57ce39005cee9ad8c9d3201
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M master/buildbot/steps/maxq.py
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
Merge branch 'use-logobserver-2' of git://github.com/djmitche/buildbot
Commit: f0d1161c2a97eade621db18299ef6fe4748dd291
https://github.com/buildbot/buildbot/commit/f0d1161c2a97eade621db18299ef6fe4748dd291
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M master/buildbot/changes/gitpoller.py
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
Merge branch 'git_empty_message' of git://github.com/Ratio2/buildbot
Commit: 725ad42e985d7bb3a5372e7eb2e9f8f2f7ca4aed
https://github.com/buildbot/buildbot/commit/725ad42e985d7bb3a5372e7eb2e9f8f2f7ca4aed
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M .travis.yml
M master/buildbot/buildslave/base.py
M master/buildbot/changes/gitpoller.py
M master/buildbot/changes/mail.py
M master/buildbot/db/model.py
M master/buildbot/status/mail.py
M master/buildbot/status/tinderbox.py
M master/buildbot/status/web/hooks/github.py
M master/buildbot/steps/maxq.py
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/steps/source/cvs.py
M master/buildbot/steps/source/oldsource.py
M master/buildbot/steps/source/repo.py
M master/buildbot/test/unit/test_changes_gitpoller.py
M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py
M master/buildbot/test/unit/test_status_mail.py
M master/buildbot/test/util/steps.py
Log Message:
-----------
Merge branch 'master' into nine
Conflicts:
.travis.yml
master/buildbot/buildslave/base.py
master/buildbot/test/unit/test_status_web_hooks_github.py
Commit: 6558350865686b15c8ce6b59fdcabaf53283c599
https://github.com/buildbot/buildbot/commit/6558350865686b15c8ce6b59fdcabaf53283c599
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
Changed paths:
M master/buildbot/test/unit/test_changes_gitpoller.py
Log Message:
-----------
gitpoller test strings should be unicode
Compare: https://github.com/buildbot/buildbot/compare/ae08a9a8e9f6...655835086568
More information about the Commits
mailing list