prt-get: document rmlog_on_success

git-svn-id: https://crux.nu/svn/tools/prt-get/trunk@1140 0b5ae1c7-2405-0410-a7fc-ba219f786e1e
This commit is contained in:
Johannes Winkelmann 2006-04-04 16:30:54 +00:00
parent 08fbeb4724
commit 1c245401d2
3 changed files with 9 additions and 4 deletions

View File

@ -4,6 +4,7 @@
- don't install alias file and deplist - don't install alias file and deplist
- unlock ports on remove - unlock ports on remove
- fix lock: previously locking would only work for ports in the ports tree - 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 * 0.5.11 29.05.2005 Johannes Winkelmann
- add --path to 'ls' - add --path to 'ls'

View File

@ -110,6 +110,9 @@ The log options are
which can be set to 'enabled' or 'disabled' which can be set to 'enabled' or 'disabled'
.B logmode .B logmode
which can be set to 'append' or 'overwrite' 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 .B logfile
which represent the file path. All occurances of %n in logfile are which represent the file path. All occurances of %n in logfile are
replaced with the port name and all occurances of %p are replaced with the port name and all occurances of %p are
@ -117,7 +120,7 @@ replaced with the port's path, e.g. for port gcc in base, %p would be
.B /usr/base .B /usr/base
and %n and %n
.B gcc. .B gcc.
This allows you to have separate log files per port. This allows you to have separate log files per port.
.LP .LP
If the readme option is set to something different than 'disabled', If the readme option is set to something different than 'disabled',

View File

@ -2,11 +2,11 @@
### prt-get conf ### prt-get conf
### ###
prtdir /usr/ports/base prtdir /usr/ports/core
prtdir /usr/ports/opt prtdir /usr/ports/opt
### clc ports ### User contributed ports - check out http://crux.nu/Main/ContribRules
prtdir /usr/ports/contrib # prtdir /usr/ports/contrib
### use mypackage form local directory ### use mypackage form local directory
# prtdir /home/packages/build:mypackage # prtdir /home/packages/build:mypackage
@ -17,6 +17,7 @@ prtdir /usr/ports/contrib
### log options: ### log options:
# writelog enabled # (enabled|disabled) # writelog enabled # (enabled|disabled)
# logmode overwrite # (append|overwrite) # logmode overwrite # (append|overwrite)
# rm_on_success no # (yes|no)
logfile /var/log/pkgbuild/%n.log logfile /var/log/pkgbuild/%n.log
# path, %p=path to port dir, %n=port name # path, %p=path to port dir, %n=port name
# %v=version, %r=release # %v=version, %r=release