Closed jedahan closed 3 years ago
I may do what you suggest (build == build only).
This commit should get you up and running for now at least.
Pushed a less intrusive fix (at least for now). Simply making KISS_PROMPT=0
skip the post-build prompt entirely.
Description
I would like to only build packages, not install.
This is for running a build server, testing, and scripting the package manager.
KISS_PROMPT=0
will auto-install, andkiss build somepackage
will wait for user input.Ideas
Ideally,
kiss build
would only build a package, and not prompt for install.If
kiss install
did the equivalent of today'sKISS_PROMPT=0 kiss build
then we could remove that use case forkiss install
which would simplify things and makekiss
friendlier with other scripts.