#1940 PR merged
: Support simulation mode for dump and help workflows plus better help workflow¶
Labels: enhancement
, fixed / solved / done
, minor bug
jsmeix opened issue at 2018-10-23 11:53:¶
-
Type: Bug Fix Enhancement
-
Impact: Low
-
Reference to related issue (URL):
https://github.com/rear/rear/issues/1901
https://github.com/rear/rear/issues/1939 -
How was this pull request tested?
By me on my openSUSE Leap 15.0 system.
The behaviour in the recovery system was simulated and tested via
# touch /etc/rear-release # usr/sbin/rear help # usr/sbin/rear -v help # usr/sbin/rear -s help # rm /etc/rear-release
- Brief description of the changes in this pull request:
Nowrear -s dump
andrear -s help
work and
the help workflow is supported in the running recovery system.
jsmeix commented at 2018-10-23 12:47:¶
Tested that all workflows i.e. all usr/share/rear/lib/*-workflow.sh
now support to be run in simulation mode via
# for w in $( ls -1 usr/share/rear/lib/*-workflow.sh | cut -d '/' -f5 | cut -d '-' -f1 ) ; do read -p "running 'rear -s $w' " ; usr/sbin/rear -s $w ; echo ========================= ; done
jsmeix commented at 2018-10-24 12:35:¶
When there are no objections I would like to merge it tomorrow.
[Export of Github issue for rear/rear.]