release v0.1.0

This commit is contained in:
JerryXiao 2021-01-30 11:57:04 +08:00
parent f95a66c7ea
commit 3d28f3a20b
Signed by: Jerry
GPG key ID: 9D9CE43650FF2BAA
2 changed files with 8 additions and 1 deletions

View file

@ -34,3 +34,10 @@ Put your hold packages in a json keyval {package name: regex}, where the regex s
If pacroller observes any changes of the matching group or the hold package is to be removed, it refuses to upgrade further.
### ignored pacnew
A list of pacnew files that are silently ignored during parsing, any other pacnews will trigger a waring and prevent further upgrades.
## Limitations
- Dracut is not supported, however it's easy to add another set of rules.
- Custom pacman hooks are not supported.
- Restarting the whole system after a kernel upgrade is not implemented.
- Human interaction is required occasionally.
- Does not check news from archlinux.org

View file

@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name="pacroller",
version="0.0.1",
version="0.1.0",
author="Jerry Xiao",
author_email="pacroller@mail.jerryxiao.cc",
description="unattended upgrade for archlinux",