Port details |
- buildbot-slave Continuous Integration Framework (Slave)
- 0.8.12_3 devel
=0 0.8.12_3Version of this port present on the latest quarterly branch.
- Maintainer: koobs@FreeBSD.org
- Port Added: 2010-08-09 05:41:46
- Last Update: 2017-03-27 16:47:57
- SVN Revision: 437059
- Also Listed In: python
- License: GPLv2
- WWW:
- http://buildbot.net
- Description:
- This port is the slave part of BuildBot. For the buildmaster, install the
devel/buildbot port
For more information, please see: http://buildbot.net/trac
WWW: http://buildbot.net
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- buildbot-slave>0:devel/buildbot-slave
- No installation instructions:
- This port has been deleted.
- PKGNAME: buildbot-slave
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (buildbot-slave-0.8.12.tar.gz) = 905eab122dcfc9425d51f0ed0c7682e7f933e140a7203637aa12a84498bd7461
SIZE (buildbot-slave-0.8.12.tar.gz) = 118339
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-twisted>=8.0.0 : devel/py-twisted
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:-2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.12_3 27 Mar 2017 16:47:57 |
grembo |
Rename buildbot-slave to buildbot-worker, update to 0.9.4
Also take maintainership. If interested, the original maintainer
is welcome to take it back.
PR: 217700
Approved by: maintainer timeout (2 weeks) |
0.8.12_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.8.12_3 18 Feb 2016 18:21:23 |
koobs |
devel/buildbot-slave: Add LOCALBASE/bin to rc.d PATH
buildbot builders often need to run additional comments during their build
steps, such as VCS commands (hg, git et al), fetching things with curl(8)
among others.
The PATH available at boot-time only includes /usr/bin:/usr/sbin, so we need
to add LOCALBASE/bin to the startup script PATH to make other commands
available. |
0.8.12_2 18 Feb 2016 17:31:57 |
koobs |
devel/buildbot-slave: Add startup script with profile support
Kill a 5+ year old Bugzilla issue [1] by adding a startup script
support multiple "profiles" to buildbot-slave.
This will save me many 10's of minutes restarting ~15 buildbot
builders over 3 VM's manually every time the power goes out, or the
Windows host hosting them needs to be restarted :|
PR: 152847 [1]
Requested by: wollman |
0.8.12_1 18 Feb 2016 17:14:36 |
koobs |
devel/buildbot-slave: Modernize (Ports compliance)
- Switch to new method of depending on Twisted, USES=twisted is
DEPRECATED.
- Update and add TEST_DEPENDS, update test target
- Remove TESTS option
- Correctly limit Python version to -2.7
- Enable architecture independence (NO_ARCH)
MFH: 2016Q1 |
0.8.12 04 Jun 2015 07:31:59 |
koobs |
devel/buildbot{-slave}: Update to 0.8.12
- Update to 0.8.12
- Update TESTS_DESC
- Sort USE_PYTHON
- Remove MAKE_ENV override, no longer necessary
- Update mock dependency to any version (slave)
- Repatch setup.py to make "makepatch" and portlint compliant (slave)
Changes:
http://trac.buildbot.net/wiki/BuildbotReleases |
0.8.9 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
0.8.9 28 Jul 2014 07:48:28 |
koobs |
devel/buildbot-slave: Update to 0.8.9
- Update to 0.8.9
- Update COMMENT
- Update mock minimum version dependency
- Add LICENSE_FILE
- Use OPTIONS helpers
- Strip trailing-slash in pkg-descr WWW: URL
Changes:
http://docs.buildbot.net/current/relnotes/index.html
http://docs.buildbot.net/current/relnotes/0.8.9.html |
0.8.8_1 28 Jan 2014 09:33:51 |
koobs |
devel/buildbot-slave: Modernise and enable STAGE support
- Enable STAGE support
- Enable AUTOPLIST support (Delete pkg-plist accordingly)
- Deprecate easy_install target
- Remove OPTIONSFILE override
- Switch MASTER_SITES to CHEESESHOP (Remove PROJECTHOST accordingly)
- Patch out empty directory in setup.py:data_files
- Re-order USE[S] sections
- Tweak COMMENT
Requested by: bapt |
0.8.8 08 Dec 2013 12:04:08 |
mva |
New USES=twisted, to replace the old USE_TWISTED knob.
twisted can be configured with the arguments run or build to replace
the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted
components can be added as comma-separated arguments. If you previously
wrote
USE_TWISTED= yes
USE_TWISTED= conch names
USE_TWISTED_RUN= yes
you now would write
USES= twisted
USES= twisted:conch,names
USES= twisted:run |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
0.8.8 01 Sep 2013 08:55:16 |
koobs |
devel/buildbot devel/buildbot-slave: Update to 0.8.8
- Update to 0.8.8
- Update pkg-plist
- Add extract target to regression-test:
- Tweak TESTS option description
- master: Update RUN and BUILD DEPENDS versions
- slave: Remove patch that is now upstream
Changes:
https://github.com/buildbot/buildbot/blob/master/master/docs/relnotes/0.8.8.rst |
0.8.7p1 10 Mar 2013 08:51:21 |
koobs |
- Update to 0.8.7p1
- Take maintainership
- Update pkg-plist
- Trim Makefile header
- Add LICENSE
- Install buildslave man page
- Switch to setuptools and make zip_safe=False unconditional
- Add patch to buildslave.test that fixes pydoc -k breakage (upstreamed)
- Remove unecessary post-patch: target
- Use NO_INSTALL_REQ env var to avoid dependencies
- Add TESTS options, TEST_DEPENDS and regression-test target:
Changes: http://buildbot.net/buildbot/docs/0.8.7p1/relnotes/index.html
Approved by: rm (mentor), tj (maintainer)
PR: ports/174412 |
0.8.6p1 20 Aug 2012 01:45:03 |
tj |
Update to 0.8.6p1 and take maintainership of port.
Changes:
http://buildbot.net/buildbot/docs/0.8.6p1/release-notes.html
http://trac.buildbot.net/wiki/Buildbot085
PR: ports/163674
Submitted by: Michael Gmelin <freebsd@grem.de>
Approved by: clsung (maintainer)
Approved by: eadler (mentor) |
0.8.4 28 Sep 2011 01:37:22 |
clsung |
- Update to 0.8.4
PR: ports/158051
Submitted by: Jin-Sih Lin <linpct_AT_gmail dot com> |
0.8.3 15 Feb 2011 05:07:28 |
clsung |
- update to 0.8.3
- buildbot now goes to Google Code
- New releases are no longer uploaded to SourceForge
PR: ports/154778
Submitted by: kwm |
0.8.2 12 Feb 2011 14:46:52 |
clsung |
- Update to 0.8.2 |
0.8.1 09 Aug 2010 05:41:22 |
clsung |
This port is the port for the slave part of the BuildBot continuous integration
system.
PR: ports/148530
Submitted by: Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org> |