Summary
BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. Features: * run builds on a variety of slave platforms * arbitrary build process: handles projects using C, Python, whatever * minimal host requirements: python and Twisted * slaves can be behind a firewall if they can still do checkout * status delivery through web page, email, IRC, other protocols * track builds in progress, provide estimated completion time * flexible configuration by subclassing generic build process classes * debug tools to force a new build, submit fake Changes, query slave status * released under the GPL
Versions
v9999 :: 0 :: gentoo
- Modified
- License
- GPL-2
- USE flags
- crypt docker examples irc test
v3.11.1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 ~amd64-linux ~arm64 ~riscv ~x86-linux
- USE flags
- crypt docker examples irc test
v3.11.0 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~amd64 ~amd64-linux ~arm64 ~x86-linux
- USE flags
- crypt docker examples irc test
USE flags
General
- crypt
- Add support for encryption -- using mcrypt or gpg where applicable
- docker
- Add support for worker docker command steps
- examples
- Install examples, usually source code
- irc
- Add support for status delivery through an ircbot.
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
Runtime Dependencies
acct-user / buildbot : Buildbot program user
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-python / alembic : Database migrations tool, written by the author of SQLAlchemy
dev-python / autobahn : WebSocket and WAMP for Twisted and Asyncio
dev-python / croniter : Python module to provide iteration for datetime object
dev-python / docker : Python client for Docker
dev-python / idna : Internationalized Domain Names in Applications (IDNA)
dev-python / jinja : A full-featured template engine for Python
dev-python / msgpack : MessagePack (de)serializer for Python
dev-python / packaging : Core utilities for Python packages
dev-python / pyjwt : JSON Web Token implementation in Python
dev-python / pyopenssl : Python interface to the OpenSSL library
dev-python / python-dateutil : Extensions to the standard Python datetime module
dev-python / pyyaml : YAML parser and emitter for Python
dev-python / requests : HTTP library for human beings
dev-python / service-identity : Service identity verification for pyOpenSSL
dev-python / sqlalchemy : Python SQL toolkit and Object Relational Mapper
dev-python / twisted : An asynchronous networking framework written in Python
dev-python / txaio : Compatibility API between asyncio/Twisted/Trollius
dev-python / txrequests : Asynchronous Python HTTP for Humans
dev-python / unidiff : Unified diff parsing/metadata extraction library
dev-python / zope-interface : Interfaces for Python
dev-util / buildbot-worker : BuildBot Worker (slave) Daemon
Depending packages
dev-util / buildbot-console-view : Buildbot console-view plugin
dev-util / buildbot-react-console-view : Buildbot react based console-view plugin
dev-util / buildbot-waterfall-view : Buildbot waterfall-view plugin
Bugs
- 923014
- dev-util/buildbot: requires <dev-python/sqlalchemy-1.5.0
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
dev-util/buildbot: sync live
Enables py3.12 and squelches the QA report claim that this package is lagging in the migration. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Clean up dev-python/twisted[ssl] dep
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
dev-util/buildbot: Keyword 3.11.1 riscv, #926781
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/buildbot: Stabilize 3.11.1 amd64, #926699
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Magnus Granberg · gentoo
dev-util/buildbot: add 3.11.1
Signed-off-by: Magnus Granberg <zorry@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Eli Schwartz · gentoo
dev-util/buildbot: drop 3.6.1, 3.9.0
Remove old. Allows cleaning up old buildbot-worker versions too. Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Magnus Granberg · gentoo
dev-util/buildbot: Bump to 3.11.0 with updated dep
Closes: https://bugs.gentoo.org/920676 Signed-off-by: Magnus Granberg <zorry@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35055 Signed-off-by: Sam James <sam@gentoo.org> - Magnus Granberg · gentoo
dev-util/buildbot: add 3.11.0
Closes: https://bugs.gentoo.org/920676 Signed-off-by: Magnus Granberg <zorry@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
dev-util/buildbot: drop outdated mock dependency
Dropped upstream in 3.9.0 via https://github.com/buildbot/buildbot/commit/1cc0e7f62d4694a10b2d908251557d4b14091f44 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/buildbot: drop invalid dep in live
I don't see any reference to crontiter in the upstream repo and dev-python/crontiter doesn't exist either. Fixes: f2da904c18fd8191c7c9138752abcf02da11fc78 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot:
Update 9999 ebuild (sort deps) Add Zorry to maintainers Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Rename dev-python/{service_identity → service-identity}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Rename dev-python/{docker-py → docker}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/buildbot: enable py3.11
Closes: https://bugs.gentoo.org/896918 Closes: https://github.com/mgorny/python-bump-testing/issues/54 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Use pypi.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Remove Python < 3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/buildbot: drop 3.4.0-r1, 3.5.0-r1, 3.6.0
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.6.1
Update 9999, confd file Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.6.0
Update 9999 twisted dep. Fix test failure due to improper PEP517 migration in commit: c79608691d5137156f43094b4dafb26c798de3ac for 3.5.0-r1 and 3.4.0-r1, 9999 Closes: https://bugs.gentoo.org/852188 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Account for dev-python/twisted USE={crypt → ssl}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: PEP517 updates
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Bump to 3.5.0
Update deps in 9999 Fix init script bug 845297 Closes: https://bugs.gentoo.org/845297 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Yongxiang Liang · gentoo
dev-util/buildbot: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/buildbot: fix warning in live ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/buildbot: drop versions
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
dev-util/buildbot: update live version
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
dev-util/buildbot: add 3.4.0, enable py3.10, cleanup
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.3.0
Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.2.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.1.1
sync KEYWORDS among the pkgs. Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/buildbot: Keyword 3.1.0 arm64, #766462
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.1.0, update 9999 deps
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-util/buildbot: drop superfluous dies
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 3.0.2, adds py3.9
Update 9999 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 2.10.1
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Bump to 2.10.0, update deps in 9999
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump to 2.8.4
Update 9999 sphinx dep. Docs build fails in 9999 due to sphinxcontrib.jinga error, maintaining current package.use.mask. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Revision bump, fixes idna dep requirement
Fixes potential upgrade conflict with dev-python/moto bug 733728. Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Remove idna dep version restriction
Optimize deps listing Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, clean old, update 9999
Add 2.8.0 release. Optimize the release and 9999 ebuilds to fix a dependency issue in the live ebuild. Clean out the old vulnerable versions. gentoo-bug: https://bugs.gentoo.org/show_bug.cgi?id=711702 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Set correct permissions in pkg_config
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Fix dohtml usage, remove doc use flag
Docs are missing files for releases, so clean out the ebuild. Update docs deps for 9999.ebuild, but not working yet. Keep "doc" use flag masked for buildbot. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, adds python 3.7,3.8
metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-util/buildbot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Haubenwallner · gentoo
dev-util/buildbot: add ~x86-linux keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michael Haubenwallner · gentoo
dev-util/buildbot: add ~amd64-linux keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec dolsen · gentoo
dev-util/buildbot: Version bump to 1.3.0
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Brian Dolbec dolsen · gentoo
dev-util/buildbot: Clean old versions
These versions had regressions making them less usable. Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Brian Dolbec dolsen · gentoo
dev-util/buildbot: Remove doc use flag for 0.9.12-r1
Docs fail to build (missing files) newer releases don't support building docs. Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
dev-util/buildbot: Fix whitespace
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, removed doc use flag
Docs generation has been broken last several versions, blockdiag dep is failing tests. Bump EAPI. Add RUNTIME_PYTHON setting in /etc/conf.d/buildbot to control the desired python version used. Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Brian Dolbec · gentoo
dev-util/buildbot: Add py3.6 to 0.9.12
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Michael Mair-Keimberger · gentoo
update pypi HOMEPAGE to avoid redirection
Closes: https://github.com/gentoo/gentoo/pull/8080 - Mike Gilbert · gentoo
Replace pypi.python.org with pypi.org in HOMEPAGE
Bug: https://bugs.gentoo.org/653540 - Brian Dolbec · gentoo
dev-util/buildbot: Clean old versions
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, update 9999 ebuild
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, update 9999 ebuild
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, adds python3_{4,6}
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, remove old versions, fix bug 634716
Remove no longer shipped docker example. Remove old versions. Update 9999 deps Bump eapi. Package-Manager: Portage-2.3.12, Repoman-2.3.4 - Brian Dolbec · gentoo
dev-util/buildbot: Improve pkg_config in latest releases
Fix missed edit in previous commit. Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Brian Dolbec · gentoo
dev-util/buildbot: Improve pkg_config operation
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, fix metadata.xml indentation
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Brian Dolbec · gentoo
dev-util/buildbot: Fix bug 622272 examples use
The contrib directory was dropped, replaced with a docker example dir. Not doing a rev. bump as it only affects the examples. Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, clean oldest -0.8 release
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, update 9999
Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, adds py3.5 capability
Clean older versions. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30 - Brian Dolbec · gentoo
dev-util/buildbot: Fix missed distutils_r1_python_prepare_all call
Bug 611414, Also change order of maintainers in metadata.xml. Package-Manager: Portage-2.3.4, Repoman-2.3.2_p1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, enable docs use flag
I now have sphinx docs generation working for this ebuild. Patches submitted upstream for missing files. Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Brian Dolbec · gentoo
dev-util/buildbot: Re-add the 0.9.0_p1 release due to a regression in newer versions
Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31 - Fabian Groffen · gentoo
dev-util/buildbot: dropped ~x86-interix
Package-Manager: portage-2.3.3 - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Brian Dolbec · gentoo
dev-util/buildbot: Update homepages
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, update 9999, clean old release
Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump
The test suite (and it's new deps) is fully functional now, passes all tests. Package-Manager: Portage-2.3.3_p7, Repoman-2.3.1 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, remove rc version
Package-Manager: portage-2.3.2_p3 - Brian Dolbec · gentoo
dev-util/buildbot: Update the twisted dep order to prefer the new twisted pkg
With the new twisted pkg now in the tree, prefer the new pkg. There will be no new releases of the split pkgs. Package-Manager: portage-2.3.2 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, clean up old releases
Package-Manager: portage-2.3.1_p8 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, fixes some deps as well
Package-Manager: portage-2.3.1 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, syncronize deps in 9999
Package-Manager: portage-2.3.0 - Brian Dolbec · gentoo
dev-util/buildbot: Use python2 in the buildmaster.initd startup (bug 591150)
This allows a proper startup if a python3 version is the system default. Package-Manager: portage-2.3.0 Signed-off-by: Brian Dolbec <dolsen@gentoo.org> - Brian Dolbec · gentoo
dev-util/buildbot: Fix bad version in previous revision bump
Package-Manager: portage-2.3.0 - Brian Dolbec · gentoo
dev-util/buildbot: Update the 0.9.0_rc1 and 9999 versions with changes made in 0.8.12-r2
Clean up the files/ directory, remove the no longer needed .9 versions of the files. Package-Manager: portage-2.3.0 - Brian Dolbec · gentoo
dev-util/buildbot: Version bump, update live ebuild
This version is a major change from previous version. - Michael Seifert · gentoo
dev-util/buildbot: Added migration guide and updated setup instructions.
buildbot-0.8.12-r2 prints ewarn messages when migrating from a previous version. The messages describe the necessary steps to migrate properly. In addition to this, the user is notified of the support for emerge --config and DOC_CONTENT was updated to point to the possibility of using it. This string of 5 commits merges gentoo/gentoo#1027 and solves bug #570666. Gentoo-Bug: https://bugs.gentoo.org/570666 Acked-By: Markos Chandras hwoarang@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/1027 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Michael Seifert · gentoo
dev-util/buildbot: Added pkg_config.
buildbot-0.8.12-r2 supports the use of emerge --config to create instances of buildmaster. Closes: https://github.com/gentoo/gentoo/pull/1027 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Michael Seifert · gentoo
dev-util/buildbot: Version migration elog message not displayed on fresh install.
Hides the elog notification about migrating to a new version of buildbot, if there was no previous version installed. Closes: https://github.com/gentoo/gentoo/pull/1027 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Michael Seifert · gentoo
dev-util/buildbot: Added support for multiple service instances when using systemd.
This commit adds support for starting multiple buildmaster instances using systemd. A service configuration file allows to specify the filesystem location of the buildmaster instances. A systemd target allows to start up or shut down all buildmaster instances at once. Gentoo-Bug: https://bugs.gentoo.org/570666 Closes: https://github.com/gentoo/gentoo/pull/1027 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Michael Seifert · gentoo
dev-util/buildbot: Bumped to 0.8.12-r2. Removed 0.8.12-r1.
Bumped version from 0.8.12-r1 to 0.8.12-r2, due to updated initd file. The initd file now supports multiple instances of buildmaster. Gentoo-Bug: https://bugs.gentoo.org/570666 Closes: https://github.com/gentoo/gentoo/pull/1027 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-keep-build-timestamps-in-live-ebuild'
Pull request: https://github.com/gentoo/gentoo/pull/62 - Amadeusz Żołnowski · gentoo
Merge branch 'master' of git+ssh://git.gentoo.org/repo/gentoo - Brian Dolbec · gentoo
dev-util/buildbot: Fix bug 570638 missing python-dateutil dep
The depenency was incorrectly hidden behind the test use flag. Package-Manager: portage-2.2.26 - Justin Lecher · gentoo
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed