Powered by Apache

CVS log for portstools/tinderbox/tinderbox.ph.dist

[BACK] Up to [local] / portstools / tinderbox

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 11 23:05:34 2006 UTC (6 years, 3 months ago) by ade
Branch: MAIN
CVS Tags: TINDERBOX_3_X, RELEASE_3_4_R3, RELEASE_3_4_R2, RELEASE_3_4_1, RELEASE_3_4, RELEASE_3_3_R2, RELEASE_3_3_R1, RELEASE_3_3, RELEASE_3_2_R3, RELEASE_3_2_R2, RELEASE_3_2_R1, RELEASE_3_2, RELEASE_3_1_R1, RELEASE_3_1_2, RELEASE_3_1_1, RELEASE_3_1, RELEASE_3_0_1, RELEASE_3_0_0_R1, RELEASE_3_0_0_B5, RELEASE_3_0_0_B4, RELEASE_3_0_0_B3, RELEASE_3_0_0_B2, RELEASE_3_0_0_B1, RELEASE_3_0_0, HEAD
Changes since 1.14: +1 -2 lines
Diff to previous 1.14 (colored)

* use the /logs directory rather than the /errors directory for
  referencing port build failures, since the logfile is copied to
  both places.  Perhaps in future we can even remove /errors, since
  it's just duplicated information.

* add a "-l" option to sendBuildErrorMail, which indicates that the
  port has leftovers, as opposed to a hard failure, which makes tracking
  down the current list of issues much easier to manage with a large
  number of ports.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jan 23 21:52:16 2006 UTC (6 years, 3 months ago) by ade
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

Feh.  I can't type.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jan 23 21:51:13 2006 UTC (6 years, 3 months ago) by ade
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12 (colored)

Miscellaneous cleanups and fixes

Revision 1.12 / (download) - annotate - [select for diffs], Sun Nov 13 06:18:50 2005 UTC (6 years, 6 months ago) by ade
Branch: MAIN
Changes since 1.11: +10 -25 lines
Diff to previous 1.11 (colored)

Normalize the various run-time configuration files to use "example.com"
and instantiations thereof.

Clean out some defunct assignments, now that we only have "webui" to
concern ourselves with.

Clean up indentation.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 19 02:00:32 2005 UTC (6 years, 7 months ago) by ade
Branch: MAIN
Changes since 1.10: +2 -7 lines
Diff to previous 1.10 (colored)

Retire the classic web interface in favor of www-exp, repo-copied into
its new home in the "webui" directory.

Update documentation accordingly.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 21 04:25:24 2005 UTC (6 years, 10 months ago) by marcus
Branch: MAIN
CVS Tags: TINDERBOX_2_X, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1, RELEASE_2_4_0_R2, RELEASE_2_4_0_R1, RELEASE_2_4_0, RELEASE_2_3_6, RELEASE_2_3_5_R1, RELEASE_2_3_5, RELEASE_2_3_4, RELEASE_2_3_3, RELEASE_2_3_2, RELEASE_2_3_1_R1, RELEASE_2_3_1, RELEASE_2_3_0_R4, RELEASE_2_3_0_R3, RELEASE_2_3_0_R2, RELEASE_2_3_0_R1, RELEASE_2_3_0, RELEASE_2_2_1, RELEASE_2_2_0_R6, RELEASE_2_2_0_R5, RELEASE_2_2_0_R4, RELEASE_2_2_0_R2, RELEASE_2_2_0_R1, RELEASE_2_2_0, RELEASE_2_1_1, RELEASE_2_1_0_B1, RELEASE_2_1_0, RELEASE_2_0_0_R1, RELEASE_2_0_0
Changes since 1.9: +0 -0 lines
Diff to previous 1.9 (colored)

Repocopy rawenv, ds.ph, and tinderbox.ph to their respective .dist files.
These files will be used to maintain a clean template of what the default
configurations should be.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 19 22:08:04 2005 UTC (6 years, 10 months ago) by oliver
Branch: MAIN
Changes since 1.8: +8 -2 lines
Diff to previous 1.8 (colored)

change SHOWPORT_URI and SHOWBUILD_URI definition and usage so it's easy
to switch between www and www-exp

Approved by:	marcus

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 11 21:19:46 2005 UTC (6 years, 10 months ago) by pav
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

- Indent $LOG_URI line like rest of the block

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 30 05:55:12 2005 UTC (6 years, 10 months ago) by marcus
Branch: MAIN
Changes since 1.6: +6 -5 lines
Diff to previous 1.6 (colored)

Add a TINDERBOX_DATA_URI_SUFX variable just because I needed it to get
my i386 and amd64 setups to play nicely.  It defaults to an empty string,
so this won't affect anyone unless they need it.

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 20 05:48:41 2004 UTC (8 years ago) by marcus
Branch: MAIN
CVS Tags: RELEASE_1_0_4, RELEASE_1_0_3, RELEASE_1_0_2, RELEASE_1_0_1
Changes since 1.5: +1 -0 lines
Diff to previous 1.5 (colored)

Fix support for saving off WRKDIRS by making sure ${pb}/wkrdirs is created
during init.

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 16 23:05:48 2004 UTC (8 years, 2 months ago) by marcus
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

Add support for listing all users, users per build, as well as sending the
link to the build log in the error reports.

Requested by:	pav

Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 16 08:28:47 2004 UTC (8 years, 2 months ago) by marcus
Branch: MAIN
Changes since 1.3: +10 -2 lines
Diff to previous 1.3 (colored)

Clean up our global variables, and add some new ones for the email
functionality.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 14 21:41:20 2004 UTC (8 years, 2 months ago) by marcus
Branch: MAIN
Changes since 1.2: +0 -0 lines
Diff to previous 1.2 (colored)

Note: the previous email support commit adds a net/p5-Net dependency to
the Tinderbox.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Mar 14 21:39:39 2004 UTC (8 years, 2 months ago) by marcus
Branch: MAIN
Changes since 1.1: +5 -8 lines
Diff to previous 1.1 (colored)

Add the foundations for email support.  Emails can be sent when a build
finishes and/or when a build encounters an error.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 19 22:34:25 2004 UTC (8 years, 3 months ago) by marcus
Branch: MAIN

Add my first set of tinderbox code.  This is a database-backed tinderbox
designed primarily for building GNOME packages.  Currently, it uses MySQL
4.1.x as the database, but this could be abstracted to any generic
datastore.  Help with this is definitely encouraged.

Right now, all the code is there to build packages, I just need to tie in
the automation glue.  Parts of this code are based on the bento package
build system.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>