Skip to content

Commit be3558a

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-git-extra (1.1.659.e3eddae38-1 -> 1.1.661.804d5810d-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent e8bb8a2 commit be3558a

29 files changed

+11
-5
lines changed

etc/profile.d/git-sdk.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ sdk () {
360360
git diff-index --quiet HEAD ||
361361
test ! -s .git/index ||
362362
(uname_m="$(uname -m)" &&
363+
test ! -d "../build-$uname_m-pc-msys/$uname_m-pc-cygwin/winsup/cygwin") &&
363364
test ! -d "../build-$uname_m-pc-msys/$uname_m-pc-msys/winsup/cygwin"); }
364365
then
365366
# no local changes
@@ -370,7 +371,12 @@ sdk () {
370371

371372
# Build the current branch
372373
(uname_m="$(uname -m)" &&
373-
cd "../build-$uname_m-pc-msys/$uname_m-pc-msys/winsup/cygwin" &&
374+
if test -d "../build-$uname_m-pc-msys/$uname_m-pc-cygwin/winsup/cygwin"
375+
then
376+
cd "../build-$uname_m-pc-msys/$uname_m-pc-cygwin/winsup/cygwin"
377+
else
378+
cd "../build-$uname_m-pc-msys/$uname_m-pc-msys/winsup/cygwin"
379+
fi &&
374380
make -j$(nproc))
375381
return $?
376382
;;

mingw32/bin/WhoUses.exe

0 Bytes
Binary file not shown.

mingw32/bin/blocked-file-util.exe

0 Bytes
Binary file not shown.

mingw32/bin/create-shortcut.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-askpass.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-askyesno.exe

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/bin/proxy-lookup.exe

0 Bytes
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.659.e3eddae38-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.661.804d5810d-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-git-extra
33

44
%VERSION%
5-
1.1.659.e3eddae38-1
5+
1.1.661.804d5810d-1
66

77
%BASE%
88
mingw-w64-git-extra
@@ -17,16 +17,16 @@ https://github.com/git-for-windows/build-extra
1717
any
1818

1919
%BUILDDATE%
20-
1749453176
20+
1750606985
2121

2222
%INSTALLDATE%
23-
1750477476
23+
1750650903
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
2727

2828
%SIZE%
29-
532944
29+
533196
3030

3131
%GROUPS%
3232
VCS

0 commit comments

Comments
 (0)