![]()
Up to [local] / portstools / tinderbox
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6.2.1 / (download) - annotate - [select for diffs], Mon Nov 3 22:23:42 2008 UTC (3 years, 6 months ago) by marcus
Branch: TINDERBOX_3_X
CVS Tags: 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_2,
RELEASE_3_1_1,
RELEASE_3_1
Changes since 1.6: +1 -0
lines
Diff to previous 1.6 (colored) next main 1.7 (colored)
MFH: Give commented out options for Postgres configuration.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 3 22:22:24 2008 UTC (3 years, 6 months ago) by marcus
Branch: MAIN
CVS Tags: HEAD
Changes since 1.6: +1 -0
lines
Diff to previous 1.6 (colored)
Give commented out options for Postgres configuration. Suggested by: bsam
Revision 1.6 / (download) - annotate - [select for diffs], Sun Nov 13 06:18:50 2005 UTC (6 years, 6 months ago) by ade
Branch: MAIN
CVS Tags: RELEASE_3_1_R1,
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
Branch point for: TINDERBOX_3_X
Changes since 1.5: +1 -1
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Sat Sep 3 21:55:39 2005 UTC (6 years, 8 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
Changes since 1.4: +1 -0
lines
Diff to previous 1.4 (colored)
Add a new database property to specify the DBI type. MySQL uses a type of "database" where as PostgreSQL uses "dbname".
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 21 04:25:24 2005 UTC (6 years, 10 months ago) by marcus
Branch: MAIN
CVS Tags: RELEASE_2_0_0_R1,
RELEASE_2_0_0
Changes since 1.3: +0 -0
lines
Diff to previous 1.3 (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.3 / (download) - annotate - [select for diffs], Sun Jul 10 07:34:16 2005 UTC (6 years, 10 months ago) by oliver
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
backout last commit to restore the original ds.ph
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 10 07:29:42 2005 UTC (6 years, 10 months ago) by oliver
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Implement tinderd scheduling via www - shell part
- add a user_permissions table to define user permissions for www usage.
- alter users table, add password and www_enable field which controls if
the user is allowed to login via www or not.
Approved by: marcus
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
CVS Tags: RELEASE_1_0_4,
RELEASE_1_0_3,
RELEASE_1_0_2,
RELEASE_1_0_1
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.