diff options
author | Renato Botelho <renato@netgate.com> | 2016-04-11 14:43:59 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-04-11 14:43:59 -0300 |
commit | 6166da65c07e77e3234251f68519ab717e18db77 (patch) | |
tree | 6e096ec29b6cc2da5a489f5fe55f8172383dabd2 /release | |
parent | 468038d74676f3913806bdda4bad87036c8d6ac8 (diff) | |
download | FreeBSD-src-6166da65c07e77e3234251f68519ab717e18db77.zip FreeBSD-src-6166da65c07e77e3234251f68519ab717e18db77.tar.gz |
Temporary change to final place so users running RC can see it
Diffstat (limited to 'release')
-rw-r--r-- | release/pkg_repos/pfSense-repo.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/pkg_repos/pfSense-repo.conf b/release/pkg_repos/pfSense-repo.conf index 52272e3..761872a 100644 --- a/release/pkg_repos/pfSense-repo.conf +++ b/release/pkg_repos/pfSense-repo.conf @@ -1,7 +1,7 @@ FreeBSD: { enabled: no } %%PRODUCT_NAME%%-core: { - url: "%%PKG_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%ARCH%%-core", + url: "pkg+http://pkg.pfsense.org/%%PRODUCT_NAME%%_v2_3_0_%%ARCH%%-core", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg", @@ -9,7 +9,7 @@ FreeBSD: { enabled: no } } %%PRODUCT_NAME%%: { - url: "%%PKG_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%ARCH%%-%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%", + url: "pkg+http://pkg.pfsense.org/%%PRODUCT_NAME%%_v2_3_0_%%ARCH%%-%%PRODUCT_NAME%%_v2_3_0", mirror_type: "srv", signature_type: "fingerprints", fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg", |