terrapkg / packages

Monorepo for Terra Packages
https://terra.fyralabs.com
GNU General Public License v3.0
36 stars 17 forks source link

[BUG] repomd.xml GPG signature verification error: Bad PGP signature #1300

Closed PoorPocketsMcNewHold closed 1 month ago

PoorPocketsMcNewHold commented 1 month ago

Describe the bug Hi, I'm experiencing issues with the Terra repo recently, and wondered if any changes of infrastructure happened. I couldn't find any "central" status place or account about the Terra repo or Fyrelabs in itself so i was a bit confused if it has indeed been marked as known or expected. repomd.xml GPG signature verification error: Bad PGP signature

To Reproduce Steps to reproduce the behavior:

  1. sudo dnf upgrade
  2. See error
    ❯ sudo dnf upgrade
    Fedora 39 - x86_64 - Updates                                                                                                                                                                                                                                                                                                                                                                                 3.9 kB/s | 2.0 kB     00:00    
    Terra 39                                                                                                                                                                                                                                                                                                                                                                                                     1.5 kB/s | 281  B     00:00    
    Terra 39                                                                                                                                                                                                                                                                                                                                                                                                     7.3 kB/s | 709  B     00:00    
    Terra 39                                                                                                                                                                                                                                                                                                                                                                                                     1.5 kB/s | 281  B     00:00    
    Error: Échec du téléchargement des métadonnées pour le dépôt « terra » : repomd.xml GPG signature verification error: Bad PGP signature
    Dépôts ignorés : terra

Expected behavior Should manage to download the metadata from the server, and not fail at a GPG signature verification error issue.

Screenshots If applicable, add screenshots to help explain your problem.

Affected (please complete the following information):

Additional context Potentially #372 or #376 all over again ? Content of /etc/yum.repos.d/terra.repo

[terra]
name=Terra $releasever
baseurl=https://repos.fyralabs.com/terra$releasever
type=rpm
skip_if_unavailable=True
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc
enabled=1
enabled_metadata=1
metadata_expire=4h
madonuko commented 1 month ago

Thanks for the report! This should've been fixed 40 minutes ago, apparently subatomic bugged and it's now fine after a restart.

PoorPocketsMcNewHold commented 1 month ago

It's still happening for me 7 hours after that. :/

lleyton commented 1 month ago

I’ll look into this soon

lleyton commented 1 month ago

Should be fixed now! Let me know if you still encounter the issue.

PoorPocketsMcNewHold commented 1 month ago

Nope. I confirm it works well now! Thanks.