buildbot 1.1.1-2 source package in Ubuntu

Changelog

buildbot (1.1.1-2) unstable; urgency=medium

  * Fix worker init script.
  * Fix empty doc package.
  * Update Standards-Version to 4.1.4. No changes required.

 -- Robin Jarry <email address hidden>  Mon, 09 Apr 2018 13:06:10 +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-2.debian.tar.xz 16.4 KiB 5f076ca28350e99e54724b69ec24ba913f3b9dd24bffe8ed80f8becf9386a3b8
buildbot_1.1.1-2.dsc 2.7 KiB b9ffe805b0dc88ba1e3e4a80aa471d9fa2afb666c02b93f857f0dd38152ae455

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.