diff options
author | Pascal Terjan <pterjan@mageia.org> | 2021-07-05 09:42:25 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2021-07-05 09:42:25 +0000 |
commit | a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16 (patch) | |
tree | 9b6722cd79c90ee5a3a4614b34ced42face4d85f | |
parent | 3fc10000799ffcbfda18716425a4af4ad7abae2a (diff) | |
download | pkgsubmit-a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16.tar pkgsubmit-a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16.tar.gz pkgsubmit-a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16.tar.bz2 pkgsubmit-a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16.tar.xz pkgsubmit-a223d8aa14d1ff0dedf009b8a3f05c35ea95ae16.zip |
Delete unused line
-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 |