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: 12 months 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T13:00:11.000Z (about 8 years ago)
- Last Synced: 2024-10-28T13:08:43.675Z (over 1 year 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