-
-
Notifications
You must be signed in to change notification settings - Fork 254
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
Milestone
Comments
Related to this: #437 |
It's not the same as #437 - update arm repos but will update x86 repos. |
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]>
EliasGabrielsson
modified the milestones:
v1.6 Hardware Image - Bullseye,
Upcoming Development
Aug 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: