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 Grafana repository (x86) #538

Closed
jtag66 opened this issue Mar 4, 2019 · 2 comments
Closed

Update Grafana repository (x86) #538

jtag66 opened this issue Mar 4, 2019 · 2 comments

Comments

@jtag66
Copy link

jtag66 commented Mar 4, 2019

The Grafana repository for x86 changed from packagecloud.io to grafana.com:

Locate line 662 ff: "echo -n "Installing Grafana...""
change line 676 (just behind "else") to: cond_redirect wget -O - https://packages.grafana.com/gpg.key | apt-key add - || FAILED=2
change line 677 to: echo "deb https://packages.grafana.com/oss/deb stable main" > /etc/apt/sources.list.d/grafana.list || FAILED=2
comment out lines 678 - 680 (cause I see no specifics for ubuntu here)

@EliasGabrielsson
Copy link
Contributor

Related to this: #437
Please provide a patch and I will merge it.

@jtag66
Copy link
Author

jtag66 commented Mar 8, 2019

It's not the same as #437 - update arm repos but will update x86 repos.
Sorry for the delay - I've never used github before and need some time to figure out, how to provide a patch :-)

EliasGabrielsson added a commit to EliasGabrielsson/openhabian that referenced this issue Mar 20, 2019
* Restructure to individual file to make test handling clear
* Update Grafana repository, closes openhab#437, openhab#538
* Added simple test cases for installation of Grafana and InfluxDB, closes #openhab#521

Signed-off-by: Elias Gabrielsson <[email protected]>
EliasGabrielsson added a commit to EliasGabrielsson/openhabian that referenced this issue Apr 2, 2019
* Restructure to individual file to make test handling clear
* Update Grafana repository, closes openhab#437, openhab#538
* Added simple test cases for installation of Grafana and InfluxDB, closes #openhab#521

Signed-off-by: Elias Gabrielsson <[email protected]>
EliasGabrielsson added a commit that referenced this issue Apr 3, 2019
* Restructure to individual file to make test handling clear
* Update Grafana repository, closes #437, #538
* Added simple test cases for installation of Grafana and InfluxDB, closes ##521

Signed-off-by: Elias Gabrielsson <[email protected]>
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

No branches or pull requests

2 participants