Liam Waldron lw-everestlinux
lw-everestlinux opened issue EverestLinux/libglacier#4 2024-12-15 13:35:57 -05:00
Test issue for webhook
lw-everestlinux pushed to main at EverestLinux/everest-web 2024-12-15 11:57:45 -05:00
3b1b0464be 12/15
lw-everestlinux pushed to main at EverestLinux/libglacier 2024-12-15 11:57:14 -05:00
d10dcd190b v4.0.2-rc - modify return values for some functions
lw-everestlinux commented on issue EverestLinux/libglacier#3 2024-12-06 09:31:03 -05:00
Rewrite some functions to allow for greater flexibility in use

So far rewrote is_process_root and runtime_exists

lw-everestlinux pushed to main at EverestLinux/libglacier 2024-12-05 17:41:51 -05:00
7d495ec7b6 v4.0.1-rc7 - reimplement some functions
lw-everestlinux opened issue EverestLinux/libglacier#3 2024-12-05 11:48:03 -05:00
Rewrite some functions to allow for greater flexibility in use
lw-everestlinux created branch main in lw-everestlinux/stdhell 2024-12-03 09:27:52 -05:00
lw-everestlinux pushed to main at lw-everestlinux/stdhell 2024-12-03 09:27:52 -05:00
150f938a8e init
lw-everestlinux created repository lw-everestlinux/stdhell 2024-12-03 09:27:14 -05:00
lw-everestlinux created branch main in lw-everestlinux/conky-config 2024-11-25 16:17:43 -05:00
lw-everestlinux pushed to main at lw-everestlinux/conky-config 2024-11-25 16:17:43 -05:00
7fcab3fe2e init
lw-everestlinux created repository lw-everestlinux/conky-config 2024-11-25 16:17:13 -05:00
lw-everestlinux renamed repository from conky-config to lw-everestlinux/conky-config-old 2024-11-25 16:17:00 -05:00
lw-everestlinux pushed to main at lw-everestlinux/i3blocks-config 2024-11-25 16:16:28 -05:00
009831503e 11/25
lw-everestlinux pushed to main at lw-everestlinux/nvim-dotfiles 2024-11-25 16:15:51 -05:00
418d494fe9 11/25
lw-everestlinux pushed to master at lw-everestlinux/i3-config 2024-11-22 13:59:27 -05:00
lw-everestlinux commented on issue EverestLinux/libglacier#1 2024-11-20 13:59:50 -05:00
Support for package integrity checking

Possible steps for integrity checking:

  • Retrieve checksum of local package
  • Download original checksum of package from some repository
  • Compare
  • Exit if checksums do not match -…
lw-everestlinux commented on issue EverestLinux/glacier#1 2024-11-20 09:54:10 -05:00
File I/O error when calling runtime_exists() from libglacier

Fixed: changed the following code at line 78:

runtime_exists();
if (errno != 0) { exit(1); }

This fix will be included in the next release

lw-everestlinux closed issue EverestLinux/glacier#1 2024-11-20 09:54:10 -05:00
File I/O error when calling runtime_exists() from libglacier
lw-everestlinux opened issue EverestLinux/glacier#1 2024-11-20 09:51:01 -05:00
File I/O error when calling runtime_exists() from libglacier