CVS log for ports/devel/buildbot/pkg-plist
Up to [FreeBSD] / ports / devel / buildbot
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Feb 15 05:06:49 2011 UTC (11 months, 3 weeks ago) by clsung
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +48 -9 lines
- update to 0.8.3p1. - buildbot now goes to Google Code - New releases are no longer uploaded to SourceForge PR: ports/154778 Submitted by: kwm
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Feb 12 15:00:55 2011 UTC (11 months, 3 weeks ago) by clsung
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +75 -6 lines
- Update to 0.8.2
Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 6 08:45:58 2010 UTC (18 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +242 -195 lines
- Update to 0.8.1 PR: ports/148531 Submitted by: Frédéric Praca <frederic dot praca_AT_freebsd-fr dot org>
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 9 02:29:56 2010 UTC (2 years ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +27 -6 lines
- Update to 0.7.12 PR: ports/143635 Submitted by: lwhsu
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Aug 3 01:01:56 2009 UTC (2 years, 6 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +18 -0 lines
- Update to 0.7.11p1
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 26 16:01:02 2009 UTC (2 years, 7 months ago) by clsung
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +41 -0 lines
- Update to 0.7.10p1
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 18 17:40:21 2009 UTC (2 years, 11 months ago) by lwhsu
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +383 -395 lines
- Fix build, last commit was wrong. Noticed by: pav
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Aug 28 03:45:54 2008 UTC (3 years, 5 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +395 -377 lines
- Update to 0.7.8
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Apr 14 07:30:38 2008 UTC (3 years, 9 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +9 -3 lines
- Update to 0.7.7 - take maintainership
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Oct 7 05:15:26 2007 UTC (4 years, 4 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +63 -31 lines
Update to v0.7.6. Upstream changes include: - 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
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 19 15:52:50 2007 UTC (4 years, 11 months ago) by clsung
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +91 -4 lines
- Update to 0.7.5 PR: ports/109280 Submitted by: Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jun 6 06:50:16 2006 UTC (5 years, 8 months ago) by jkoshy
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -1 lines
Update to v0.7.3. Upstream changes include: - 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
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 18 02:45:31 2006 UTC (5 years, 9 months ago) by jkoshy
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +78 -0 lines
- Upgrade to v0.7.2. Upstream changes include: - 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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Nov 3 10:49:28 2005 UTC (6 years, 3 months ago) by kwm
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +24 -4 lines
Update to 0.7.0.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Sep 27 11:41:54 2005 UTC (6 years, 4 months ago) by kwm
Branches: MAIN
Add buildbot. Buildbot is a system to automate the compile/test cycle to validate code changes.
