charm-tempest/src/hooks
David Ames d889d2ef26 Update pre-install hooks to fail on error
The pre-install operations may fail, yet that failure is not
elevated to the user. This masks the failure and makes early
package install issues difficult to troubleshoot.

If the basic pre-install script fails, the charm should not
proceed to later hooks as the requirements may not be met.

Hashbangs for bash should specify -e (errexit) on all of the
pre-install bash scripts.

Change-Id: I3a404f8a4d1be24e3a16e8240ebe72371579f528
Closes-bug: #1815243
Partial-bug: #1815231
2019-02-12 11:06:56 -08:00
..
install Update pre-install hooks to fail on error 2019-02-12 11:06:56 -08:00
install.real Refactor to source charm 2016-06-15 17:27:33 +00:00