summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/pkg_repos/pfSense-repo.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/pkg_repos/pfSense-repo.conf b/release/pkg_repos/pfSense-repo.conf
index 0c847df..fa5eb1b 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_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%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%%",
+ url: "%%PKG_REPO_SERVER%%/%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%_%%ARCH%%-%%PRODUCT_NAME%%_%%GIT_REPO_BRANCH_OR_TAG%%",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg"
OpenPOWER on IntegriCloud