Lines Matching refs:job
1041 my ($dependencies_hash, $module, $job) = @_;
1042 return if (!$job);
1043 $job = "$module $job";
1046 $$deps_hash{$job}++;
1048 $$dependencies_hash{$job} = {};
1056 my ($dependencies_hash, $module, $job) = @_;
1057 return if (!$job);
1060 $$dependencies_hash{"$module $job"} = \%deps_hash;
1303 foreach my $job (keys %$dependencies) {
1304 if (!scalar keys %{$$dependencies{$job}}) {
1305 push(@candidates, $job);
2004 my ($job, $path, $registered_name) = @_;
2005 my $job_to_do = $job;
2009 $job_to_do = $deliver_command if ($job eq 'deliver');
2034 my $job = $';
2037 if ($job eq $pre_job) {
2042 $error_code = run_job($job, $module_paths{$module}, $module_job);
2046 $error_code = run_job($job, $module_paths{$module}, $module_job);
3150 my $job = shift;
3151 my $dirs_info_line = $jobs_hash{$job}->{STATUS} . '<br>';
3154 $dirs_info_line .= $jobs_hash{$job}->{SHORT_NAME} . '<br>';
3155 $dirs_info_line .= get_local_time_line($jobs_hash{$job}->{START_TIME}) . '<br>';
3156 $dirs_info_line .= get_local_time_line($jobs_hash{$job}->{FINISH_TIME}) . '<br>';
3157 if ($jobs_hash{$job}->{STATUS} eq 'waiting' || (!-f $jobs_hash{$job}->{LONG_LOG_PATH})) {
3161 $log_path_string = $jobs_hash{$job}->{LONG_LOG_PATH};
3163 $log_path_string = $jobs_hash{$job}->{LOG_PATH};
3169 $dirs_info_line .= $jobs_hash{$job}->{CLIENT} . '<br>' if ($server_mode);
3451 my $job = $dmake;
3489 $job = $';
3490 $job = $deliver_command if ($job eq $post_job);
3499 my $job_string = "job_dir=$full_job_dir job=$job log=$log_file";