From 309c60e0b14e6a76ea845564f1df3d80b37b4524 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Fri, 18 Oct 2024 18:00:17 -0400 Subject: [PATCH] v4.0.0-rc4 - add config parsing --- README | 1 - VERSION | 1 + libglacier.c | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/README b/README index 1e0080e..0352d5c 100644 --- a/README +++ b/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: $ man libglacier - diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..048bc5b --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +4.0.0-rc4 diff --git a/libglacier.c b/libglacier.c index 115c91d..e9b0fc8 100644 --- a/libglacier.c +++ b/libglacier.c @@ -40,6 +40,11 @@ char GLACIER_ALLOWED_LICENSES; int GLACIER_DO_INT_CHECK; int GLACIER_VERBOSE; +char GLACIER_REPO; +char GLACIER_ARCH; +char GLACIER_TARGET; +char GLACIER_SYSTEM_PROFILE; + const char *runtime_files[] = { "/etc/glacier.cfg", "/etc/glacier/call-hooks",