#!/bin/bash set -o verbose # ======================= IMPORTANT ======================= # You only need to increment the "index value" of 1 as usual. # This is automatically offered in the end, after # the modifications is done to the patch-release # ========================================================== ### VERIFY THAT ALL NEW BNPs ARE LISTED IN "$PATCH_CLIENT_SYSTEM/patchgame/ryzom.xml". ### IF DECIDED TO PATCH OTHER BNP's THAN THOSE AUTOMATICALLY GENERATED BY ### BOTH SCRIPTS, RUN THIS: # * script_mise_a_jour_data_serveur.sh # * script_regenerer_bnps_client.sh # Then modify as below: # Nano $PATCH_CLIENT_SYSTEM/patchgame/ryzom.xml # # Line added for server data: <_Files type="STRING" value="dataserver.bnp"/> #------------------------------------# # Let's move to the right directory: # #------------------------------------# cd ~/patch_service #-----------------------# # Generate a new patch: # #-----------------------# patch_gen updateProduct patch_game/ryzom.xml #---------------------------------------------------# # You can now(if you want to)edit the release notes # #---------------------------------------------------# nano patch_game/patch/index.php #------------------------------------------------------------------------------------------------# # To enable the patch, simply increment the two digits of the Lirria.version file by 1 <-- "One" # #------------------------------------------------------------------------------------------------# nano patch_game/patch/Lirria.version #-----------------------------------------# # Going back to "root" of home directory: # #-----------------------------------------# cd ~