Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux system reports w04 #686

Merged
merged 8 commits into from
Jan 26, 2023
Merged

Linux system reports w04 #686

merged 8 commits into from
Jan 26, 2023

Conversation

bitrise-tom
Copy link
Contributor

No description provided.

@bitrise-tom bitrise-tom requested a review from a team as a code owner January 24, 2023 14:35
@josinaldobarbosa
Copy link

josinaldobarbosa commented Jan 26, 2023

@bitrise-tom hello, can you help me?, when I call the command sudo apt-get update it returns a signature error, until last week it was working.

Android & Docker, on Ubuntu 20.04

Get:1 https://download.docker.com/linux/ubuntu focal InRelease [57.7 kB]
Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
Get:3 https://packages.cloud.google.com/apt cloud-sdk InRelease [6,361 B]
Err:2 https://dl.yarnpkg.com/debian stable InRelease
  The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <[email protected]>
Get:4 https://deb.nodesource.com/node_16.x focal InRelease [4,583 B]
Get:5 https://download.docker.com/linux/ubuntu focal/stable amd64 Packages [26.4 kB]
Get:7 https://packages.cloud.google.com/apt cloud-sdk/main amd64 Packages [379 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Get:9 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:10 https://deb.nodesource.com/node_16.x focal/main amd64 Packages [773 B]
Get:11 https://packages.cloud.google.com/apt cloud-sdk/main i386 Packages [253 kB]
Get:12 http://ppa.launchpad.net/git-core/ppa/ubuntu focal InRelease [23.8 kB]
Get:6 https://packagecloud.io/github/git-lfs/ubuntu focal InRelease [24.4 kB]
Get:13 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal InRelease [23.8 kB]
Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1,879 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:18 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main amd64 Packages [3,168 B]
Get:15 https://packagecloud.io/github/git-lfs/ubuntu focal/main amd64 Packages [3,134 B]
Get:20 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
Get:21 http://archive.ubuntu.com/ubuntu focal/multiverse i386 Packages [88.9 kB]
Get:22 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
Get:19 https://packagecloud.io/github/git-lfs/ubuntu focal/main i386 Packages [3,117 B]
Get:23 http://ppa.launchpad.net/git-core/ppa/ubuntu focal/main i386 Packages [3,164 B]
Get:24 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [27.7 kB]
Get:25 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [671 kB]
Get:26 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [711 kB]
Get:27 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [984 kB]
Get:28 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal/main amd64 Packages [16.5 kB]
Get:29 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.4 kB]
Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,437 kB]
Get:31 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [8,131 B]
Get:32 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu focal/main i386 Packages [16.4 kB]
Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1,275 kB]
Get:34 http://archive.ubuntu.com/ubuntu focal/restricted i386 Packages [10.1 kB]
Get:35 http://archive.ubuntu.com/ubuntu focal/main i386 Packages [930 kB]
Get:36 http://archive.ubuntu.com/ubuntu focal/universe i386 Packages [5,999 kB]
Get:37 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2,916 kB]
Get:39 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,003 kB]
Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [969 kB]
Get:41 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [37.0 kB]
Get:42 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [878 kB]
Get:43 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [9,567 B]
Get:44 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,288 kB]
Get:45 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [31.2 kB]
Get:46 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [15.5 kB]
Get:47 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB]
Get:48 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB]
Get:49 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [43.4 kB]
Reading package lists...
W: GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <[email protected]>
E: The repository 'https://dl.yarnpkg.com/debian stable InRelease' is not signed.

i am using this to get around this problem
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -

@bitrise-tom
Copy link
Contributor Author

@josinaldobarbosa A gpg key from the yarn repository has expired.
I am building a new stack to get out as soon as possible to add the key.

In the mean-time, you can run this command to add the key before running an apt-get update
apt-key adv --keyserver hkps://keyserver.ubuntu.com --refresh-keys

@bitrise-tom bitrise-tom merged commit ffc17f6 into master Jan 26, 2023
@bitrise-tom bitrise-tom deleted the linux-system-reports-w04 branch January 26, 2023 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants