release script tweaks for 2017.2
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
#GNU General Public License for more details.
|
#GNU General Public License for more details.
|
||||||
#
|
#
|
||||||
#You should have received a copy of the GNU General Public License
|
#You should have received a copy of the GNU General Public License
|
||||||
#along with Foobar. If not, see <http://www.gnu.org/licenses/>.
|
#along with FlightGear If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
if [ -z "$1" -o -z "$2" ]; then
|
if [ -z "$1" -o -z "$2" ]; then
|
||||||
echo "usage: thismajor.thisminor nextmajor.nextminor path"
|
echo "usage: thismajor.thisminor nextmajor.nextminor path"
|
||||||
@@ -65,8 +65,6 @@ createBranch() {
|
|||||||
while [ $# -gt 0 ]; do
|
while [ $# -gt 0 ]; do
|
||||||
echo "Processing $1"
|
echo "Processing $1"
|
||||||
pushd $1 > /dev/null
|
pushd $1 > /dev/null
|
||||||
git config user.name "Automatic Release Builder"
|
|
||||||
git config user.email "build@flightgear.org"
|
|
||||||
createBranch
|
createBranch
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
shift
|
shift
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
THIS_RELEASE="2017.1"
|
THIS_RELEASE="2017.2"
|
||||||
NEXT_RELEASE="2017.2"
|
NEXT_RELEASE="2017.3"
|
||||||
SUBMODULES="simgear flightgear fgdata"
|
SUBMODULES="simgear flightgear fgdata"
|
||||||
|
|
||||||
#:<< 'COMMENT_END'
|
#:<< 'COMMENT_END'
|
||||||
|
|||||||
Reference in New Issue
Block a user