A library for changing configuration files
A library for programmatically editing configuration files. Augeas
parses configuration files into a tree structure, which it exposes
through its public API. Changes made through the API are written back
to the initially read files.
The transformation works very hard to preserve comments and formatting
details. It is controlled by ``lens'' definitions that describe the
file format and the transformation into a tree.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / augeas
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/augeas && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
augeas-1.14.1.tar.gz | 0002653776 2.53 MB | |
augeas-modprobe-lense.patch | 0000000852 852 Bytes | |
augeas.changes | 0000075109 73.3 KB | |
augeas.keyring | 0000006956 6.79 KB | |
augeas.spec | 0000005718 5.58 KB | |
baselibs.conf | 0000000154 154 Bytes | |
gcc9-disable-broken-test.patch | 0000011025 10.8 KB |
Revision 100 (latest revision is 101)
Otto Hollmann (ohollmann)
accepted
request 1105579
from
Otto Hollmann (ohollmann)
(revision 100)
- Update to 1.14.1 * General changes/additions - internal.c: update #if to only use GNU-specific strerror_r() when GLIBC is defined (#791) Dimitry Andric - augeas.c: Fix bug from PR#691 where the nodes of a newly created file are lost upon a subsequent load operation (#810) George Hansper - HACKING.md: describe testing (#796) Laszlo Ersek - Add GitHub Actions (#714) Raphaƫl Pinson - augprint.c: remove #include <malloc.h> , add #include <libgen.h> (#792) Ruoyu Zhong * Lens changes/additions - TOML: support trailing commas in arrays (#809) Bao - Tmpfiles: allow '=', '~', '^' for letter types, allow ":" as prefix for the mode (#805) Pino Toscano - Sshd: Add keyword PubkeyAcceptedAlgorithms as comma-separated list of items (#806) Dave Re - Cmdline: Allow whitespace at the end of kernel commnd line (#798) rwmjones - Update to 1.14.0 * General changes/additions - Update submodule gnulib to 2f7479a16a3395f1429c7795f10c5d19b9b4453e (#781) - Add bash-completion for augtool, augmatch, augprint (#783) George Hansper - Fix: Allow values to contain arbitrary unbalanced square brackets (#782) George Hansper - Add package bash to build stage in Dockerfile (#776) George Hansper - Add augprint tool for creating idempotent augtool scripts (#752) George Hansper
Comments 0