mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-12-24 23:55:18 +00:00
c2NyaXB0OiBtaW5vciBlZGl0Cg==
This commit is contained in:
parent
37bd48f808
commit
91aa708518
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user