diff options
author | Renato Botelho <renato@netgate.com> | 2015-08-27 07:21:24 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2015-08-27 07:21:24 -0300 |
commit | e730f5d9027f3173d414dcc69cd5ec1f256a831a (patch) | |
tree | 4b0b97dd28df58b4980ea78b0ef58e2873e34619 /src/etc/phpshellsessions/gitsync | |
parent | 4d843977d247c38035fec84542b6bfadb9ef1662 (diff) | |
download | pfsense-e730f5d9027f3173d414dcc69cd5ec1f256a831a.zip pfsense-e730f5d9027f3173d414dcc69cd5ec1f256a831a.tar.gz |
Remove old branches, it's not a good idea to gitsync a new system with old branch
Diffstat (limited to 'src/etc/phpshellsessions/gitsync')
-rw-r--r-- | src/etc/phpshellsessions/gitsync | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index aced804..336ed6c 100644 --- a/src/etc/phpshellsessions/gitsync +++ b/src/etc/phpshellsessions/gitsync @@ -21,10 +21,6 @@ $GITSYNC_MERGE = "/root/.gitsync_merge"; /* NOTE: Set branches here */ $branches = array( "master" => "2.2 development branch", - "RELENG_2_2" => "2.2.* release 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" ); |