[Koha-bugs] [Bug 16083] Accept CLI params for the Makefile.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 13 15:22:34 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16083

--- Comment #3 from Nicolas Legrand <nicolas.legrand at bulac.fr> ---
Created attachment 56396
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56396&action=edit
Bug 16083 Allow cli overrides for makefile settings.

Currently the Makefile.pl script only accepts the '--prev-install-log'
commandline flag for reading Koha configuration values from the previous
installation.

The Makefile does not have help output.

The aim of this bug report is to add 2 things:
- --help output
- commandline parameters that should allow automating many of the common
settings if desired
- when commandline parameters are not passed we simply fall back to the
interactive method of old

Test Plan:

- Run the Makefile without parameters — the script should work as before.
- Run the script with the '-h' flag — it should output help.
- Run the script with any number of additional legal flags — the script should
skip those questions in its interactive mode.

Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
Reworked the log message with Bugzilla comments.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list