Always record inputs passed through -I in the BuildInputs table

We currently have no way to determine if the Nix evaluator used a
specific -I input, so we need to record all of them as inputs.
This commit is contained in:
Eelco Dolstra
2012-04-03 10:10:45 +00:00
parent 30e2b9046a
commit 2c677ec71a
2 changed files with 10 additions and 0 deletions

View File

@ -44,6 +44,7 @@ sub setJobsetError {
sendJobsetErrorNotification($jobset, $errorMsg);
}
sub sendJobsetErrorNotification() {
my ($jobset, $errorMsg) = @_;