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

Update repo urls #314

Merged
merged 1 commit into from
Mar 22, 2023
Merged

Update repo urls #314

merged 1 commit into from
Mar 22, 2023

Conversation

promasu
Copy link

@promasu promasu commented Mar 17, 2023

Pull Request (PR) description

Grafana Labs updated their repository structure and replaced their generic packages.grafana.com with distribution specific URLs.
This PR sets the new repository URLs

This Pull Request (PR) fixes the following issues

Fixes #278

Refs #151

@promasu promasu force-pushed the main branch 2 times, most recently from 4e7aa17 to 8355e4a Compare March 17, 2023 11:34
@promasu
Copy link
Author

promasu commented Mar 17, 2023

The failure of the CI checks seem to be unrelated to my changes

@bastelfreak
Copy link
Member

@promasu can you please rebase against our master branch? that should fix the errors.

@promasu
Copy link
Author

promasu commented Mar 17, 2023

Perfect thanks

fixes voxpupuli#278
refs voxpupuli#151

Signed-off-by: Adrian Nöthlich <[email protected]>
@promasu
Copy link
Author

promasu commented Mar 20, 2023

The failing CI run seems to be related to some problem on Grafana side.
I just tested on a Debian host manually:

~ # apt-cache policy grafana
grafana:
  Installed: 9.4.3
  Candidate: 9.4.3
  Version table:
 *** 9.4.3 100
        100 /var/lib/dpkg/status
     9.4.0~beta1 500
        500 https://apt.grafana.com beta/main amd64 Packages
     9.3.0~beta1 500
        500 https://apt.grafana.com beta/main amd64 Packages
     7.4.3 500
        500 https://apt.postgresql.org/pub/repos/apt bullseye-pgdg/main amd64 Packages

~ # apt install grafana=9.4.0~beta1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be DOWNGRADED:
  grafana
0 upgraded, 0 newly installed, 1 downgraded, 0 to remove and 1 not upgraded.
Need to get 84.0 MB of archives.
After this operation, 201 kB disk space will be freed.
Do you want to continue? [Y/n] y
Err:1 https://apt.grafana.com beta/main amd64 grafana amd64 9.4.0~beta1
  404  Not Found [IP: 2a04:4e42:8d::729 443]
E: Failed to fetch https://apt.grafana.com/pool/main/g/grafana/grafana_9.4.0%7ebeta1_amd64.deb  404  Not Found [IP: 2a04:4e42:8d::729 443]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

@lbrachet
Copy link

Hi @promasu

If I try to get the latest stable version: https://apt.grafana.com/pool/main/g/grafana/grafana_9.4.7_amd64.deb it's working from my side.

Maybe you could merge your PR + this #315 in order to have the tests in good health?

@promasu
Copy link
Author

promasu commented Mar 22, 2023

The problem is not with the latest version but with a broken beta repository on Grafanas side

Copy link
Member

@smortex smortex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good!

CI failures are unrelated.

@smortex smortex merged commit 3066848 into voxpupuli:master Mar 22, 2023
@promasu promasu deleted the main branch March 22, 2023 19:34
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.

Failure to install Grafana using module on fresh install of Debian 11
4 participants