Skip to content

Commit

Permalink
Adjust the publisher of the Debian package (#711)
Browse files Browse the repository at this point in the history
The Debian package contains a mandatory `Maintainer` entry; Previously,
the Git Fundamentals team was mentioned there.

However, 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).

Let's adjust things accordingly.
  • Loading branch information
mjcheetham authored Dec 4, 2024
2 parents 959f15a + a68ad02 commit 2dc56ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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 <git-fundamentals@github.com>
Maintainer: GitClient <gitclient@microsoft.com>
Description: Git client built from the https://github.com/microsoft/git repository,
specialized in supporting monorepo scenarios. Includes the Scalar CLI.
EOF
Expand Down

0 comments on commit 2dc56ed

Please sign in to comment.