First off, I love the idea of this tool, screw autoconf!
I am trying to use hell to build nasm, but I cannot use sudo in my scripts.
It would be nice if the file /etc/satan.conf were optional, either by allowing a custom conf file to be placed somewhere else or if the configuration could be provided with arguments directly. Either approach would be fine.
The reason I cannot use sudo is because my script is running as part of a CI pipeline where elevation is not allowed.
I managed to build and install satan and demiurge by running "make install PREFIX=/some/user/writable/directory", but the /etc/satan.conf path is currently hardcoded.
First off, I love the idea of this tool, screw autoconf!
I am trying to use hell to build nasm, but I cannot use sudo in my scripts.
It would be nice if the file /etc/satan.conf were optional, either by allowing a custom conf file to be placed somewhere else or if the configuration could be provided with arguments directly. Either approach would be fine.
The reason I cannot use sudo is because my script is running as part of a CI pipeline where elevation is not allowed.
I managed to build and install satan and demiurge by running "make install PREFIX=/some/user/writable/directory", but the /etc/satan.conf path is currently hardcoded.