summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
Diffstat (limited to '.tools')
-rw-r--r--.tools/applicator.py2
-rw-r--r--.tools/reapply.patch48
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
+
+