From: "Johannes Schindelin via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Johannes Schindelin <johannes.schindelin@gmx.de>
Subject: [PATCH 0/3] Some CI/buildsystems cleanup
Date: Mon, 05 May 2025 07:39:47 +0000 [thread overview]
Message-ID: <pull.1916.git.1746430790.gitgitgadget@gmail.com> (raw)
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
next reply other threads:[~2025-05-05 7:39 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-05 7:39 Johannes Schindelin via GitGitGadget [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.1916.git.1746430790.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=johannes.schindelin@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).