diff options
author | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-08 03:59:31 -0800 |
---|---|---|
committer | jabirkkclt <jabir.kanhira.kadavathu@intel.com> | 2019-11-08 04:00:36 -0800 |
commit | 1ee1bfce772b769508bca634b1ccfb914a8d0009 (patch) | |
tree | 80f25ae7a35ca348441a80b71918295f861c2171 /ci/utility | |
parent | cc79a0746a6dc477749e3276662e35df3e82aab9 (diff) |
Moving the collectd version from 5.8 to 5.10
Signed-off-by: jabirkkclt <jabir.kanhira.kadavathu@intel.com>
Change-Id: I1579a2bd0ef2280134fc13183ebafeb444b752f9
Diffstat (limited to 'ci/utility')
-rwxr-xr-x | ci/utility/package-list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/utility/package-list.sh b/ci/utility/package-list.sh index 0ca4aea6..cb46c7b1 100755 --- a/ci/utility/package-list.sh +++ b/ci/utility/package-list.sh @@ -24,4 +24,4 @@ CMTCAT_BRANCH=8b27ad757e86a01bc51eafcb9e600605ff1beca4 CMTCAT_VERSION="v1.1.0" COLLECTD_REPO=https://github.com/collectd/collectd.git -COLLECTD_BRANCH=collectd-5.8 +COLLECTD_BRANCH=collectd-5.10 |