aboutsummaryrefslogtreecommitdiff
path: root/devel/buildbot
Commit message (Collapse)AuthorAgeFilesLines
* Reorganise and modernise the py-sqlalchemy ports.Matthew Seaman2016-05-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches. - Deprecate the ports for the 0.6 and 0.7 release branches, as these have been declared EoL and are no longer supported by upstream. - Update to the latest available version in each branch. In detail: Port Version Maintainer ---------------------------------------------- py-sqlalchemy06 0.6.9 nivit@FreeBSD.org (Deprecate 2016-08-20) [1] py-sqlalchemy07 0.7.10 nivit@FreeBSD.org (renamed py-sqlalchemy, Deprecate 2016-08-20) [1] py-sqlalchemy08 0.8.7 nivit@FreeBSD.org (renamed py-sqlalchemy-devel) [1] py-sqlalchemy09 0.9.10 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] py-sqlalchemy10 1.0.13 m.tsatsenko@gmail.com (new, repocopy from py-sqlalchemy-devel) [2] - Use options-helpers and option dependent make targets. - Use autoplist for documents as well as python code - Add all the docments to the packages: previously an arbitrary subset was added in a way that excluded CSS, images and other HTML assets. - Use TEST_DEPENDS and add a TEST_TARGET instead of having a 'TEST' option. - Use py-pytest for 0.9.x and later, rather than py-nose. - Add CONFLICTS_INSTALL between all of the py-sqlalchemyXY ports. PR: 191442 Submitted by: robak Reviewed by: robak Reviewed by: pi Approved by: nivit (maintainer timeout, ~300days) [1] Approved by: m.tsatsenko@gmail.com (maintainer) [2] Sponsored by: https://reviews.freebsd.org/D908 Notes: svn path=/head/; revision=415627
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-10/+10
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* devel/buildbot: Modernize (Ports compliance)Kubilay Kocak2016-02-181-12/+10
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=409108
* devel/buildbot{-slave}: Update to 0.8.12Kubilay Kocak2015-06-042-8/+6
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=388497
* - Convert ports of devel/ to USES=pythonMarcus von Appen2014-10-201-4/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371280
* devel/buildbot: Update to 0.8.9Kubilay Kocak2014-07-283-20/+15
| | | | | | | | | | | | | | | | | | | - Update to 0.8.9 - Switch MASTERSITES to PyPi (CHEESESHOP) - Update COMMENT - Update Twisted minimum version dependency - Update sqlalchemy-migrate minimum version dependency - 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 Notes: svn path=/head/; revision=363116
* devel/buildbot: Enable STAGE support and moderniseKubilay Kocak2014-01-282-1341/+4
| | | | | | | | | | | | - Enable STAGE support - Enable AUTOPLIST support - Deprecate easy_install target - Remove OPTIONSFILE override Requested by: bapt Notes: svn path=/head/; revision=341507
* New USES=twisted, to replace the old USE_TWISTED knob.Marcus von Appen2013-12-081-1/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=335877
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Chase renaming databases/py-migrate to databases/py-sqlalchemy-migrateLi-Wen Hsu2013-09-011-1/+2
| | | | Notes: svn path=/head/; revision=325854
* devel/buildbot devel/buildbot-slave: Update to 0.8.8Kubilay Kocak2013-09-013-27/+63
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=325845
* Remove TESTS option as a default and unhook post-build: regression-testKubilay Kocak2013-03-101-2/+0
| | | | | | | Approved by: rm (mentor, via IRC) Notes: svn path=/head/; revision=313816
* - Update to 0.8.7p1Kubilay Kocak2013-03-104-1151/+1334
| | | | | | | | | | | | | | | | - Take Maintainership - Switch to setuptools, update pkg-plist accordingly - Remove unecessary setup.py patch - Add LICENSE - Sort RUN_DEPENDS - 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, via IRC) Notes: svn path=/head/; revision=313815
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-7/+3
| | | | Notes: svn path=/head/; revision=313402
* Remove directory from plist that is no longer created.Tom Judge2012-06-151-1/+0
| | | | | | | | | PR: ports/169085 Submitted by: Bryan Drewery <bryan@shatow.net> Approved by: eadler (mentor) Notes: svn path=/head/; revision=299347
* - Take over maintainer.Tom Judge2012-06-144-112/+607
| | | | | | | | | | | - Upgrade to 0.8.6p1. PR: ports/163675 Submitted by: Michael Gmelin <freebsd@grem.de> Approved by: <eadler,db> (mentors) Notes: svn path=/head/; revision=299231
* - update to 0.8.3p1.Cheng-Lung Sung2011-02-154-21/+55
| | | | | | | | | | | - buildbot now goes to Google Code - New releases are no longer uploaded to SourceForge PR: ports/154778 Submitted by: kwm Notes: svn path=/head/; revision=269184
* - Update to 0.8.2Cheng-Lung Sung2011-02-124-14/+85
| | | | Notes: svn path=/head/; revision=268988
* - Update to 0.8.1Cheng-Lung Sung2010-08-064-207/+269
| | | | | | | | PR: ports/148531 Submitted by: Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org> Notes: svn path=/head/; revision=258839
* - Update to 0.7.12Cheng-Lung Sung2010-02-093-10/+31
| | | | | | | | PR: ports/143635 Submitted by: lwhsu Notes: svn path=/head/; revision=249466
* - Update to 0.7.11p1Cheng-Lung Sung2009-08-033-4/+22
| | | | Notes: svn path=/head/; revision=238796
* - Update to 0.7.10p1Cheng-Lung Sung2009-06-264-10/+49
| | | | Notes: svn path=/head/; revision=236672
* - Fix build, last commit was wrong.Li-Wen Hsu2009-02-183-398/+407
| | | | | | | Noticed by: pav Notes: svn path=/head/; revision=228606
* - UnbreakLi-Wen Hsu2009-02-181-3/+3
| | | | | | | | | - Update dependency Approved by: clsung Notes: svn path=/head/; revision=228599
* - Mark BROKENPav Lucistnik2009-02-171-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=228559
* - Update to 0.7.9Cheng-Lung Sung2008-09-262-4/+4
| | | | Notes: svn path=/head/; revision=220800
* - Update to 0.7.8Cheng-Lung Sung2008-08-283-383/+402
| | | | Notes: svn path=/head/; revision=219359
* - Update to 0.7.7Cheng-Lung Sung2008-04-143-8/+14
| | | | | | | - take maintainership Notes: svn path=/head/; revision=211221
* Reset maintainership.Joseph Koshy2008-04-101-1/+1
| | | | Notes: svn path=/head/; revision=210992
* Update WWW line.Joseph Koshy2007-10-071-1/+1
| | | | Notes: svn path=/head/; revision=201030
* Update to v0.7.6. Upstream changes include:Joseph Koshy2007-10-073-37/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | - New command 'buildbot upgrade-master' to ease upgrading of pre-existing buildmasters. - A new webstatus display, superset of the older 'waterfall' display. - The IRC bot has been refactored to make it easier to support other IM tools. - Better balancing of workload among multiple available buildslaves. - Build slaves deal better with file permissions during a checkout step. - Support for the Bazaar version control system. - The 'buildbot try' command now accepts a '--diff=foo.patch' argument, to let you provide a pre-computed patch. - A new Mercurial change source was added. - The email based changesource has been refactored to make it easier to write new mail parsers. - The 'freshcvsmail' change source has been deprecated. - Changes to the API: - API changes for BuildStep(), BuildFactory(), BuildSlave(). - Some keys and classes used in the configuration file have changed. PR: ports/116889 Submited by: clsung Notes: svn path=/head/; revision=201029
* - Update to 0.7.5Cheng-Lung Sung2007-02-194-12/+101
| | | | | | | | PR: ports/109280 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org> Notes: svn path=/head/; revision=185524
* Update to v0.7.3. Upstream changes include:Joseph Koshy2006-06-063-7/+13
| | | | | | | | | | | | | | | - Mercurial support. - A 'buildbot restart' command. - Each build has a set of build properties that can be set and interpolated into shell commands. - New contrib scripts: viewcvspoll, svnpoller, svn_watcher. - Improved CSS for the waterfall view. PR: ports/98439 Submitted by: miwi Notes: svn path=/head/; revision=164566
* - Upgrade to v0.7.2. Upstream changes include:Joseph Koshy2006-04-183-11/+85
| | | | | | | | | | | | | | - the ability to use Twisted `strports' strings as TCP port numbers. - a `Nightly' scheduler. - a `resubmit this build' button on the web interface. - a `umask' option for the buildbot slave. - many bug fixes. - Use the USE_TWISTED_RUN knob. - Take over orphaned port. Notes: svn path=/head/; revision=159842
* Reset kwm due to no response about email.Mark Linimon2006-04-141-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=159522
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Update to 0.7.0.Koop Mast2005-11-033-7/+27
| | | | Notes: svn path=/head/; revision=147103
* Add buildbot.Koop Mast2005-09-274-0/+201
Buildbot is a system to automate the compile/test cycle to validate code changes. Notes: svn path=/head/; revision=143623