summaryrefslogtreecommitdiffstats
path: root/src/etc
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-03-31 18:50:46 -0300
committerRenato Botelho <renato@netgate.com>2016-03-31 18:50:46 -0300
commit3e45ce41f232a9500b8457daa1f0fc83eca887b3 (patch)
tree440f2f46654cc8cab1a2c8d8b33641bba74727a9 /src/etc
parent7761dab55cdad2eb501958798f686eeabb4bcbcb (diff)
downloadpfsense-3e45ce41f232a9500b8457daa1f0fc83eca887b3.zip
pfsense-3e45ce41f232a9500b8457daa1f0fc83eca887b3.tar.gz
Add 2.3 to gitsync
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/phpshellsessions/gitsync5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync
index 32722fe..e24ed3a 100644
--- a/src/etc/phpshellsessions/gitsync
+++ b/src/etc/phpshellsessions/gitsync
@@ -14,13 +14,14 @@ 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 = "master";
+$DEFAULT_BRANCH = "RELENG_2_3";
$CODIR = "/root/pfsense";
$GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
- "master" => "2.3 development branch",
+ "master" => "2.4 development branch",
+ "RELENG_2_3" => "2.3 development branch",
"build_commit" => "The commit originally used to build the image"
);
OpenPOWER on IntegriCloud