feat(dogfood): add git from git-core ppa (#12564)

This commit is contained in:
Cian Johnston 2024-03-12 17:28:07 +00:00 committed by GitHub
parent 8489b4dfb1
commit 901668ad4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 0 deletions

View File

@ -17,3 +17,8 @@ Pin-Priority: 500
Package: neovim-runtime
Pin: origin ppa.launchpad.net
Pin-Priority: 500
# Git
Package: git
Pin: origin ppa.launchpad.net
Pin-Priority: 500

View File

@ -1,2 +1,3 @@
deb [signed-by=/usr/share/keyrings/ansible.gpg] https://ppa.launchpadcontent.net/ansible/ansible/ubuntu focal main
deb [signed-by=/usr/share/keyrings/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/stable/ubuntu focal main
deb [signed-by=/usr/share/keyrings/git-core.gpg] https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy main

Binary file not shown.

View File

@ -59,4 +59,8 @@ curl "${curl_flags[@]}" "https://apt.releases.hashicorp.com/gpg" |
# GitHub CLI signing key
curl "${curl_flags[@]}" "https://cli.github.com/packages/githubcli-archive-keyring.gpg" |
gpg "${gpg_flags[@]}" --output="github-cli.gpg"
# Git-Core signing key
curl "${curl_flags[@]}" "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xE1DD270288B4E6030699E45FA1715D88E1DF1F24" |
gpg "${gpg_flags[@]}" --output="git-core.gpg"
popd