diff options
author | Chris Buechler <cmb@pfsense.org> | 2015-08-26 15:52:55 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2015-08-26 15:52:55 -0500 |
commit | 7b62e569f9a899486dd9f2283f8a41a084f7353a (patch) | |
tree | 992d0d14d31311c5d221655b8915318736a92e29 /src/etc/phpshellsessions | |
parent | 2554dd644ba181ab1ed2c6a7dbb700c8c46e0b85 (diff) | |
download | pfsense-7b62e569f9a899486dd9f2283f8a41a084f7353a.zip pfsense-7b62e569f9a899486dd9f2283f8a41a084f7353a.tar.gz |
add bootstrap branch to gitsync
Diffstat (limited to 'src/etc/phpshellsessions')
-rw-r--r-- | src/etc/phpshellsessions/gitsync | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/etc/phpshellsessions/gitsync b/src/etc/phpshellsessions/gitsync index aced804..979cdc5 100644 --- a/src/etc/phpshellsessions/gitsync +++ b/src/etc/phpshellsessions/gitsync @@ -25,7 +25,8 @@ $branches = array( "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" + "build_commit" => "The commit originally used to build the image", + "bootstrap" => "Bootstrap branch" ); global $g; |