X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Fall%2Frelease.subr;h=104b8ccb77da222a3e801813199f7a1d94a940da;hp=7cc8c639063b2a441dd2eefd077bf15049a6f669;hb=524db2b01ad2fb35b64741be812eecab3e8979dc;hpb=2627fa199fee9062e810d1bde97d5a9ce0ffe5c8 diff --git a/misc/tools/all/release.subr b/misc/tools/all/release.subr index 7cc8c639..104b8ccb 100644 --- a/misc/tools/all/release.subr +++ b/misc/tools/all/release.subr @@ -88,7 +88,7 @@ release_common() getversion() { - gv=`grep "^gameversion " "$1/defaultXonotic.cfg" | awk '{ print $2 }'` + gv=`grep "^gameversion " "$1/xonotic-common.cfg" | awk '{ print $2 }'` major=$(($gv / 10000)) minor=$((($gv / 100) - ($major * 100))) patch=$(($gv - ($major * 10000) - ($minor * 100))) @@ -130,7 +130,6 @@ case "$cmd" in # - .ssh/config must be configured so the following # host names are reachable and have a compile # infrastructure set up: - # - xonotic-build-linux32 (with gcc on x86) # - xonotic-build-linux64 (with gcc on x86_64) # - xonotic-build-win32 (with i586-mingw32msvc-g++) # - xonotic-build-win64 (with amd64-mingw32msvc-g++ @@ -222,7 +221,6 @@ case "$cmd" in release_common good=true verbose "$SELF" release-getbinary Xonotic/xonotic-x86.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-x86-wgl.exe || good=false verbose "$SELF" release-getbinary Xonotic/xonotic-x86-dedicated.exe || good=false $good ;; @@ -230,7 +228,6 @@ case "$cmd" in release_common good=true verbose "$SELF" release-getbinary Xonotic/xonotic.exe || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-wgl.exe || good=false verbose "$SELF" release-getbinary Xonotic/xonotic-dedicated.exe || good=false $good ;; @@ -241,14 +238,6 @@ case "$cmd" in verbose "$SELF" release-getbinary Xonotic/xonotic-osx-dedicated || good=false $good ;; - release-engine-linux32) - release_common - good=true - verbose "$SELF" release-getbinary Xonotic/xonotic-linux32-sdl || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-linux32-glx || good=false - verbose "$SELF" release-getbinary Xonotic/xonotic-linux32-dedicated || good=false - $good - ;; release-engine-linux64) release_common good=true @@ -261,7 +250,6 @@ case "$cmd" in release_common # TODO report failures here. good=false - verbose "$SELF" release-engine-linux32 && good=true verbose "$SELF" release-engine-linux64 && good=true verbose "$SELF" release-engine-win32 && good=true verbose "$SELF" release-engine-win64 && good=true @@ -419,21 +407,21 @@ case "$cmd" in s/^set g_xonoticversion [^ ]* /set g_xonoticversion $versionstr /; s/^gameversion_min [0-9]*/gameversion_min 0/; s/^gameversion_max [0-9]*/gameversion_max 9999/; - " < defaultXonotic.cfg > defaultXonotic.cfg.new + " < xonotic-common.cfg > xonotic-common.cfg.new else # >= 1.0 verbose sed " s/^set g_xonoticversion [^ ]* /set g_xonoticversion $versionstr /; s/^gameversion_min [0-9]*/gameversion_min $(( ($gv / 100) * 100 - 100 ))/; s/^gameversion_max [0-9]*/gameversion_max $(( ($gv / 100) * 100 + 199 ))/; - " < defaultXonotic.cfg > defaultXonotic.cfg.new + " < xonotic-common.cfg > xonotic-common.cfg.new fi - mv defaultXonotic.cfg.new defaultXonotic.cfg + mv xonotic-common.cfg.new xonotic-common.cfg case "$RELEASETYPE" in release) - echo "" >> defaultXonotic.cfg - echo "// nicer menu" >> defaultXonotic.cfg - echo "set menu_watermark \"\"" >> defaultXonotic.cfg + echo "" >> xonotic-common.cfg + echo "// nicer menu" >> xonotic-common.cfg + echo "set menu_watermark \"\"" >> xonotic-common.cfg ;; esac ( @@ -443,6 +431,7 @@ case "$cmd" in verbose "$d0"/mediasource/gfx/menu/luminos_versionbuilder/versionbuilder "$versionstr" verbose rm background_l2.svg ) + verbose "$d0"/mediasource/gfx/luma/render-version.sh "$d0/mediasource/gfx/luma" "$PWD" "$versionstr" fi if [ x"$src" = x"data/xonotic-maps.pk3dir" ]; then for X in ../../data/*-????????????????????????????????????????-????????????????????????????????????????.pk3; do