Skip to content

Commit

Permalink
Change default repo to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgarga committed Jul 6, 2021
1 parent b7c42a5 commit 0e08276
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 23 deletions.
2 changes: 1 addition & 1 deletion tools/builder_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export CORE_PKG_REAL_PATH="${CORE_PKG_PATH}/.real_${DATESTRING}"
export CORE_PKG_ALL_PATH="${CORE_PKG_PATH}/All"

export PKG_REPO_BASE=${PKG_REPO_BASE:-"${BUILDER_TOOLS}/templates/pkg_repos"}
export PFSENSE_DEFAULT_REPO="${PRODUCT_NAME}-repo-252"
export PFSENSE_DEFAULT_REPO="${PRODUCT_NAME}-repo"
export PKG_REPO_DEFAULT=${PKG_REPO_DEFAULT:-"${PKG_REPO_BASE}/${PFSENSE_DEFAULT_REPO}.conf"}
export PFSENSE_BUILD_REPO="${PFSENSE_DEFAULT_REPO}"
export PKG_REPO_BUILD=${PKG_REPO_BUILD:-"${PKG_REPO_BASE}/${PFSENSE_BUILD_REPO}.conf"}
Expand Down
1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-252.abi

This file was deleted.

1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-252.altabi

This file was deleted.

17 changes: 0 additions & 17 deletions tools/templates/pkg_repos/pfSense-repo-252.conf

This file was deleted.

1 change: 0 additions & 1 deletion tools/templates/pkg_repos/pfSense-repo-252.descr

This file was deleted.

4 changes: 2 additions & 2 deletions tools/templates/pkg_repos/pfSense-repo.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FreeBSD: { enabled: no }

%%PRODUCT_NAME%%-core: {
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_1_%%ARCH%%-core",
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%_%%ARCH%%-core",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg",
enabled: yes
}

%%PRODUCT_NAME%%: {
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_1_%%ARCH%%-%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_5_1",
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%_%%ARCH%%-%%PRODUCT_NAME%%_%%PKG_REPO_BRANCH_RELEASE%%",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg",
Expand Down

0 comments on commit 0e08276

Please sign in to comment.