v4.0.0-rc4 - add config parsing
This commit is contained in:
parent
407d61a908
commit
309c60e0b1
1
README
1
README
@ -58,4 +58,3 @@ Online documentation can be found at https://everestlinux.org/docs/libglacier
|
|||||||
Offline documentation can be accessed with the following command:
|
Offline documentation can be accessed with the following command:
|
||||||
|
|
||||||
$ man libglacier
|
$ man libglacier
|
||||||
|
|
||||||
|
@ -40,6 +40,11 @@ char GLACIER_ALLOWED_LICENSES;
|
|||||||
int GLACIER_DO_INT_CHECK;
|
int GLACIER_DO_INT_CHECK;
|
||||||
int GLACIER_VERBOSE;
|
int GLACIER_VERBOSE;
|
||||||
|
|
||||||
|
char GLACIER_REPO;
|
||||||
|
char GLACIER_ARCH;
|
||||||
|
char GLACIER_TARGET;
|
||||||
|
char GLACIER_SYSTEM_PROFILE;
|
||||||
|
|
||||||
const char *runtime_files[] = {
|
const char *runtime_files[] = {
|
||||||
"/etc/glacier.cfg",
|
"/etc/glacier.cfg",
|
||||||
"/etc/glacier/call-hooks",
|
"/etc/glacier/call-hooks",
|
||||||
|
Loading…
Reference in New Issue
Block a user