git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Some CI/buildsystems cleanup
@ 2025-05-05  7:39 Johannes Schindelin via GitGitGadget
  2025-05-05  7:39 ` [PATCH 1/3] ci: stop linking the `prove` cache Johannes Schindelin via GitGitGadget
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Johannes Schindelin via GitGitGadget @ 2025-05-05  7:39 UTC (permalink / raw)
  To: git; +Cc: Johannes Schindelin

This patch series drops a couple of no-longer-used parts of Git's code base.

Johannes Schindelin (3):
  ci: stop linking the `prove` cache
  contrib/buildsystems: drop support for building .vcproj/.vcxproj files
  config.mak.uname: drop the `vcxproj` target

 ci/run-build-and-tests.sh                  |   5 -
 ci/run-test-slice.sh                       |   5 -
 config.mak.uname                           |  76 ---
 contrib/buildsystems/Generators.pm         |  42 --
 contrib/buildsystems/Generators/QMake.pm   | 189 -------
 contrib/buildsystems/Generators/Vcproj.pm  | 579 ---------------------
 contrib/buildsystems/Generators/Vcxproj.pm | 402 --------------
 contrib/buildsystems/engine.pl             | 395 --------------
 contrib/buildsystems/generate              |  29 --
 contrib/buildsystems/parse.pl              | 228 --------
 10 files changed, 1950 deletions(-)
 delete mode 100644 contrib/buildsystems/Generators.pm
 delete mode 100644 contrib/buildsystems/Generators/QMake.pm
 delete mode 100644 contrib/buildsystems/Generators/Vcproj.pm
 delete mode 100644 contrib/buildsystems/Generators/Vcxproj.pm
 delete mode 100755 contrib/buildsystems/engine.pl
 delete mode 100755 contrib/buildsystems/generate
 delete mode 100755 contrib/buildsystems/parse.pl


base-commit: 6c0bd1fc70efaf053abe4e57c976afdc72d15377
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1916%2Fdscho%2Fci-fixes-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1916/dscho/ci-fixes-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1916
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-06-02 15:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05  7:39 [PATCH 0/3] Some CI/buildsystems cleanup Johannes Schindelin via GitGitGadget
2025-05-05  7:39 ` [PATCH 1/3] ci: stop linking the `prove` cache Johannes Schindelin via GitGitGadget
2025-05-05  7:39 ` [PATCH 2/3] contrib/buildsystems: drop support for building .vcproj/.vcxproj files Johannes Schindelin via GitGitGadget
2025-05-05 13:24   ` Patrick Steinhardt
2025-05-05 13:46     ` Johannes Schindelin
2025-05-05 14:33       ` Patrick Steinhardt
2025-06-02  8:38   ` Johannes Schindelin
2025-06-02 15:04     ` Junio C Hamano
2025-05-05  7:39 ` [PATCH 3/3] config.mak.uname: drop the `vcxproj` target Johannes Schindelin via GitGitGadget
2025-05-05 13:52 ` [PATCH 0/3] Some CI/buildsystems cleanup Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).