Remove old branches, it's not a good idea to gitsync a new system with old branch

This commit is contained in:
Renato Botelho 2015-08-27 07:21:24 -03:00
parent 4d843977d2
commit e730f5d902

View File

@ -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"
);