v4.0.0-rc4 - add config parsing

This commit is contained in:
Liam Waldron 2024-10-18 18:00:17 -04:00
parent 407d61a908
commit 309c60e0b1
3 changed files with 6 additions and 1 deletions

1
README
View File

@ -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

1
VERSION Normal file
View File

@ -0,0 +1 @@
4.0.0-rc4

View File

@ -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",