aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-01-18 22:46:16 +0000
committerPascal Terjan <pterjan@mageia.org>2011-01-18 22:46:16 +0000
commit012d51bb5282b42921b692c801043155aef844cb (patch)
tree1cf0fde9d6317ccb1c72b4dc31915f70ddcbcae1
parent7728bb6cce66f37681177f5eb58d6a5f0141ec28 (diff)
downloadiurt-012d51bb5282b42921b692c801043155aef844cb.tar
iurt-012d51bb5282b42921b692c801043155aef844cb.tar.gz
iurt-012d51bb5282b42921b692c801043155aef844cb.tar.bz2
iurt-012d51bb5282b42921b692c801043155aef844cb.tar.xz
iurt-012d51bb5282b42921b692c801043155aef844cb.zip
Revert something accidentaly commited
-rwxr-xr-xulri4
1 files changed, 2 insertions, 2 deletions
diff --git a/ulri b/ulri
index a466917..4093809 100755
--- a/ulri
+++ b/ulri
@@ -165,6 +165,7 @@ foreach my $k (keys %{$config->{arch_translation}}) {
$run{pidfile_home} = $config->{tmp};
$run{pidfile} = "upload";
+my $pidfile = check_pid(\%run);
#my $cache = init_cache(\%run, $config, { done => {} });
my $cache = { done => {} };
@@ -293,7 +294,6 @@ check_upload_tree(\%run, $done, \&done_func,);
plog('MSG', "check build bot results");
-my $pidfile = check_pid(\%run);
my %later;
foreach my $prefix (keys %pkg_tree) {
my $ent = $pkg_tree{$prefix};
@@ -538,7 +538,6 @@ foreach my $prefix (keys %pkg_tree) {
} # end bot
} # end prefix
-unlink $pidfile;
#
@@ -749,6 +748,7 @@ plog('INFO', "jobs in queue:", %to_compile ?
map { sprintf("%s(%d)", $_, $to_compile{$_}) } keys %to_compile : "none");
+unlink $pidfile;
#dump_cache(\%run);
exit();