buildbot 1.1.1-1 source package in Ubuntu

Changelog

buildbot (1.1.1-1) unstable; urgency=medium

  * New upstream version.
  * New maintainer (Closes: #883529).
  * Switch to python 3.
  * The web-ui is no more included in the main package and not yet available
    in Debian. In the meantime, you may install buildbot-www from pypi.

 -- Robin Jarry <email address hidden>  Fri, 06 Apr 2018 21:00:05 +0200

Upload details

Uploaded by:
rjarry
Sponsored by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
rjarry
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
buildbot_1.1.1.orig.tar.gz 3.7 MiB adb0b339704e5e82919bbcdd4327d45b0a01060ddee63fa3777395b956bb6f7b
buildbot_1.1.1-1.debian.tar.xz 16.3 KiB e9170f21c6b3f457ade9de4ad6ec1b2f9a94876621167617b31ecbabfc2c055b
buildbot_1.1.1-1.dsc 2.7 KiB 38dc919b7359d520d4cd8a6be4ae8a6619061639793a7840cb8f799e7925fd45

Available diffs

View changes file

Binary packages built by this source

buildbot: transitional package for python3-buildbot

 This is a transitional package for python3-buildbot. It can safely be
 removed.

buildbot-slave: transitional package for python3-buildbot-worker

 This is a transitional package for python3-buildbot-worker. It can
 safely be removed.

python3-buildbot: System to automate the compile/test cycle (server)

 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.
 .
 This package contains the master server.

python3-buildbot-doc: System to automate the compile/test cycle (documentation)

 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.
 .
 This package contains the HTML documentation for both the master
 and worker.

python3-buildbot-worker: System to automate the compile/test cycle (worker agent)

 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.
 .
 This package contains the worker, which performs the actual builds.
 It is recommended to run the worker on behalf of a non-privileged user.