summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-04-06 17:47:15 -0300
committerRenato Botelho <renato@netgate.com>2016-04-06 17:47:15 -0300
commit8392311ab02b5f3521512328b26bb44d17cc4254 (patch)
treeb8940f93973fde62dca59ea27895f825cf1776db
parent2a15cab9e3141b9812573c1161ab8ea2bd11f6c7 (diff)
downloadpfsense-8392311ab02b5f3521512328b26bb44d17cc4254.zip
pfsense-8392311ab02b5f3521512328b26bb44d17cc4254.tar.gz
Add RELENG_2_3_0 to gitsync and set it as default
-rw-r--r--src/etc/phpshellsessions/gitsync3
1 files changed, 2 insertions, 1 deletions
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"
);
OpenPOWER on IntegriCloud