buildbot 0.8.8-1 source package in Ubuntu

Changelog

buildbot (0.8.8-1) unstable; urgency=low


  * New upstream release
  * Remove text-client.patch (applied upstream)
  * Add bash-completion. Thanks to Elmir Jagudin
  * debian/control: add Vcs-* fields

 -- Andriy Senkovych <email address hidden>  Thu, 10 Oct 2013 13:22:47 +0300

Upload details

Uploaded by:
Andrii Senkovych
Uploaded to:
Sid
Original maintainer:
Andrii Senkovych
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
buildbot_0.8.8-1.dsc 1.5 KiB d58c474557ca0f9a46c15c471adb11eec96e372ed037e50a5ae8616f63860696
buildbot_0.8.8.orig.tar.gz 4.4 MiB 90c684cb9f7d5977208fafbafe66d613abcef4364f4e9ac1e17db1de11869ea9
buildbot_0.8.8-1.debian.tar.gz 8.3 KiB c6cde0e43a1955f6bfeb791009c443a12009256937d7be0f4eeb7ffe386cf940

Available diffs

No changes file available.

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.