aboutsummaryrefslogtreecommitdiff
path: root/doc/apkg.conf.readme
diff options
context:
space:
mode:
Diffstat (limited to 'doc/apkg.conf.readme')
-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