buildbot 0.8.5-1ubuntu1 source package in Ubuntu

Changelog

buildbot (0.8.5-1ubuntu1) precise; urgency=low

  * Add missing build-dependency on python-twisted-words, fixes FTBFS.
  * Add fix-irc-support.patch fixing broken IRC support.
    (Closes: #647420)
  * Upload for new version closes LP: #536615, #791626.
 -- Daniel T Chen <email address hidden>   Thu, 10 Nov 2011 17:10:18 -0500

Upload details

Uploaded by:
Daniel T Chen
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
buildbot_0.8.5.orig.tar.gz 4.2 MiB 9b2f761447db13e4068870567b36732d419d8f72f452b450c61089db98558a9c
buildbot_0.8.5-1ubuntu1.debian.tar.gz 7.8 KiB a4822ef33cfa4918947565b20c73efd7a44c7d6818619da2c099036fe9d8c20e
buildbot_0.8.5-1ubuntu1.dsc 1.3 KiB c99dc5f34cadb1ed74639a80bc8e6a77275bd18f718e413c81a5b888772d3c4f

Available diffs

View changes file

Binary packages built by this source

buildbot: system to automate the compile/test cycle

 The BuildBot is a system to automate the compile/test cycle required
 by most software projects to validate code changes. By automatically
 rebuilding and testing the tree each time something has changed,
 build problems are pinpointed quickly, before other developers are
 inconvenienced by the failure. The guilty developer can be identified
 and harassed without human intervention.
 .
 By running the builds on a variety of platforms, developers who do
 not have the facilities to test their changes everywhere before
 checkin will at least know shortly afterwards whether they have
 broken the build or not. Warning counts, lint checks, image size,
 compile time, and other build parameters can be tracked over time,
 are more visible, and are therefore easier to improve.