summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Freed <dwfreed@mtu.edu>2016-02-01 22:49:42 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2016-02-01 22:49:42 -0800
commitf5a77c7e80a3de9f00a94bfd0f24427d00ef4556 (patch)
tree694d2554b6f00259e016f285d7f0f51ce1fc7499 /thicken-manifests.py
parentthicken-manifests: Manifest mtime tweak from dwfreed. (diff)
downloadmastermirror-scripts-f5a77c7e80a3de9f00a94bfd0f24427d00ef4556.tar.gz
mastermirror-scripts-f5a77c7e80a3de9f00a94bfd0f24427d00ef4556.tar.bz2
mastermirror-scripts-f5a77c7e80a3de9f00a94bfd0f24427d00ef4556.zip
thicken-manifests: remove an optimization case that might be causing problems.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'thicken-manifests.py')
-rwxr-xr-xthicken-manifests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/thicken-manifests.py b/thicken-manifests.py
index d9dd231..070f00b 100755
--- a/thicken-manifests.py
+++ b/thicken-manifests.py
@@ -111,9 +111,6 @@ def maybe_thicken_manifest(pkg_dir):
else:
newest_mtime += 1
break
- else:
- if not manifest_entries:
- return
except:
pass