diff options
author | Silvino Silva <silvino@bk.ru> | 2019-02-07 13:50:02 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2019-02-07 13:50:02 +0000 |
commit | bdfc05251acbb99c6bbcd4ff794a01dde2f8dc3b (patch) | |
tree | 93b7fbde96409fd6e164380bb10e77f4a7400eb6 /tools/scripts | |
parent | 57a604e35930f4f58aabe93c8c51de5ee378813c (diff) | |
parent | 390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55 (diff) | |
download | doc-bdfc05251acbb99c6bbcd4ff794a01dde2f8dc3b.tar.gz |
release 0.4.1
Diffstat (limited to 'tools/scripts')
-rw-r--r-- | tools/scripts/pkgmk-test.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scripts/pkgmk-test.conf b/tools/scripts/pkgmk-test.conf index 715ac01..c5f70e4 100644 --- a/tools/scripts/pkgmk-test.conf +++ b/tools/scripts/pkgmk-test.conf @@ -4,11 +4,11 @@ source /etc/pkgmk.conf -#PKGMK_SOURCE_MIRRORS=() +PKGMK_SOURCE_MIRRORS=(http://c1.ank/distfiles/) PKGMK_SOURCE_DIR="$PWD" PKGMK_PACKAGE_DIR="$PWD" PKGMK_WORK_DIR="$PWD/work" -# PKGMK_DOWNLOAD="no" +PKGMK_DOWNLOAD="yes" # PKGMK_IGNORE_FOOTPRINT="no" # PKGMK_IGNORE_NEW="no" # PKGMK_NO_STRIP="no" |