diff options
author | Silvino <silvino@bk.ru> | 2019-06-13 01:21:13 +0000 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2019-06-13 01:21:46 +0000 |
commit | cef80b1553d23673af7ad5b6ca82e51c121a3775 (patch) | |
tree | dbc19d35851d9a453cf2ca22b11b8a5f7bf7fc24 /core | |
parent | 4cfdf53921842b1b59fa5fd77777fb6065f6e977 (diff) | |
download | doc-cef80b1553d23673af7ad5b6ca82e51c121a3775.tar.gz |
added pkg-get conf and pkgmk.conf updated
Diffstat (limited to 'core')
-rw-r--r-- | core/conf/pkg-get.conf | 15 | ||||
-rw-r--r-- | core/conf/pkgmk.conf | 2 | ||||
-rw-r--r-- | core/ports.html | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/core/conf/pkg-get.conf b/core/conf/pkg-get.conf new file mode 100644 index 0000000..4825657 --- /dev/null +++ b/core/conf/pkg-get.conf @@ -0,0 +1,15 @@ +## +# /etc/pkg-get.conf +# pkg-get configuration file + +# package repositories (remote) +# The first two are remote repoistories, the last is a local one +pkgdir /usr/ports/server|https://hive.gnu.systems/mirror-3.4/packages +#pkgdir /usr/packages/java|http://www.foobar.com/java +#pkgdir /usr/packages/games + +# runscripts: if "yes" pre-post install scripts are +# automatically executed. Handle with care. +runscripts yes + +preferhigher yes # (yes|no) diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf index 8222926..4d689ec 100644 --- a/core/conf/pkgmk.conf +++ b/core/conf/pkgmk.conf @@ -44,7 +44,7 @@ case ${PKGMK_ARCH} in ;; esac -PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror/distfiles/) +PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror-3.4/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" diff --git a/core/ports.html b/core/ports.html index be9ce7c..9d2f989 100644 --- a/core/ports.html +++ b/core/ports.html @@ -97,7 +97,7 @@ ;; esac - PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror/distfiles/) + PKGMK_SOURCE_MIRRORS=(https://hive.gnu.systems/mirror-3.4/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" |