Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tehmaze/yummie
Automated system upgrades using yum
https://github.com/tehmaze/yummie
centos patches redhat rhel rpm unattended-upgrades yum
Last synced: 9 days ago
JSON representation
Automated system upgrades using yum
- Host: GitHub
- URL: https://github.com/tehmaze/yummie
- Owner: tehmaze
- Created: 2013-01-28T12:14:48.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T13:00:11.000Z (over 6 years ago)
- Last Synced: 2024-05-01T20:38:02.998Z (6 months ago)
- Topics: centos, patches, redhat, rhel, rpm, unattended-upgrades, yum
- Language: Python
- Size: 16.6 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yummie
Automated system upgrades using yum.
## Usage
You can specify options via the command line, use `yummie --help` to see what
commands are available. Yummie uses an ini-style configuration file, default it
is installed in `/etc/yum/yummie.conf`.## Configuration
### Package exclusions
You can specify strings or globs to match package names. Packages listed in the
`packages` section will be excluded from automated upgrades.To prevent apache from upgrading automatically, add:
[package]
exclude.apache = httpd*### Repository exclusions
You can specify strings or globs to match repository names. Packages in the
repositories listed in the `repository` section will be excluded from automated
upgrades.To prevent packages in the `mysql` repository from upgrading automatically,
add:[repository]
exclude.mysql = mysql*## Bugs/Features
You can issue a ticket in GitHub: https://github.com/tehmaze/yummie/issues