diff options
author | William Giokas <1007380@gmail.com> | 2012-11-29 01:08:55 -0600 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2012-12-14 12:35:34 +1000 |
commit | 0c74ffd6b6e8f96d388c1e8219902beb369bf1b8 (patch) | |
tree | acb80c0b0dd15429d49e700e9dc45764e130b95c /etc | |
parent | 964640fbfcde48b7937a6c18964c78a3b11db3de (diff) | |
download | pacman-0c74ffd6b6e8f96d388c1e8219902beb369bf1b8.tar.xz |
Added LOGDEST variable
Places logs in a pre-defined location. The logs are always neatly
labeled with package names and numbers, and this way can be more easily
sent to network shares as they are written or compressed/cleaned en
masse.
Signed-off-by: William Giokas <1007380@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/makepkg.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in index 0de85c95..1436042a 100644 --- a/etc/makepkg.conf.in +++ b/etc/makepkg.conf.in @@ -106,6 +106,8 @@ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) #SRCDEST=/home/sources #-- Source packages: specify a fixed directory where all src packages will be placed #SRCPKGDEST=/home/srcpackages +#-- Log files: specify a fixed directory where all log files will be placed +#LOGDEST=/home/makepkglogs #-- Packager: name/email of the person or organization building packages #PACKAGER="John Doe <john@doe.com>" #-- Specify a key to use for package signing |