diff options
-rw-r--r-- | autobuild/results.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/autobuild/results.php b/autobuild/results.php index e9f5541..c11f5a9 100644 --- a/autobuild/results.php +++ b/autobuild/results.php @@ -126,7 +126,6 @@ while (!feof($status_file)) { if(!array_key_exists($package, $packages)) { $removed[$rpm] = 1; } else { - $build_stat = stat("$base_dir/$rpm"); $pkg_stat = stat('/distrib/bootstrap/distrib/cauldron/SRPMS/core/release/'.$packages[$package]); # For recreate_srpm_failure, $rpm is the one that was in the repo # For other failures, mga release may be incorrect so use something less reliable |