3
0
Fork 0
forked from mirrors/nixpkgs

Force Nixpkgs rebuild

Gratuitous change to force Hydra to rebuild Nixpkgs after some
derivations had their references corrupted by a Hydra bug
(ff3f5eb4d8).
This commit is contained in:
Eelco Dolstra 2015-08-03 20:03:11 +02:00
parent ebda45e6b9
commit 32caa604e3

View file

@ -126,7 +126,7 @@ exitHandler() {
# If the builder had a non-zero exit code and
# $succeedOnFailure is set, create the file
# `$out/nix-support/failed' to signal failure, and exit
# $out/nix-support/failed to signal failure, and exit
# normally. Otherwise, return the original exit code.
if [ -n "$succeedOnFailure" ]; then
echo "build failed with exit code $exitCode (ignored)"