--redo -> --fast
svn path=/nixos/trunk/; revision=17839
This commit is contained in:
parent
5dfaf565bf
commit
fceadcbef7
@ -34,7 +34,7 @@ Options:
|
|||||||
--rollback restore the previous NixOS configuration (only
|
--rollback restore the previous NixOS configuration (only
|
||||||
with switch, boot, test, build)
|
with switch, boot, test, build)
|
||||||
|
|
||||||
--redo same as --no-pull --no-build-nix --show-trace
|
--fast same as --no-pull --no-build-nix --show-trace
|
||||||
|
|
||||||
Various nix-build options are also accepted, in particular:
|
Various nix-build options are also accepted, in particular:
|
||||||
|
|
||||||
@ -78,7 +78,7 @@ while test "$#" -gt 0; do
|
|||||||
elif test "$i" = --max-jobs -o "$i" = -j; then
|
elif test "$i" = --max-jobs -o "$i" = -j; then
|
||||||
j="$1"; shift 1
|
j="$1"; shift 1
|
||||||
extraBuildFlags="$extraBuildFlags $i $j"
|
extraBuildFlags="$extraBuildFlags $i $j"
|
||||||
elif test "$i" = --redo; then
|
elif test "$i" = --fast; then
|
||||||
buildNix=
|
buildNix=
|
||||||
pullManifest=
|
pullManifest=
|
||||||
extraBuildFlags="$extraBuildFlags --show-trace"
|
extraBuildFlags="$extraBuildFlags --show-trace"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user