-
Notifications
You must be signed in to change notification settings - Fork 106
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
Update repo urls #314
Conversation
4e7aa17
to
8355e4a
Compare
The failure of the CI checks seem to be unrelated to my changes |
@promasu can you please rebase against our master branch? that should fix the errors. |
Perfect thanks |
fixes voxpupuli#278 refs voxpupuli#151 Signed-off-by: Adrian Nöthlich <[email protected]>
The failing CI run seems to be related to some problem on Grafana side. ~ # 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? |
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? |
The problem is not with the latest version but with a broken beta repository on Grafanas side |
There was a problem hiding this 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.
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