1
0
Fork 0

release script tweaks for 2017.2

This commit is contained in:
Automatic Release Builder 2017-05-18 15:14:46 +02:00
parent 5fa23309c5
commit 7dbf960291
2 changed files with 3 additions and 5 deletions

View file

@ -12,7 +12,7 @@
#GNU General Public License for more details.
#
#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
echo "usage: thismajor.thisminor nextmajor.nextminor path"
@ -65,8 +65,6 @@ createBranch() {
while [ $# -gt 0 ]; do
echo "Processing $1"
pushd $1 > /dev/null
git config user.name "Automatic Release Builder"
git config user.email "build@flightgear.org"
createBranch
popd > /dev/null
shift

View file

@ -1,7 +1,7 @@
#!/bin/bash
THIS_RELEASE="2017.1"
NEXT_RELEASE="2017.2"
THIS_RELEASE="2017.2"
NEXT_RELEASE="2017.3"
SUBMODULES="simgear flightgear fgdata"
#:<< 'COMMENT_END'