#932 PR merged: error out instead of bugerror for not implemented URI schemes

Labels: enhancement, cleanup, fixed / solved / done

jsmeix opened issue at 2016-07-20 09:06:

see https://github.com/rear/rear/issues/931
and
some other fixes:

  • first steps to be prepared for 'set -e' which means
    replaced COMMAND ; StopIfError
    with COMMAND || Error
  • in output/PXE/default/82_copy_to_net.sh
    error out in case of "Problem transferring..."
    for each result file (before it only errors out
    in case of "Problem transferring..." for the last
    result file because the Errot was after the for loop)

jsmeix commented at 2016-07-21 07:25:

After I slept on it I still think this is the right thing to do.
Therefore I merge it.


[Export of Github issue for rear/rear.]