Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calm/uploads.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/calm/uploads.py b/calm/uploads.py
index db26f80..818d065 100644
--- a/calm/uploads.py
+++ b/calm/uploads.py
@@ -206,9 +206,8 @@ def scan(scandir, m, all_packages, arch, args):
rel_fn = os.path.join(relpath, f)
logging.debug("processing %s" % rel_fn)
- # ignore !packages (which we no longer use)
# ignore !mail and !email (which we have already read)
- if f in ['!packages', '!mail', '!email']:
+ if f in ['!mail', '!email']:
files.remove(f)
continue