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

Allow new cvmfs-libs package #180

Merged
merged 5 commits into from
Aug 17, 2023
Merged

Conversation

traylenator
Copy link
Contributor

@traylenator traylenator commented Aug 16, 2023

Pull Request (PR) description

Since cvmfs 2.10.0 was released the cvmfs packages have spawned a new sub package cvmfs-libs.

On RedHat where the package list is restricted allow this package to be installed.

Resolves

Aug 16 16:57:15 lx.example.ch dnf-distro-sync[1230631]:   - cannot install the best update candidate for package cvmfs-2.10.1-1.el9.x86_64
Aug 16 16:57:15 lx.example.ch dnf-distro-sync[1230631]:   - package cvmfs-libs-2.11.0-1.el9.x86_64 is filtered out by exclude filtering

This Pull Request (PR) fixes the following issues

Fixes #179
Fixes #181
Fixes #183

Since cvmfs 2.10.0 was released the cvmfs packages have spawned a new
sub package cvmfs-libs.

On RedHat where the package list is restricted allow this package
to be installed.

Resolves

```
Aug 16 16:57:15 lx.example.ch dnf-distro-sync[1230631]:   - cannot install the best update candidate for package cvmfs-2.10.1-1.el9.x86_64
Aug 16 16:57:15 lx.example.ch dnf-distro-sync[1230631]:   - package cvmfs-libs-2.11.0-1.el9.x86_64 is filtered out by exclude filtering
```
@traylenator traylenator added the bug Something isn't working label Aug 16, 2023
@traylenator
Copy link
Contributor Author

Hmm,

All Debian familes are failing with:

 Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: W: GPG error: https://cvmrepo.s3.cern.ch/cvmrepo/apt focal-prod Release: The following signatures were invalid: BADSIG 230D389D8AE45CE7 CernVM Administrator (cvmadmin) <[email protected]>
  Notice: /Stage[main]/Apt::Update/Exec[apt_update]/returns: E: The repository 'https://cvmrepo.s3.cern.ch/cvmrepo/apt focal-prod Release' is not signed.

@olifre
Copy link
Contributor

olifre commented Aug 16, 2023

All Debian familes are failing with:

It seems the repo is borked:

$ curl -v https://cvmrepo.s3.cern.ch/cvmrepo/apt/dists/bullseye-prod/Release.gpg
...
< last-modified: Tue, 28 Feb 2023 09:28:27 GMT
...
$ curl https://cvmrepo.s3.cern.ch/cvmrepo/apt/dists/bullseye-prod/Release
...
Date: Wed, 16 Aug 2023 10:24:12 +0000
...

i.e. the GPG signature for the Release file was not updated, but the Release file was modified.

@olifre
Copy link
Contributor

olifre commented Aug 16, 2023

@traylenator I've dropped a note to [email protected] right now, we can probably just re-run CI here once the repos are fixed 😉.

@traylenator
Copy link
Contributor Author

Has to be away to re-run all the tests - not just one by one ....

@bastelfreak bastelfreak merged commit eca5370 into voxpupuli:master Aug 17, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants