about summary refs log tree commit diff stats
path: root/linux/scripts/pkgmk-test.conf
blob: 4a04eecf66f716b3cc2fbee70d2ed2c53c58b63d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"