aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-02-02 14:15:29 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-02-02 14:15:29 +0800
commitdcb9c7c05a5fc96e6ad66ee064ddb9b6bd3612b4 (patch)
tree70b8784d80db37e71176d79a3c475119f2316669 /doc
parent5917572c47d140b512fb362f4479103e76256885 (diff)
downloadautils-dcb9c7c05a5fc96e6ad66ee064ddb9b6bd3612b4.tar.gz
autils-dcb9c7c05a5fc96e6ad66ee064ddb9b6bd3612b4.zip
fix package logging
Diffstat (limited to 'doc')
-rw-r--r--doc/apkg.conf.readme6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apkg.conf.readme b/doc/apkg.conf.readme
index 397218f..7b2f83a 100644
--- a/doc/apkg.conf.readme
+++ b/doc/apkg.conf.readme
@@ -23,6 +23,12 @@ APKG_SOURCE_DIR=<path to source directory>
# working directory path, where source is extracted and fakeroot location before packaging
#APKG_WORK_DIR=<path to working directory>
+# package build logging directory path (log file is $APKG_WORK_DIR/$name.log)
+#APKG_LOG_DIR=<path to logging directory>
+
+# enable package build logging
+#APKG_LOG=1
+
# keep source when build failed, good to examine what causing build failed
#APKG_KEEP_WORKDIR=1