summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-09-30 02:02:04 -0500
committerDan McGee <dan@archlinux.org>2012-09-30 02:02:04 -0500
commited1adeb1254c4d5754260bbe1ae2fbbc2a88debb (patch)
tree18819103282eea3813e207fad0763232ddfcace1 /devel
parent9b373c43aff6b9109ba813fcbcf40c7ac5521b04 (diff)
downloadarchweb-ed1adeb1254c4d5754260bbe1ae2fbbc2a88debb.tar.gz
archweb-ed1adeb1254c4d5754260bbe1ae2fbbc2a88debb.zip
Begin importing staging reposrelease_2012-09-30
This reverts 3530303c9a7d now that we have reasonably hidden most staging package confusion on the site for normal end users. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'devel')
-rw-r--r--devel/management/commands/reporead_inotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/management/commands/reporead_inotify.py b/devel/management/commands/reporead_inotify.py
index 043e13fe..c74762eb 100644
--- a/devel/management/commands/reporead_inotify.py
+++ b/devel/management/commands/reporead_inotify.py
@@ -68,7 +68,7 @@ class Command(BaseCommand):
and passes these on to the various pyinotify pieces as necessary and
finally builds and returns a notifier object.'''
arches = Arch.objects.filter(agnostic=False)
- repos = Repo.objects.filter(staging=False)
+ repos = Repo.objects.all()
arch_path_map = dict((arch, None) for arch in arches)
all_paths = set()
total_paths = 0