Author: jw Date: 2006-04-04 18:30:54 +0200 (Tue, 04 Apr 2006) New Revision: 1140 Modified: tools/prt-get/trunk/ChangeLog tools/prt-get/trunk/doc/prt-get.conf.5 tools/prt-get/trunk/misc/prt-get.conf Log: prt-get: document rmlog_on_success Modified: tools/prt-get/trunk/ChangeLog =================================================================== --- tools/prt-get/trunk/ChangeLog 2006-04-04 16:22:35 UTC (rev 1139) +++ tools/prt-get/trunk/ChangeLog 2006-04-04 16:30:54 UTC (rev 1140) @@ -4,6 +4,7 @@ - don't install alias file and deplist - unlock ports on remove - fix lock: previously locking would only work for ports in the ports tree +- allow to remove log files of successful builds * 0.5.11 29.05.2005 Johannes Winkelmann - add --path to 'ls' Modified: tools/prt-get/trunk/doc/prt-get.conf.5 =================================================================== --- tools/prt-get/trunk/doc/prt-get.conf.5 2006-04-04 16:22:35 UTC (rev 1139) +++ tools/prt-get/trunk/doc/prt-get.conf.5 2006-04-04 16:30:54 UTC (rev 1140) @@ -110,6 +110,9 @@ which can be set to 'enabled' or 'disabled' .B logmode which can be set to 'append' or 'overwrite' +.B rmlog_on_success +which can be set to 'yes' or 'no'; when set to yes, log files of +successful builds will be removed .B logfile which represent the file path. All occurances of %n in logfile are replaced with the port name and all occurances of %p are @@ -117,7 +120,7 @@ .B /usr/base and %n .B gcc. -This allows you to have separate log files per port. +This allows you to have separate log files per port. .LP If the readme option is set to something different than 'disabled', Modified: tools/prt-get/trunk/misc/prt-get.conf =================================================================== --- tools/prt-get/trunk/misc/prt-get.conf 2006-04-04 16:22:35 UTC (rev 1139) +++ tools/prt-get/trunk/misc/prt-get.conf 2006-04-04 16:30:54 UTC (rev 1140) @@ -2,11 +2,11 @@ ### prt-get conf ### -prtdir /usr/ports/base +prtdir /usr/ports/core prtdir /usr/ports/opt -### clc ports -prtdir /usr/ports/contrib +### User contributed ports - check out http://crux.nu/Main/ContribRules +# prtdir /usr/ports/contrib ### use mypackage form local directory # prtdir /home/packages/build:mypackage @@ -17,6 +17,7 @@ ### log options: # writelog enabled # (enabled|disabled) # logmode overwrite # (append|overwrite) +# rm_on_success no # (yes|no) logfile /var/log/pkgbuild/%n.log # path, %p=path to port dir, %n=port name # %v=version, %r=release