Bump version to 2.4.5-DEVELOPMENT and add 2.4.4 RC repository

This commit is contained in:
Renato Botelho 2018-09-04 12:58:52 -03:00
parent 2eeeec06d7
commit 834c66978f
7 changed files with 23 additions and 3 deletions

View File

@ -34,7 +34,7 @@ $GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
"master" => "2.4.3 development branch",
"master" => "2.4.5 development branch",
"build_commit" => "The commit originally used to build the image"
);

View File

@ -1 +1 @@
2.4.4-DEVELOPMENT
2.4.5-DEVELOPMENT

View File

@ -1,6 +1,6 @@
# Define pfSense repos
PFSENSE_REPOS= pfSense-repo pfSense-repo-devel pfSense-repo-legacy-devel-23 \
pfSense-repo-legacy-23
pfSense-repo-legacy-23 pfSense-repo-rc
# Generic options
OPTIONS_UNSET_FORCE= X11 DOCS EXAMPLES MAN INFO MANPAGES

View File

@ -0,0 +1 @@
FreeBSD:11:%%ARCH%%

View File

@ -0,0 +1 @@
freebsd:11:%%ARCH%%

View File

@ -0,0 +1,17 @@
FreeBSD: { enabled: no }
%%PRODUCT_NAME%%-core: {
url: "%%PKG_REPO_SERVER_RELEASE%%/%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_4_4_%%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_4_4_%%ARCH%%-%%PRODUCT_NAME%%_%%REPO_BRANCH_PREFIX%%v2_4_4",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/local/share/%%PRODUCT_NAME%%/keys/pkg",
enabled: yes
}

View File

@ -0,0 +1 @@
Next Release Candidate (2.4.4-RC)