1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Merge pull request #48 from YunoHost-Apps/testing

This commit is contained in:
JimboJoe 2020-05-13 09:38:27 +02:00 committed by GitHub
commit e5c0b14240
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 6 deletions

View file

@ -4,13 +4,18 @@ Changelog
## Unreleased
- Nothing for now...
## [1.22.1~ynh1](https://github.com/YunoHost-Apps/netdata_ynh/pull/48) - 2020-05-13
#### Changed
* [Update to 1.22.1](https://github.com/YunoHost-Apps/netdata_ynh/pull/48)
## [1.22.0~ynh1](https://github.com/YunoHost-Apps/netdata_ynh/pull/47) - 2020-05-12
#### Added
* [Add issue_template.md](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
#### Changed
* [Update to 1.21.1](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
* [Update to 1.22.0](https://github.com/YunoHost-Apps/netdata_ynh/pull/46)
## [1.21.1~ynh2](https://github.com/YunoHost-Apps/netdata_ynh/pull/44) - 2020-04-27

View file

@ -13,7 +13,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
disrupting their core function._
**Shipped version:** 1.22.0
**Shipped version:** 1.22.1
**Customization brought by the package:**

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.22.0/netdata-v1.22.0.tar.gz
SOURCE_SUM=270cf7de482d0106c600035dde1ab4e24bc213abb6e85049ade22b76e7b905bf
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.22.1/netdata-v1.22.1.tar.gz
SOURCE_SUM=f169c8615a6823448c2f1923c87c286d798132ea29d26f366e96d26e0aec3697
SOURCE_FORMAT=tar.gz

View file

@ -6,7 +6,7 @@
"en": "real-time performance and health monitoring",
"fr": "Monitoring serveur en temps reel"
},
"version": "1.22.0~ynh1",
"version": "1.22.1~ynh1",
"url": "http://my-netdata.io/",
"license": "GPL-3.0",
"maintainer": {

View file

@ -3,7 +3,7 @@
# Common variables
#
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake libjson-c-dev"
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev liblz4-dev libjudy-dev libssl-dev cmake"
# Configure NetData
configure_netdata() {