This commit is contained in:
Eelco Dolstra
2008-11-26 13:39:15 +00:00
parent a36fab9293
commit 39f8b6110f
16 changed files with 50 additions and 28 deletions
+5
View File
@@ -338,6 +338,11 @@ sub checkJobAlternatives {
sub checkJobSet {
my ($project, $jobset) = @_;
my $inputInfo = {};
$db->txn_do(sub {
$jobset->lastcheckedtime(time);
$jobset->update;
});
# Fetch the input containing the Nix expression.
(my $exprInput) = $jobset->jobsetinputs->search({name => $jobset->nixexprinput});