From 8392311ab02b5f3521512328b26bb44d17cc4254 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 6 Apr 2016 17:47:15 -0300 Subject: Add RELENG_2_3_0 to gitsync and set it as default --- src/etc/phpshellsessions/gitsync | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index e24ed3a..c2d23fe 100644 --- a/src/etc/phpshellsessions/gitsync +++ b/src/etc/phpshellsessions/gitsync @@ -14,7 +14,7 @@ require_once("pfsense-utils.inc"); $GIT_PKG = "git"; // Either "git" or the full package URL $GIT_BIN= "/usr/local/bin/git"; $GIT_REPO = "git://github.com/pfsense/pfsense.git"; -$DEFAULT_BRANCH = "RELENG_2_3"; +$DEFAULT_BRANCH = "RELENG_2_3_0"; $CODIR = "/root/pfsense"; $GITSYNC_MERGE = "/root/.gitsync_merge"; @@ -22,6 +22,7 @@ $GITSYNC_MERGE = "/root/.gitsync_merge"; $branches = array( "master" => "2.4 development branch", "RELENG_2_3" => "2.3 development branch", + "RELENG_2_3_0" => "2.3 stable branch", "build_commit" => "The commit originally used to build the image" ); -- cgit v1.1