about summary refs log tree commit diff stats
path: root/linux/scripts/pkgmk-test.conf
diff options
context:
space:
mode:
authorbuilder <builder@host>2021-02-26 00:18:20 +0000
committerbuilder <builder@host>2021-02-26 00:18:20 +0000
commit2a862d9141a84b612ec2dd109a7f74a2b10ffb91 (patch)
tree037170f7158639bb6d43ac7ebc656df8e6dcc2bc /linux/scripts/pkgmk-test.conf
parent88ad431d4bef94a816b4a1031fb5a62d4bd8a0d7 (diff)
downloaddoc-2a862d9141a84b612ec2dd109a7f74a2b10ffb91.tar.gz
tools scripts moved to linux
Diffstat (limited to 'linux/scripts/pkgmk-test.conf')
-rw-r--r--linux/scripts/pkgmk-test.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/scripts/pkgmk-test.conf b/linux/scripts/pkgmk-test.conf
new file mode 100644
index 0000000..4a04eec
--- /dev/null
+++ b/linux/scripts/pkgmk-test.conf
@@ -0,0 +1,19 @@
+#
+# /etc/pkgmk.conf: pkgmk(8) configuration
+#
+
+source /etc/pkgmk.conf
+
+#PKGMK_SOURCE_MIRRORS=(http://c1.ank/distfiles/)
+PKGMK_SOURCE_DIR="$PWD"
+PKGMK_PACKAGE_DIR="$PWD"
+PKGMK_WORK_DIR="$PWD/work"
+PKGMK_DOWNLOAD="yes"
+PKGMK_UP_TO_DATE="no"
+# PKGMK_IGNORE_FOOTPRINT="no"
+# PKGMK_IGNORE_NEW="no"
+# PKGMK_NO_STRIP="no"
+# PKGMK_DOWNLOAD_PROG="wget"
+# PKGMK_WGET_OPTS=""
+# PKGMK_CURL_OPTS=""
+# PKGMK_COMPRESSION_MODE="gz"