mirror of
https://github.com/isjerryxiao/pacroller.git
synced 2024-11-13 03:42:24 +08:00
release v0.1.0
This commit is contained in:
parent
f95a66c7ea
commit
3d28f3a20b
2 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue