summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2013-05-22 19:26:51 -0500
committerChris Buechler <cmb@pfsense.org>2013-05-22 19:27:22 -0500
commit6134dcf51e10cec9c986d4ae17cf8b1bbdda764f (patch)
treed37447b88161261561a09bb5ae6cc099be2fdd41
parent92b5063b31e716b4f53088b6f34973ec4268d107 (diff)
downloadpfsense-6134dcf51e10cec9c986d4ae17cf8b1bbdda764f.zip
pfsense-6134dcf51e10cec9c986d4ae17cf8b1bbdda764f.tar.gz
fixup gitsync for 2.1/2.2
-rw-r--r--etc/phpshellsessions/gitsync3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/phpshellsessions/gitsync b/etc/phpshellsessions/gitsync
index e69e654..2b4eec1 100644
--- a/etc/phpshellsessions/gitsync
+++ b/etc/phpshellsessions/gitsync
@@ -19,7 +19,8 @@ $GITSYNC_MERGE = "/root/.gitsync_merge";
/* NOTE: Set branches here */
$branches = array(
- "master" => "2.1 development branch",
+ "master" => "2.2 development branch",
+ "RELENG_2_1" => "2.1.* release branch",
"RELENG_2_0" => "2.0.* release branch",
"RELENG_1_2" => "1.2.* release branch",
"build_commit" => "The commit originally used to build the image"
OpenPOWER on IntegriCloud