Merge branch 'update-ci' of github.com:sinclairpaul/addon-chrony into update-ci

This commit is contained in:
Paul Sinclair 2021-01-20 16:51:24 -05:00
commit 856384f4a7
No known key found for this signature in database
GPG key ID: 779C7A23E1AA845D
2 changed files with 6 additions and 9 deletions

View file

@ -81,12 +81,12 @@ functionality. The format of the log is based on
[Keep a Changelog][keepchangelog]. [Keep a Changelog][keepchangelog].
Releases are based on [Semantic Versioning][semver], and use the format Releases are based on [Semantic Versioning][semver], and use the format
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
based on the following: based on the following:
- ``MAJOR``: Incompatible or major changes. - `MAJOR`: Incompatible or major changes.
- ``MINOR``: Backwards-compatible new features and enhancements. - `MINOR`: Backwards-compatible new features and enhancements.
- ``PATCH``: Backwards-compatible bugfixes and package updates. - `PATCH`: Backwards-compatible bugfixes and package updates.
## Support ## Support

View file

@ -19,10 +19,7 @@
"set_system_clock": true, "set_system_clock": true,
"mode": "pool", "mode": "pool",
"ntp_pool": "pool.ntp.org", "ntp_pool": "pool.ntp.org",
"ntp_server": [ "ntp_server": ["54.39.13.155", "briareus.schulte.org"]
"54.39.13.155",
"briareus.schulte.org"
]
}, },
"schema": { "schema": {
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?", "log_level": "list(trace|debug|info|notice|warning|error|fatal)?",