From: Ian Jackson Date: Thu, 5 Sep 2013 18:36:53 +0000 (+0100) Subject: cs-adjust-flight: fix bug with copying individual jobs X-Git-Tag: wip.xsm-13-actual.base~466 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=12a952e686fca7703523db45223cf2bc4d94d23c;p=people%2Fiwj%2Fosstest.git cs-adjust-flight: fix bug with copying individual jobs --- diff --git a/cs-adjust-flight b/cs-adjust-flight index 332bd5a3..c4e77a2e 100755 --- a/cs-adjust-flight +++ b/cs-adjust-flight @@ -149,7 +149,7 @@ sub copy_jobs ($$) { $count += $_->execute($dstflight, $job) foreach @job_rm_qs; verbose "$dstflight.$job job deleted\n" if $count; }; - for_jobs($dstflight, $jobs, $rm_job); + for_jobs($dstflight, $jobs, $rm_job, 1); for_jobs($srcflight, $jobs, $rm_job); for_jobs($srcflight, $jobs, sub { my ($job) = @_;