ansible/packaging
Matthew Pherigo 8ecb023939 pkgng: add 'batch' parameter
Some packages attempt to prompt the user for certain settings during
installation. Thus, this parameter sets the environment variable
$BATCH to 'yes', which forces package installation scripts to accept
default values for these interactive prompts. This should work for all
prompts that have a default value and aren't implemented through a
custom script (as this variable is built into the ports/package system).

FIXME: Package install should fail if it prompts and batch isn't set;
currently, the install hangs indefinitely.
TODO: Allow user to specify the answers to certain prompts.

I (github.com/mwpher) have NOT tested this with any packages besides
bsdstats. It's a small improvement, but not a complete answer to all
the complexities of package installation.
2015-02-03 13:22:21 -06:00
..
language Merge pull request #19 from komuta/fix-composer-dryrun 2015-02-03 07:33:30 -05:00
os pkgng: add 'batch' parameter 2015-02-03 13:22:21 -06:00
__init__.py Add missing __init__.py files for find_package() to work 2014-10-03 16:34:28 -07:00