https://github.com/ess-dmsc/conan-graylog-logger
(Mirror: moved to https://gitlab.esss.lu.se/ecdc/ess-dmsc/conan-graylog-logger) Conan package for graylog-logger (experimental)
https://github.com/ess-dmsc/conan-graylog-logger
conan conan-graylog-logger conan-packages
Last synced: 3 months ago
JSON representation
(Mirror: moved to https://gitlab.esss.lu.se/ecdc/ess-dmsc/conan-graylog-logger) Conan package for graylog-logger (experimental)
- Host: GitHub
- URL: https://github.com/ess-dmsc/conan-graylog-logger
- Owner: ess-dmsc
- License: bsd-2-clause
- Created: 2017-09-12T16:08:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-08T10:04:22.000Z (5 months ago)
- Last Synced: 2025-01-09T03:45:53.225Z (5 months ago)
- Topics: conan, conan-graylog-logger, conan-packages
- Language: Python
- Homepage: https://gitlab.esss.lu.se/ecdc/ess-dmsc/conan-graylog-logger
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conan-graylog-logger
Conan package for graylog-logger (https://github.com/ess-dmsc/graylog-logger).
## Updating the conan package
If you have made changes to the *graylog-logger* library and subsequently also want to update the conan-package, follow these instructions:
1. Edit line 7 of the *conanfile.py*-file to set the version of the new conan package. This version should be the same as the the one indicated by the *graylog-logger* tag.
2. Edit line 15 of the *conanfile.py*-file in this repository to checkout the tag or commit of *graylog-logger* that you want to package.
3. When in the directory of the local copy of *conan-graylog-logger*, execute this command:
```
conan create .
```
Where **x.y.z-dm1** is the same version string as set on line 7 in the *conanfile.py*-file.4. Upload the new package to the relevant conan package repository by executing:
```
conan upload graylog-logger/x.y.z-dm1 --remote alias_of_repository
```Where **x.y.z-dm1** is the version of the conan package as mentioned above and **alias\_of\_repository** is exactly what it says. You can list all the repositories that your local conan installation is aware of by running: `conan remote list`.