summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/buildbot: remove unused patchesMichael Mair-Keimberger2020-09-203-120/+0
| | | | | | | Closes: https://github.com/gentoo/gentoo/pull/17603 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-util/buildbot: remove unused patchMichael Mair-Keimberger2020-06-151-21/+0
| | | | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16251 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-util/buildbot: Version bump, clean old, update 9999Brian Dolbec2020-06-012-0/+93
| | | | | | | | | | 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>
* dev-util/buildbot: Version bump, adds python 3.7,3.8Brian Dolbec2020-05-122-0/+110
| | | | | | | metadata.xml: take maintainership Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
* dev-util/buildbot: remove unused patchesMichael Mair-Keimberger2019-02-272-56/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11098 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-util/buildbot: Fix missed checkconfig section bug 661618Brian Dolbec dolsen2018-07-261-0/+3
| | | | | | | Adds RUNTIME_PYTHON default setting to the init.d script Gentoo-bug: https://bugs.gentoo.org/661618 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-util/buildbot: Version bump, removed doc use flagBrian Dolbec2018-06-272-2/+7
| | | | | | | | | | 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
* dev-util/buildbot: Version bump, update 9999 ebuildBrian Dolbec2018-03-131-0/+24
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-util/buildbot: Version bump, update 9999 ebuildBrian Dolbec2018-01-161-0/+32
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-util/buildbot: remove unused patch/fileMichael Mair-Keimberger2017-11-042-146/+0
|
* dev-util/buildbot: Version bump, remove old versions, fix bug 634716Brian Dolbec2017-10-261-0/+21
| | | | | | | | | Remove no longer shipped docker example. Remove old versions. Update 9999 deps Bump eapi. Package-Manager: Portage-2.3.12, Repoman-2.3.4
* dev-util/buildbot: Version bump, adds py3.5 capabilityBrian Dolbec2017-05-152-1025/+0
| | | | | | Clean older versions. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
* dev-util/buildbot: Version bump, enable docs use flagBrian Dolbec2017-02-101-0/+130
| | | | | | | | 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>
* dev-util/buildbot: Version bump, update 9999, clean old releaseBrian Dolbec2017-01-121-0/+1000
| | | | Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
* dev-util/buildbot: Version bumpBrian Dolbec2017-01-051-0/+25
| | | | | | 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
* dev-util/buildbot: Use python2 in the buildmaster.initd startup (bug 591150)Brian Dolbec2016-08-171-1/+1
| | | | | | | 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>
* dev-util/buildbot: Update the 0.9.0_rc1 and 9999 versions with changes made ↵Brian Dolbec2016-08-103-78/+0
| | | | | | | | 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
* dev-util/buildbot: Fix typo in files/buildbot9.service filename bug 590958Brian Dolbec2016-08-101-0/+0
| | | | Package-Manager: portage-2.3.0
* dev-util/buildbot: Version bump, update live ebuildBrian Dolbec2016-08-093-0/+78
| | | This version is a major change from previous version.
* dev-util/buildbot: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* dev-util/buildbot: Added support for multiple service instances when using ↵Michael Seifert2016-03-303-0/+26
| | | | | | | | | | | | | | 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>
* dev-util/buildbot: Bumped to 0.8.12-r2. Removed 0.8.12-r1.Michael Seifert2016-03-301-14/+21
| | | | | | | | | | 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>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+80
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