summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/buildbot: Improve pkg_config in latest releasesBrian Dolbec2017-09-203-1/+21
| | | | | | Fix missed edit in previous commit. Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/buildbot: Improve pkg_config operationBrian Dolbec2017-09-161-0/+10
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-util/buildbot: Version bump, fix metadata.xml indentationBrian Dolbec2017-09-154-19/+213
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/buildbot: Fix bug 622272 examples useBrian Dolbec2017-08-104-4/+4
| | | | | | | 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
* dev-util/buildbot: Version bump, clean oldest -0.8 releaseBrian Dolbec2017-08-104-99/+202
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-util/buildbot: Version bump, update 9999Brian Dolbec2017-06-193-3/+203
| | | | Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70
* dev-util/buildbot: Version bump, adds py3.5 capabilityBrian Dolbec2017-05-159-1726/+43
| | | | | | Clean older versions. Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-1/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-util/buildbot: Fix missed distutils_r1_python_prepare_all callBrian Dolbec2017-03-062-4/+5
| | | | | | Bug 611414, Also change order of maintainers in metadata.xml. Package-Manager: Portage-2.3.4, Repoman-2.3.2_p1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-288-8/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/buildbot: Version bump, enable docs use flagBrian Dolbec2017-02-104-8/+357
| | | | | | | | 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: Re-add the 0.9.0_p1 release due to a regression in newer ↵Brian Dolbec2017-02-012-0/+201
| | | | | | versions Package-Manager: Portage-2.3.3_p38, Repoman-2.3.1_p31
* dev-util/buildbot: dropped ~x86-interixFabian Groffen2017-01-292-2/+2
| | | | Package-Manager: portage-2.3.3
* dev-util/buildbot: Update homepagesBrian Dolbec2017-01-126-9/+9
| | | | Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
* dev-util/buildbot: Version bump, update 9999, clean old releaseBrian Dolbec2017-01-124-7/+1023
| | | | Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16
* dev-util/buildbot: Version bumpBrian Dolbec2017-01-053-0/+250
| | | | | | 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: Version bump, remove rc versionBrian Dolbec2016-11-082-2/+2
| | | | Package-Manager: portage-2.3.2_p3
* dev-util/buildbot: Update the twisted dep order to prefer the new twisted pkgBrian Dolbec2016-10-123-34/+25
| | | | | | | 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
* dev-util/buildbot: Version bump, clean up old releasesBrian Dolbec2016-10-073-214/+3
| | | | Package-Manager: portage-2.3.1_p8
* dev-util/buildbot: Version bump, fixes some deps as wellBrian Dolbec2016-09-232-0/+201
| | | | Package-Manager: portage-2.3.1
* dev-util/buildbot: Version bump, syncronize deps in 9999Brian Dolbec2016-09-013-6/+225
| | | | Package-Manager: portage-2.3.0
* dev-util/buildbot: Use python2 in the buildmaster.initd startup (bug 591150)Brian Dolbec2016-08-173-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: Fix bad version in previous revision bumpBrian Dolbec2016-08-121-0/+0
| | | | Package-Manager: portage-2.3.0
* dev-util/buildbot: Update the 0.9.0_rc1 and 9999 versions with changes made ↵Brian Dolbec2016-08-106-279/+281
| | | | | | | | 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-097-48/+345
| | | 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 migration guide and updated setup instructions.Michael Seifert2016-03-301-18/+31
| | | | | | | | | | | | | | | 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>
* dev-util/buildbot: Added pkg_config.Michael Seifert2016-03-301-0/+32
| | | | | | | | | 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>
* dev-util/buildbot: Version migration elog message not displayed on fresh ↵Michael Seifert2016-03-301-6/+9
| | | | | | | | | | | 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>
* dev-util/buildbot: Added support for multiple service instances when using ↵Michael Seifert2016-03-304-1/+29
| | | | | | | | | | | | | | 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-302-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>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-util/buildbot: Fix bug 570638 missing python-dateutil depBrian Dolbec2016-01-071-2/+2
| | | | | | The depenency was incorrectly hidden behind the test use flag. Package-Manager: portage-2.2.26
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+418
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