From b66d8e94b3f01c5903cd1a0ab6e17842719bdb8d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 2 Dec 2024 11:43:30 +0100 Subject: [PATCH 1/2] fixup! release: create initial Windows installer build workflow The Git Fundamentals team is no more, and hasn't been for almost a year. The current owner is the GitClient team (continuity is ensured, though, by virtue of the same people taking care of `microsoft/git` as before). Signed-off-by: Johannes Schindelin --- .github/workflows/build-git-installers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index a928d1c63e0e28..e2c80902289292 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -213,11 +213,11 @@ jobs: sed -i -e '6 a use_recently_seen=no' \ $b/git-update-git-for-windows - - name: Set the installer Publisher to the Git Fundamentals team + - name: Set the installer Publisher to the GitClient team shell: bash run: | b=/usr/src/build-extra && - sed -i -e 's/^\(AppPublisher=\).*/\1The Git Fundamentals Team at GitHub/' $b/installer/install.iss + sed -i -e 's/^\(AppPublisher=\).*/\1The GitClient Team at Microsoft/' $b/installer/install.iss - name: Let the installer configure Visual Studio to use the installed Git shell: bash run: | From a68ad0290c111e8e7aaf474e707ccdfec636f506 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 2 Dec 2024 11:43:30 +0100 Subject: [PATCH 2/2] fixup! release: build unsigned Ubuntu .deb package The Git Fundamentals team is no more, and hasn't been for almost a year. The current owner is the GitClient team (continuity is ensured, though, by virtue of the same people taking care of `microsoft/git` as before). Signed-off-by: Johannes Schindelin --- .github/workflows/build-git-installers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-git-installers.yml b/.github/workflows/build-git-installers.yml index e2c80902289292..9ae95f20bad4b3 100644 --- a/.github/workflows/build-git-installers.yml +++ b/.github/workflows/build-git-installers.yml @@ -537,7 +537,7 @@ jobs: Priority: optional Architecture: $ARCH Depends: libcurl3-gnutls, liberror-perl, libexpat1, libpcre2-8-0, perl, perl-modules, zlib1g - Maintainer: Git Fundamentals + Maintainer: GitClient Description: Git client built from the https://github.com/microsoft/git repository, specialized in supporting monorepo scenarios. Includes the Scalar CLI. EOF