From 8f2e896d489a130d4a4ba3bf0c959582a1e11f93 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 29 Jun 2019 17:50:23 -0300 Subject: Bugfix on CI detected %%n --- .tools/scripts/init.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.tools') diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 27923c6e8..1deff0e9c 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -174,9 +174,10 @@ function do_init { check_error $? cd server-code/src ; git checkout master # v2018.09.23 # 2018-09-24 # s20180713? check_error $? + #: ' #Use this to force an old version. You need s20190422 for this. echo "Begin diff experiment" cd .. - git diff master s20190408 > x.diff + git diff master 41b5d5e9b6f14fd26197958aec29a02858dff299 > x.diff ls head -n 25 x.diff tail -n 40 x.diff @@ -186,6 +187,7 @@ function do_init { echo "====================================== Continuing..." cd src check_error $? + #' gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd .. check_error $? cd ../.. -- cgit v1.2.3-60-g2f50