Skip to content

Commit 8a970d8

Browse files
committed
make-file-list: do exclude Subversion-related files from MinGit
As the new `mingw-w64-git-svn` package is a new dependency of the `mingw-w64-git-for-windows-addons` package, we need to be a bit more verbose when excluding files from MinGit, as pointed out by the Git for Windows SDKs' `check-for-missing-dlls` workflow runs. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 5d63b1b commit 8a970d8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

make-file-list.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ then
5050
PACKAGE_EXCLUDES="$PACKAGE_EXCLUDES mingw-w64-bzip2 mingw-w64-c-ares
5151
mingw-w64-libsystre mingw-w64-libtre-git mingw-w64-p11-kit
5252
mingw-w64-tcl mingw-w64-tk mingw-w64-wineditline gdbm icu libdb
53-
libedit libgdbm perl perl-.* mingw-w64-tzdata"
53+
libedit libgdbm perl perl-.* mingw-w64-tzdata
54+
mingw-w64-git-svn subversion libserf apr apr-util expat libexpat liblz4"
5455
fi
5556
if test -z "$INCLUDE_GIT_UPDATE"
5657
then
@@ -347,7 +348,7 @@ else
347348
-e '^/usr/bin/\(stty\|sum\|sync\|tac\|tee\|timeout\)\.exe$' \
348349
-e '^/usr/bin/\(truncate\|tsort\|tty\|tzset\|umount\)\.exe$' \
349350
-e '^/usr/bin/\(unexpand\|unlink\|users\|vdir\|who.*\)\.exe$' \
350-
-e '^/usr/bin/msys-\(cilkrts\|ssl\)-.*\.dll$' \
351+
-e '^/usr/bin/msys-\(cilkrts\|ssl\|uuid\)-.*\.dll$' \
351352
-e '^/usr/bin/msys-sqlite3[a-z].*\.dll$' \
352353
-e '^/usr/bin/msys-\(gomp.*\|vtv.*\)-.*\.dll$' \
353354
-e '^/usr/lib/\(awk\|coreutils\|gawk\|openssl\|pkcs11\)/' \

0 commit comments

Comments
 (0)