Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit144c60d

Browse files
authored
chore: upgrade fish to v4 (#17440)
1 parent8723fe9 commit144c60d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

‎dogfood/coder/files/etc/apt/sources.list.d/ppa.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
deb [signed-by=/usr/share/keyrings/ansible.gpg] https://ppa.launchpadcontent.net/ansible/ansible/ubuntu jammy main
22

3-
deb [signed-by=/usr/share/keyrings/fish-shell.gpg] https://ppa.launchpadcontent.net/fish-shell/release-3/ubuntu/ jammy main
3+
deb [signed-by=/usr/share/keyrings/fish-shell.gpg] https://ppa.launchpadcontent.net/fish-shell/release-4/ubuntu/ jammy main
44

55
deb [signed-by=/usr/share/keyrings/git-core.gpg] https://ppa.launchpadcontent.net/git-core/ppa/ubuntu jammy main
66

Binary file not shown.

‎dogfood/coder/update-keys.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ gpg_flags=(
1818
pushd"$PROJECT_ROOT/dogfood/coder/files/usr/share/keyrings"
1919

2020
# Ansible PPA signing key
21-
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6125e2a8c77f2818fb7bd15b93c4a3fd7bb9c367"|
21+
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0X6125E2A8C77F2818FB7BD15B93C4A3FD7BB9C367"|
2222
gpg"${gpg_flags[@]}" --output="ansible.gpg"
2323

2424
# Upstream Docker signing key
2525
curl"${curl_flags[@]}""https://download.docker.com/linux/ubuntu/gpg"|
2626
gpg"${gpg_flags[@]}" --output="docker.gpg"
2727

2828
# Fish signing key
29-
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x59fda1ce1b84b3fad89366c027557f056dc33ca5"|
29+
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x88421E703EDC7AF54967DED473C9FCC9E2BB48DA"|
3030
gpg"${gpg_flags[@]}" --output="fish-shell.gpg"
3131

3232
# Git-Core signing key
@@ -50,15 +50,15 @@ curl "${curl_flags[@]}" "https://apt.releases.hashicorp.com/gpg" |
5050
gpg"${gpg_flags[@]}" --output="hashicorp.gpg"
5151

5252
# Helix signing key
53-
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x27642b9fd7f1a161fc2524e3355a4fa515d7c855"|
53+
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x27642B9FD7F1A161FC2524E3355A4FA515D7C855"|
5454
gpg"${gpg_flags[@]}" --output="helix.gpg"
5555

5656
# Microsoft repository signing key (Edge)
5757
curl"${curl_flags[@]}""https://packages.microsoft.com/keys/microsoft.asc"|
5858
gpg"${gpg_flags[@]}" --output="microsoft.gpg"
5959

6060
# Neovim signing key
61-
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9dbb0be9366964f134855e2255f96fcf8231b6dd"|
61+
curl"${curl_flags[@]}""https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x9DBB0BE9366964F134855E2255F96FCF8231B6DD"|
6262
gpg"${gpg_flags[@]}" --output="neovim.gpg"
6363

6464
# NodeSource signing key

‎site/src/modules/resources/AgentLogs/mocks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ export const MockLogs = [
612612
id:3295813,
613613
level:"info",
614614
output:
615-
"Hit:16 https://ppa.launchpadcontent.net/fish-shell/release-3/ubuntu jammy InRelease",
615+
"Hit:16 https://ppa.launchpadcontent.net/fish-shell/release-4/ubuntu jammy InRelease",
616616
time:"2024-03-14T11:31:07.827832Z",
617617
sourceId:"d9475581-8a42-4bce-b4d0-e4d2791d5c98",
618618
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp