Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:mises_a_jour_des_donnees_de_jeu [2016/11/18 17:59] – Domperss | en:mises_a_jour_des_donnees_de_jeu [2021/12/03 18:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| This is how we have done it with our own servers(by using three scripts that handle several scenarios). OBS: Be cautious, these are only presented as a reference, as they may need to be adapted to your needs/ | This is how we have done it with our own servers(by using three scripts that handle several scenarios). OBS: Be cautious, these are only presented as a reference, as they may need to be adapted to your needs/ | ||
| - | The architecture on which these scripts are based is the architecture detailed in [[en:installation_d_un_server_de_patchs]]. All names begin with '' | + | The architecture on which these scripts are based is the architecture detailed in [[en:installation_d_un_serveur_de_patchs]]. All names begin with '' |
| With these scripts, we can: | With these scripts, we can: | ||
| * [[# | * [[# | ||
| - | * [[#creation_and_patch_activation|create a patch and enable it]] with client data; | + | * [[#creation, patch_activation|create a patch and enable it]] with client data; |
| - | * [[# create_pattern_data_server_patch_and_activate_of_this_prepare a patch]] with new client and server data. | + | * [[# create pattern_data, |
| Line 38: | Line 38: | ||
| - | # | + | #-------------------------------------------------------------# |
| - | # Retrieve the latest | + | # Retrieve the latest data repository |
| - | # | + | #-------------------------------------------------------------# |
| cd ~/ | cd ~/ | ||
| git pull | git pull | ||
| Line 63: | Line 63: | ||
| for folder in ~/ | for folder in ~/ | ||
| - | |||
| do cp -R $folder/ | do cp -R $folder/ | ||
| done | done | ||
| Line 84: | Line 83: | ||
| rm -Rf patch_lirria/ | rm -Rf patch_lirria/ | ||
| - | #--------------------------------------------# | + | # |
| - | # Let's go back to " | + | # Going back to " |
| - | #--------------------------------------------# | + | # |
| cd ~ | cd ~ | ||
| Line 111: | Line 110: | ||
| # ======================= | # ======================= | ||
| # You only need to increment the "index value" of 1 as usual. | # You only need to increment the "index value" of 1 as usual. | ||
| - | # This is automatically offered | + | # This is automatically offered |
| - | # the Patch-release | + | # the modifications is done to the patch-release |
| # ========================================================== | # ========================================================== | ||
| ### VERIFY THAT ALL NEW BNPs ARE LISTED IN " | ### VERIFY THAT ALL NEW BNPs ARE LISTED IN " | ||
| Line 144: | Line 143: | ||
| nano patch_game/ | nano patch_game/ | ||
| - | # | + | #-----------------------------------------# |
| - | # Going back " | + | # Going back to " |
| - | # | + | #-----------------------------------------# |
| cd ~ | cd ~ | ||
| </ | </ | ||
| Line 154: | Line 153: | ||
| - | ===== Creating and patching | + | ===== Creating and patching |
| This script performs the same operation as the [[# | This script performs the same operation as the [[# | ||
| Line 178: | Line 177: | ||
| # | # | ||
| # It is used to re-calculate packed_sheets, | # It is used to re-calculate packed_sheets, | ||
| - | # Visual_slot.tab files, after the changes to datasheets in | + | # Visual_slot.tab files, |
| - | # Khaganat-data... have been pulled. | + | # datasheets in the Khaganat-data |
| - | # It is therefore necessary to make a patch client | + | # It is therefore necessary to have the "patch client" |
| - | # that is automatically set up at the end of the script | + | # automatically |
| # | # | ||
| # You just need to increment the index of 1 as usual | # You just need to increment the index of 1 as usual | ||
| # | # | ||
| - | # This is automatically offered | + | # This is automatically offered |
| - | # the possible | + | # the modifications is done to the patch-release |
| # | # | ||
| # ------------- Edit these variables --------------- | # ------------- Edit these variables --------------- | ||
| Line 244: | Line 243: | ||
| # Generate a new patch | # Generate a new patch | ||
| - | patch_gen updateProduct patch_game / ryzom.xml | + | patch_gen updateProduct patch_game/ |
| # Edit the release notes: | # Edit the release notes: | ||





