holo
holo copied to clipboard
Minimalistic configuration management
The static-check fails, which seems to be related to formatting. See attachment for the log output [holo_output.log](https://github.com/holocm/holo/files/9431881/holo_output.log)
Currently, `holoscripts` get run by basically including this `.install` script **in each package**: ```sh #!/bin/sh post_install() { holo apply } post_upgrade() { holo apply } post_remove() { holo apply }...
Hi, I use the following toml file to create a user: [[user]] name = "mipi" system = false comment = "mipi" groups = [ "wheel", "network", "audio", "video", "sys" ]...
```console > sudo holo apply file:/etc/pacman.conf Working on file:/etc/pacman.conf store at /usr/share/holo/var/lib/holo/files/base/etc/pacman.conf passthru /usr/share/holo/files/20-paru/etc/pacman.conf.holoscript passthru /usr/share/holo/files/30-locale/etc/pacman.conf.holoscript passthru /usr/share/holo/files/30-sysconfig/etc/pacman.conf.holoscript ``` The path in the line that starts with `store at` is...
When building [holo v3.0.0 from the AUR](https://aur.archlinux.org/packages/holo/) it fails during `make check` with the following error: ``` >> All tests for holo help text completed successfully. HOLO_BINARY="/tmp/pkg/src/holo-3.0.0/build/holo.test" HOLO_TEST_COVERDIR="/tmp/pkg/src/holo-3.0.0/test/cov" HOLO_TEST_SCRIPTPATH="/tmp/pkg/src/holo-3.0.0/util" ./util/holo-test...
The last release was over three years ago, so we have a bit of ecosystem evolution to catch up to: - [x] switch from golangvend to go.mod - [x] switch...
# Steps to reproduce 1) Create hologram/holodeck with user who is in a few groups 2) Install said hologram/holodeck 3) Create another hologram which puts the existing user into an...
Creating a Pull Request for this one, since it definitely needs reviewed. I'm fairly confident that the included tests will only pass with GNU patch; different patch implementations have too...
I'm looking into building a Debian package for this repo, and the following things would be nice to conform to all their optional rules: - [ ] have a `CHANGELOG`...