diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-20 08:07:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-20 08:07:01 -0300 |
commit | b07bf859806305dc3d7f34495cf2e054fce22942 (patch) | |
tree | 0083be106cbc420c68e542b33f570e5bec682acc /.tools | |
parent | fe99a8fe1d40c21e2eaa2365853f1e8530946d91 (diff) | |
download | serverdata-b07bf859806305dc3d7f34495cf2e054fce22942.tar.gz serverdata-b07bf859806305dc3d7f34495cf2e054fce22942.tar.bz2 serverdata-b07bf859806305dc3d7f34495cf2e054fce22942.tar.xz serverdata-b07bf859806305dc3d7f34495cf2e054fce22942.zip |
Moubootaur Legends Patch Level 9
"Convert sc_config to libconf"
Diffstat (limited to '.tools')
-rw-r--r-- | .tools/applicator.py | 2 | ||||
-rw-r--r-- | .tools/reapply.patch4 | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/.tools/applicator.py b/.tools/applicator.py index ea9b5f77b..aa84ce359 100644 --- a/.tools/applicator.py +++ b/.tools/applicator.py @@ -33,7 +33,7 @@ for line in f: subprocess.call("cd ../../server-code ; wget https://github.com/HerculesWS/Hercules/commit/"+line.replace("\n", "")+".diff", shell=True) print "Applying patch..." #subprocess.call("cd ../../server-code ; ls", shell=True) - subprocess.call("cd ../../server-code ; git apply --ignore-whitespace --exclude=doc/ --reject "+line.replace("\n", "")+".diff", shell=True) + subprocess.call("cd ../../server-code ; git apply --ignore-whitespace --exclude=doc/ --exclude=tools/ --exclude=db/ --reject "+line.replace("\n", "")+".diff", shell=True) print "Patch applied" subprocess.call("cd ../../server-code ; rm "+line.replace("\n", "")+".diff", shell=True) print "Patch deleted (success)" diff --git a/.tools/reapply.patch4 b/.tools/reapply.patch4 index 6bb01b2a0..bbf4098cd 100644 --- a/.tools/reapply.patch4 +++ b/.tools/reapply.patch4 @@ -1,6 +1,6 @@ ############ # HOWTO: -# git diff v2019.07.28.. --pretty=short +# git log v2019.07.28.. --pretty=short ############ ## v2019.07.28 @@ -32,6 +32,10 @@ f4b5f645cac0e50c7dc3079d9a388eed0b62ad9b ############ ## v2019.08.25 -## +## Convert sc_config to use libconfig +7c88915931bd0ff80bba2db07848519cce92d514 +6ea8e59e52e8046c5ea8d3a42f3a67d06564e1f7 + + |