X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Ftools%2Frsync-updater%2Fupdate-to-autobuild.bat;fp=misc%2Ftools%2Frsync-updater%2Fupdate-to-autobuild.bat;h=1fb8b2e235090e43fd122bf4e195e134dd77c8fb;hp=498e2afded1b1526438cc40ba4cbcf2f1e27b958;hb=4aad27834b87b7e45d252c42ccaeceed086952d7;hpb=5887e47bff60d9ab62cc0e13268f4318206cd205 diff --git a/misc/tools/rsync-updater/update-to-autobuild.bat b/misc/tools/rsync-updater/update-to-autobuild.bat index 498e2afd..1fb8b2e2 100755 --- a/misc/tools/rsync-updater/update-to-autobuild.bat +++ b/misc/tools/rsync-updater/update-to-autobuild.bat @@ -24,7 +24,8 @@ if exist ..\..\..\.git goto xonoticdatagit if exist ..\..\..\data goto xonoticdata goto xonotic :xonoticlow - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ set target=Xonotic-low/ goto endxonotic :xonotichigh @@ -51,10 +52,12 @@ goto xonotic echo FATAL: unrecognized Xonotic build. This update script cannot be used. goto end :xonoticdatalow - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ goto endxonoticdata :xonoticdatalowfuzzy - set url=rsync://beta.xonotic.org/%buildtype%-Xonotic-low/ + echo NOTE: Xonotic-low is gone, downloading normal Xonotic. + set url=rsync://beta.xonotic.org/%buildtype%-Xonotic/ set options=%options% -y goto endxonoticdata :xonoticdatahigh