about summary refs log tree commit diff stats
path: root/tools/scripts
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-07 13:49:02 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-07 13:49:02 +0000
commit390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55 (patch)
tree93b7fbde96409fd6e164380bb10e77f4a7400eb6 /tools/scripts
parent334579fa0928d30cf82bb953dbe88f21cc106e46 (diff)
downloaddoc-390a4d2fbef2d8c814d7b2fb00cc0c4db3964c55.tar.gz
tools and dev several fixes.
Diffstat (limited to 'tools/scripts')
-rw-r--r--tools/scripts/pkgmk-test.conf4
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"