Commit 91aa7085 authored by lovelywcm's avatar lovelywcm

c2NyaXB0OiBtaW5vciBlZGl0Cg==

parent 37bd48f8
......@@ -104,5 +104,9 @@ base64 list.txt > gfwlist.txt &&
# "svn ci" and "git commit" are atomic operations
svn ci gfwlist.txt -m $( echo "$*" | base64 -w 0) ||
# "svn ci" may be failed because of connection problems.
git reset HEAD^;
)
git reset HEAD^ 1> /dev/null;
) &&
# BASE++, HEAD++, if committed.
svn update 1> /dev/null;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment