Skip site navigation (1)Skip section navigation (2)

CVS log for ports/ports-mgmt/tinderbox/files/pkg-message.in

[BACK] Up to [FreeBSD] / ports / ports-mgmt / tinderbox / files

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Oct 24 17:43:28 2010 UTC (15 months, 2 weeks ago) by wxs
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -0 lines
Add alias information for wrkdirs to pkg-message for ports-mgmt/tinderbox.
Add all alias information to pkg-message for ports-mgmt/tinderbox-devel.

Approved by:	itetcu@ (maintainer)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 3 10:08:05 2010 UTC (22 months, 1 week ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
- typos

PR:		144727
Submitted by:	Christopher Petrik

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jan 28 21:47:17 2010 UTC (2 years ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +11 -0 lines
Add support for www/hiawatha for WebUI.

PR:		142090
Submitted by:	Chris Petrik

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 12 15:58:29 2008 UTC (3 years, 2 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_2_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Update to 3.1.1 - Bug fix and feature release.

This release brings many bug fixes and some new features, particularly with the
webui frontend:
    * The tinderd.sh rc.d script has been renamed tinderd, and modernized.
	See the README for more details.
    * A tinderd_debug option has been added to the tinderd rc.d script to
	control whether or not to write output to /dev/null.
    * Add a new tinderd config option, TINDERD_LOGFILE. When this is set, all
	tinderbuild output from a tinderd cycle will be appended to this
	logfile. By default, the logfile is /dev/null.
    * Reintroduce user permissions functionality in the webui from 2.x.
    * Add RSS support for the latest_buildports view (webui).
    * Add buttons to tinderd queue view to remove all or all built entries from
	the queue (webui).
    * Automatically set rootdir and wwwrooturi variable (webui).
    * Show target port of current build (webui).
    * Fix a slew of Postgres upgrade and install bugs. Note: not all upgrade
	bugs have been fixed. The schema changes in 3.1 may need to be applied
	manually to Postgres databases.
    * Fix a case where a failed build could lead to false-positive leftovers.
    * Fix a regression where the wrong module name was used. This broke tinderd
	configuration.
    * Prevent dereferencing a null value in the Build Ports Queue code when a
	port is no longer associated to a Build.
    * Fix rescanPorts' command line arguments, and allow it to be invoked as a
	shell command.
    * Use the installed Jail's /usr/share/mk directory when doing a make
	distribution. This fixes a Jail build of 7.X on recent -CURRENT.
    * Add -k to the conig-recursive command so that it doesn't die if one
	chooses to skip a port.
    * Don't make it fatal if the rm of the directory fails in cleanDir. This
	may very well fail if the target is a mount point.
    * Some setup steps in the README have been clarified.

!!!NOTE!!!This release includes a schema change, so be sure to run the
following before using 3.1:

./tc Upgrade

The contributors to this release are Beat Gätzi, Ion-Mihai Tetcu, Aron
Schlesinger, Alexander Logvinov, Wesley Shields, Martin Wilke, and Boris
Samorodov.

Local patches:
- install a favicon for the webui
- show last 30 ports per page in "Current and Latest Builds" page (webui)
- when sorting by "Last Build Attempt" in list build page sort descending --
latest built first (webui)

PR:		ports/128785 (based on)
Submitted by:	bsam@

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Sep 3 12:29:01 2008 UTC (3 years, 5 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -105 lines
This is tinderbox 3.0.0 release with patches (see bellow).

Changes in 3.0 include:
* The www-exp module has been renamed webui, and a new web frontend has
been added called paefchen.
* All Tinderbox commands with the exception of tinderd are now performed
using the tc utility.
* The Hosts system has been removed as it was not really used, and not
really suited to the purpose of distributed builds.  The ground work has
been laid to support distributed builds, but that is not present in 3.0.
* A DISTFILE_URI config directive has been introduced to allow for
distributed distfile caches.
* The latest port fail reasons and patterns have been synced from
pointyhat.
* The total size taken by a port build (in KB) is now tracked in the
database.  This can be obtained using the command ``tc getPortTotalSize
-d DIRECTORY -b BUILD''.
* Port build logs now contain OPTIONS and environment details.
* The ``tc addPort'' command assumes a recursive add by default.  This
can be disabled by passing the -R argument.
* Port dependencies are now recorded in the database when ``tc addPort''
is called without -R.  The dependency list can be retrieved with ``tc
getDependenciesForPort -d DIRECTORY -b BUILD''.
* The ``tc tbcleanup'' command now supports pruning stale distfiles,
stale packages, and not pruning old error logs.  See the README for
command line details.
* The default update type and update host are configurable at Setup and
Upgrade time.  The default update type has been changed from CVSUP to
CSUP.
* The last_fail_reason is now exported to the postPortBuild Hook.
* Fix the build time display if a tinderbuild takes longer than 24 hours.
* Add a new command, ``tc rescanPorts'' which updates the properties of
all ports in the datastore (including dependencies).
* Display the remake count in the webui frontends.
* Hack around a potential perl-related leftover false positive.
* A new -O option has been added to addPort/rescanPorts which enables
OPTIONS, but does not run rmconfig before calling config.  This way,
existing OPTIONS can be preserved.  The default behavior is to call
rmconfig to maintain POLA.
* The webui index page has been enhanced to make it more readable, and
more powerful.
* The number of ports not built due to dependency failures has been
added to the webui's main page.
* tc processLog -v now prints the matching text to aid with false
positive identification.

PLUS:
* In webui:
- Change tinderd queue view. Field for adding new ports is the first now.
- Show target port of current build.
- miwi's RSS module
- an other patch from miwi for inc_tinderbox.php.dist which should make
setting-up the webui easier on non-standard configurations.
* Bug-fix: Add o and O to the list of valid options for addPort.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Jun 3 13:24:58 2008 UTC (3 years, 8 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +7 -5 lines
Update to 2.4.3.

If all goes well, this will be the last 2.x release before a 3.0 major release.

The 2.4.3 release is primarily aimed at fixing bugs, but a few small features
have been added:
* Treat the -u argument to sendBuildCompletionMail as a username rather than an
arbitrary database ID.  Also, do better error checking in case a user has not
been defined in the datastore.
* Add -b <build name> support to the listBuildPortsQueue command.
* Add a new tc command, getPortLastBuiltStatus to get a port's last status.
* Properly quote the UPDATE_CMD argument in the *PortsTreeUpdate hooks.
* Add a new tbkill.sh tool to terminate a running tinderbuild.
* Add a new tinderbuild option, -norebuild, which will prevent tinderbuild from
forcing a rebuild of any packages specified on the command line.
* Add the build platform and release level to the logs.
* Add support for listing total ports per Build in the www-exp frontend.
* Some other minor bugs have been fixed.

Plus 3 local (port) patches:
* in "Current and Latest Builds" (?action=latest_buildports) increase the number
of ports displayed  from 20 to 30
* in ports built for a build view (?action=list_buildports&build=something)
when sorting is done by Last Build Attempt sort descending (latest build first).
* in build logs, add: [1]
 - building for: (ie: "6.3-STABLE amd64")
 - Makefile ident: (ie: "$FreeBSD: ports/ports-mgmt/tinderbox/Makefile,v 1.41 2008/05/19 20:00:16 itetcu Exp $")
 - prefixes: (ie: "LOCALBASE=usr/local X11BASE=usr/local")
 - NO* env vars: (ie: "NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes")

This release would not have been possible without the contributions of
Alexander Loginov, miwi, Chess Griffin, itetcu, Dmitriy Kirhlarov,
Robert Gogolok, and ade.

- Fix a few typos in pkg-message. [2]

PR:		ports/123957 [2]
Submited by:	Wen heping <wenheping@gmail.com> [2],
		idea from miwi@'s patch for HEAD [1]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Mar 29 21:54:04 2008 UTC (3 years, 10 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -0 lines
- add Aron Schlesinger www-exp layout and make it the default since: it looks
better, it works better in opera, it provides a slightly better usability and
it's more FreeBSDish
- fetch all DISTFILES from my server for simplicity
- bump PORTREVISION for plist changes

Prompted by:	miwi@'s tindy :-)

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Sep 5 17:36:43 2007 UTC (4 years, 5 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -3 lines
Add missing alias for the logs in httpd config.

PR:		116124
Submitted by:	chinsan@

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 25 10:25:55 2007 UTC (4 years, 7 months ago) by itetcu
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
Tindy lives in ports-mgmt, not misc.

Submitted by:	"Gabor Tjong A Hung" <g.v.tjongahung@gmail.com>, linimon@

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 21 06:18:32 2007 UTC (5 years ago) by itetcu
Branches: MAIN
CVS tags: old_RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -0 lines
Point users to the README file.

Prompted by:	Jeff Palmer on IRC

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Dec 17 19:11:44 2006 UTC (5 years, 1 month ago) by itetcu
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -6 lines
- don't hardcode PREFIX
- add setup intrauctions for LightHTTPD

PR:		106683
Submitted by:	Wesley Shields

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jul 12 17:26:20 2006 UTC (5 years, 7 months ago) by itetcu
Branches: MAIN
CVS tags: old_RELEASE_6_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +21 -3 lines
- fix a path
- fix some filenames
- add a short install instruction for MySQL

PR:		ports/100146
Submitted by:	Beat Gätzi <beat@chruetertee.ch>

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Apr 4 17:52:03 2006 UTC (5 years, 10 months ago) by jmelo
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
- Add some messages in pkg-message that were missing.

PR: 95007
Approved by: Andreas Kohn (maintainer), mnag (mentor)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 26 23:00:05 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: old_RELEASE_6_1_0, old_RELEASE_5_5_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +23 -11 lines
- Improve pkg-message
- Change dependency on net/cvsup-without-gui (itetcu@#bsdports)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 26 21:43:31 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -1 lines
don't overwrite user configuration files.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 26 10:40:21 2005 UTC (6 years, 1 month ago) by edwin
Branches: MAIN
Port maintainers, commiters and update submitters. Please behold,
here is the tinderbox port which should give you a tinderbox system
to test your ports before submitting it. It's unnmissable for
everybody making ports, and belongs to the range of tools like
portlint and porttools.

Diff request

This form allows you to request diffs 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.

Log view options