Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: ee27d2dc34ea84034c5601a494629f50bda96c57
https://github.com/buildbot/buildbot/commit/ee27d2dc34ea84034c5601a494629f50bda96c57
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
A master/buildbot/steps/package/deb/__init__.py
A master/buildbot/steps/package/deb/lintian.py
A master/buildbot/test/unit/test_steps_package_deb_lintian.py
Log Message:
-----------
Add step DebLintian
Check debian packages for common problems.
Commit: 9a0aafb918d569e0fa7f1eefbd8c3f963b078f41
https://github.com/buildbot/buildbot/commit/9a0aafb918d569e0fa7f1eefbd8c3f963b078f41
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M master/buildbot/steps/package/deb/__init__.py
A master/buildbot/steps/package/deb/pbuilder.py
A master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Log Message:
-----------
Add DebPbuilder step.
This step buils a debian package inside a pbuilder chroot.
Commit: cd5750539c388e0e02432170169820352f41bb58
https://github.com/buildbot/buildbot/commit/cd5750539c388e0e02432170169820352f41bb58
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M master/buildbot/steps/package/deb/__init__.py
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/steps/package/deb/pbuilder.py
M master/buildbot/test/unit/test_steps_package_deb_lintian.py
M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Log Message:
-----------
Improve steps.packaged.deb
Add Cowbuilder support and more options for Pbuilder and Lintian.
Commit: 443f3ddc054a53a01fe0832e9b07856cfdb8e345
https://github.com/buildbot/buildbot/commit/443f3ddc054a53a01fe0832e9b07856cfdb8e345
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Add some documentation for dep steps.
Commit: bb11c4ab4bb84d71f807b48ed52f6853fa441754
https://github.com/buildbot/buildbot/commit/bb11c4ab4bb84d71f807b48ed52f6853fa441754
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M master/buildbot/steps/package/deb/lintian.py
M master/buildbot/steps/package/deb/pbuilder.py
M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
M master/setup.py
Log Message:
-----------
Some bugfixes.
Add buildbot.steps.package.dep to install list.
Add components to UbuPbuilder.
Commit: 10ba79525ca6ee718dd2af2c27e4001126d3e94b
https://github.com/buildbot/buildbot/commit/10ba79525ca6ee718dd2af2c27e4001126d3e94b
Author: Marius Rieder <[email protected]>
Date: 2012-07-27 (Fri, 27 Jul 2012)
Changed paths:
M master/buildbot/steps/package/deb/pbuilder.py
M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Log Message:
-----------
No default distribution for Ubuntu subclasses.
Commit: 0468ea0995eaa79420dd0fa55fb2435807add28b
https://github.com/buildbot/buildbot/commit/0468ea0995eaa79420dd0fa55fb2435807add28b
Author: Marius Rieder <[email protected]>
Date: 2012-08-02 (Thu, 02 Aug 2012)
Changed paths:
M master/buildbot/steps/package/deb/pbuilder.py
M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Log Message:
-----------
Fix the pyflakes warning.
Commit: b1f8691ffbfc2d02139505c808fa9ac5ce56e40f
https://github.com/buildbot/buildbot/commit/b1f8691ffbfc2d02139505c808fa9ac5ce56e40f
Author: Marius Rieder <[email protected]>
Date: 2012-08-02 (Thu, 02 Aug 2012)
Changed paths:
M master/buildbot/steps/package/deb/__init__.py
M master/buildbot/steps/package/deb/pbuilder.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Some cleanup
* Do not populate buildbot.steps.package.deb with classes from its
submodules.
* Adapt the documentation.
* Tab to space conversion.
Commit: 65822e2ae73a775b9cdd65478b14d93d5d650da0
https://github.com/buildbot/buildbot/commit/65822e2ae73a775b9cdd65478b14d93d5d650da0
Author: Marius Rieder <[email protected]>
Date: 2012-08-04 (Sat, 04 Aug 2012)
Changed paths:
M master/buildbot/steps/package/deb/lintian.py
Log Message:
-----------
Fix warning/error counting for lintian.
Commit: 9d73c85abca0cef01d8b8a4d78d2b209d9f89dea
https://github.com/buildbot/buildbot/commit/9d73c85abca0cef01d8b8a4d78d2b209d9f89dea
Author: Marius Rieder <[email protected]>
Date: 2012-08-05 (Sun, 05 Aug 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
Log Message:
-----------
Tab to space.
Commit: a05b0ce0c7cee4577f6f77b20fd70f61c7b677df
https://github.com/buildbot/buildbot/commit/a05b0ce0c7cee4577f6f77b20fd70f61c7b677df
Author: Dustin J. Mitchell <[email protected]>
Date: 2012-08-05 (Sun, 05 Aug 2012)
Changed paths:
A master/buildbot/steps/package/deb/__init__.py
A master/buildbot/steps/package/deb/lintian.py
A master/buildbot/steps/package/deb/pbuilder.py
A master/buildbot/test/unit/test_steps_package_deb_lintian.py
A master/buildbot/test/unit/test_steps_package_deb_pbuilder.py
M master/docs/manual/cfg-buildsteps.rst
M master/setup.py
Log Message:
-----------
Merge branch 'debsteps' of git://github.com/jiuka/buildbot
Commit: 5ea92d8a7881863f41809609f51a3075781e1f26
https://github.com/buildbot/buildbot/commit/5ea92d8a7881863f41809609f51a3075781e1f26
Author: Dustin J. Mitchell <[email protected]>
Date: 2012-08-05 (Sun, 05 Aug 2012)
Changed paths:
M master/setup.py
Log Message:
-----------
one last tab to space
Compare:
https://github.com/buildbot/buildbot/compare/90e102878a58...5ea92d8a7881
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits