forked from mirrors/openup
Add a sample PKG_PATH for the LTS service.
This commit is contained in:
parent
4484f29f53
commit
b4b48a67d5
1 changed files with 3 additions and 1 deletions
4
openup
4
openup
|
|
@ -34,8 +34,10 @@ PKG_CERT_FPRINT="DE:29:0F:7F:B8:0E:36:5A:AF:A9:BF:E0:4E:08:C2:0F:2D:50:16:97"
|
||||||
PKG_PUBKEY_URL="https://stable.mtier.org/mtier-${_REL_INT}-pkg.pub"
|
PKG_PUBKEY_URL="https://stable.mtier.org/mtier-${_REL_INT}-pkg.pub"
|
||||||
# PKG_PATH for currently running OpenBSD release
|
# PKG_PATH for currently running OpenBSD release
|
||||||
PKG_PATH_MAIN="http://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)"
|
PKG_PATH_MAIN="http://ftp.fr.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(arch -s)"
|
||||||
# PKG_PATH for the corresponding release stable packages service
|
# PKG_PATH for the corresponding release stable service
|
||||||
PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)"
|
PKG_PATH_UPDATE="https://stable.mtier.org/updates/$(uname -r)/$(arch -s)"
|
||||||
|
# PKG_PATH addition for the corresponding LTS release stable service
|
||||||
|
#PKG_PATH_UPDATE="https://user%domain.tld:password@stable.mtier.org/updates-lts/$(uname -r)/$(arch -s):${PKG_PATH_UPDATE}"
|
||||||
# URL to the latest vuxml (vulnerabilities database)
|
# URL to the latest vuxml (vulnerabilities database)
|
||||||
VUXML_URL="https://stable.mtier.org/vuxml/${_REL_INT}.xml"
|
VUXML_URL="https://stable.mtier.org/vuxml/${_REL_INT}.xml"
|
||||||
# exclusion list: pkg names without version/flavor, separated by space
|
# exclusion list: pkg names without version/flavor, separated by space
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue