Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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