diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-12-09 15:52:09 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2021-12-23 08:07:42 +0000 |
commit | 4ccf038a9f79bf0cbe62a6fe24fde8601754e3c2 (patch) | |
tree | 585a719c9f29d3fe200588ac34035d32586ef927 /src/apk_context.h | |
parent | af489f3b6fc67a843148008668febbfa80eb125e (diff) | |
download | apk-tools-4ccf038a9f79bf0cbe62a6fe24fde8601754e3c2.tar.gz apk-tools-4ccf038a9f79bf0cbe62a6fe24fde8601754e3c2.tar.bz2 apk-tools-4ccf038a9f79bf0cbe62a6fe24fde8601754e3c2.tar.xz apk-tools-4ccf038a9f79bf0cbe62a6fe24fde8601754e3c2.zip |
add option --no-logfile
Diffstat (limited to 'src/apk_context.h')
-rw-r--r-- | src/apk_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_context.h b/src/apk_context.h index 7aae61b..5071404 100644 --- a/src/apk_context.h +++ b/src/apk_context.h @@ -28,6 +28,7 @@ #define APK_NO_CACHE BIT(9) #define APK_NO_COMMIT_HOOKS BIT(10) #define APK_NO_CHROOT BIT(11) +#define APK_NO_LOGFILE BIT(12) #define APK_FORCE_OVERWRITE BIT(0) #define APK_FORCE_OLD_APK BIT(1) |