diff options
author | Konstantin Kulikov <k.kulikov2@gmail.com> | 2019-10-03 01:31:11 +0300 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2019-10-24 21:45:22 +0200 |
commit | ca43f7e226811a10fa1196b24e2c6b6608ef0c7f (patch) | |
tree | 3c6153bef21c81422f093c975bb90d9464f20db6 /testing/grafana/phantomjs | |
parent | 17f424c386842c7d375422415e54ab067645c8b8 (diff) | |
download | aports-ca43f7e226811a10fa1196b24e2c6b6608ef0c7f.tar.bz2 aports-ca43f7e226811a10fa1196b24e2c6b6608ef0c7f.tar.xz |
testing/grafana: upgrade to 6.4.1
update xerrors to latest for go1.13 compability
switch to modules (requirement for above)
remove phantomjs stub (replaced with grafana-image-renderer)
cleanup conf.d file
Diffstat (limited to 'testing/grafana/phantomjs')
-rw-r--r-- | testing/grafana/phantomjs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testing/grafana/phantomjs b/testing/grafana/phantomjs deleted file mode 100644 index c8b5b4246f..0000000000 --- a/testing/grafana/phantomjs +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -echo 'Phantomjs not supported on alpine' >&2 -exit 1 - |