Skip to content

Commit

Permalink
pool script
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed Mar 25, 2019
1 parent 7ea7e2a commit 6543646
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions build/msvc/20b-pool-all.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@ECHO OFF

CALL tools\command-common.bat

REM Pool release files to server.

ECHO Pooling...
SET YEAR=%date:~-10,4%
rsync -v target/%RELZIP_W32% target/%RELZIP_W64% target/%PDBZIP_W32% target/%PDBZIP_W64% "koron@ixeris.kaoriya.net:pool/vim-jp/released/%YEAR%"
PAUSE
EXIT /B 0

0 comments on commit 6543646

Please sign in to comment.