Skip to content

Commit

Permalink
please.sh: include MinGit in the release cycle
Browse files Browse the repository at this point in the history
MinGit, the portable, non-interactive Git intended for third-party
tools, is now also built as part of Git for Windows' official versions.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 16, 2016
1 parent b8c6923 commit 16a8cf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ release () { #

for sdk in "$sdk32" "$sdk64"
do
for dir in installer portable archive
for dir in installer portable archive mingit
do
"$sdk/git-cmd.exe" --command=usr\\bin\\sh.exe -l -c \
"/usr/src/build-extra/$dir/release.sh '$ver'" ||
Expand Down Expand Up @@ -885,6 +885,8 @@ publish () { #
"$HOME"/Git-"$ver"-32-bit.exe \
"$HOME"/PortableGit-"$ver"-64-bit.7z.exe \
"$HOME"/PortableGit-"$ver"-32-bit.7z.exe \
"$HOME"/MinGit-"$ver"-64-bit.zip \
"$HOME"/MinGit-"$ver"-32-bit.zip \
"$HOME"/Git-"$ver"-64-bit.tar.bz2 \
"$HOME"/Git-"$ver"-32-bit.tar.bz2 ||
die "Could not upload files\n"
Expand Down

0 comments on commit 16a8cf5

Please sign in to comment.