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
- 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'

View File

@ -110,6 +110,9 @@ The log options are
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

View File

@ -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 @@ prtdir /usr/ports/contrib
### 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