From f1a12f375bfa49ef375ab95cc3f801e2a493bd1c Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Thu, 25 Jul 2013 16:52:19 -0400 Subject: Use the right tag prefix --- store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store.py b/store.py index 7e6502a..f03fb6d 100644 --- a/store.py +++ b/store.py @@ -2315,7 +2315,7 @@ class Store: if pkg is None: tags += ["simple-index"] else: - tags += [safe_name(pkg).lower()] + tags += ["pkg~%s" % safe_name(pkg).lower()] # We only need to bother to enqueue a task if we have something # to purge -- cgit v1.2.1