On Fri, Jan 11, 2019 at 01:51:53PM +0100, Thomas Lange wrote:
> since you did not justified why this bug is grave, I will downgrade
> it to normal.

Well, I consider it RC for the cloud stuff as it makes image build silently
break.  Do you really want to play this every time?

> Did you tried to set STOP_ON_ERROR to a lower value? 

I looked at the code and this variable is not used near the hook stuff:

| call_hook() {
|     for cl in $classes; do
|         hfile=$FAI/hooks/$hook.$cl
|         if [ -x $hfile ]; then
|             $hfile $dflag "$@"
|             check_status $hook.$cl $?
|         fi
|     done
| }

> I have ideas how to add this feature also to hook, and I will try to
> implement this soon.

set -e works wonders.

Bastian

-- 
... The prejudices people feel about each other disappear when they get
to know each other.
                -- Kirk, "Elaan of Troyius", stardate 4372.5

Reply via email to