-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
106 additions
and
625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
VIM_VER = 8.1.1048 | ||
PATCHSET_VER = 20190325 | ||
VIM_VER = 8.2.0029 | ||
PATCHSET_VER = 20191222 | ||
|
||
VIM_VER_SHORT = 81 | ||
VIM_VER_SHORT = 82 | ||
|
||
# vim:set ts=8 sts=8 sw=8 tw=0 noet ft=make: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
@ECHO OFF | ||
SETLOCAL | ||
|
||
CALL tools\command-common.bat | ||
|
||
REM Uplaod release files to publishing server. | ||
ECHO Uploading... | ||
rsync -v target/%RELZIP_W32% target/%RELZIP_W64% target/%PDBZIP_W32% target/%PDBZIP_W64% "[email protected]:htdocs/files.kaoriya.net/vim" | ||
|
||
REM Pool release files to pooling server. | ||
ECHO Pooling... | ||
SET YEAR=%date:~-10,4% | ||
rsync -v target/%RELZIP_W32% target/%RELZIP_W64% target/%PDBZIP_W32% target/%PDBZIP_W64% "[email protected]:pool/vim-jp/released/%YEAR%" | ||
|
||
PAUSE | ||
EXIT /B 0 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.