Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gfwlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
gfwlist
Commits
91aa7085
Commit
91aa7085
authored
Mar 15, 2009
by
lovelywcm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
c2NyaXB0OiBtaW5vciBlZGl0Cg==
parent
37bd48f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
sendGFWList.sh
sendGFWList.sh
+6
-2
No files found.
sendGFWList.sh
View file @
91aa7085
...
@@ -104,5 +104,9 @@ base64 list.txt > gfwlist.txt &&
...
@@ -104,5 +104,9 @@ base64 list.txt > gfwlist.txt &&
# "svn ci" and "git commit" are atomic operations
# "svn ci" and "git commit" are atomic operations
svn ci gfwlist.txt
-m
$(
echo
"
$*
"
|
base64
-w
0
)
||
svn ci gfwlist.txt
-m
$(
echo
"
$*
"
|
base64
-w
0
)
||
# "svn ci" may be failed because of connection problems.
# "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
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment