release script tweaks for 2017.2
This commit is contained in:
parent
5fa23309c5
commit
7dbf960291
2 changed files with 3 additions and 5 deletions
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue