buildbot 1.1.1-3 source package in Ubuntu

Changelog

buildbot (1.1.1-3) unstable; urgency=medium

  * Set PAPT as maintainer and update Vcs-* urls
  * Add systemd service files
  * Fix tests for systemd

 -- Robin Jarry <email address hidden>  Mon, 09 Apr 2018 20:51:53 +0200

Upload details

Uploaded by:
rjarry
Sponsored by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Python Applications Packaging Team
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-3.debian.tar.xz 16.8 KiB e5e7980fdfb3d68c517eb735548c049f6687d54ef27ff4ded3f63db145ad62e2
buildbot_1.1.1-3.dsc 2.8 KiB 2683130a48ad8e4855a75a82edf1c589d222e46ff7ebfffcab988b643066c15a

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.