--- hooks/post-bodhi-update/watch-bodhi-requests.py | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/hooks/post-bodhi-update/watch-bodhi-requests.py b/hooks/post-bodhi-update/watch-bodhi-requests.py index d233a09..45f168f 100755 --- a/hooks/post-bodhi-update/watch-bodhi-requests.py +++ b/hooks/post-bodhi-update/watch-bodhi-requests.py @@ -64,10 +64,7 @@ except OSError, e: if e.errno != 17: # already exists raise
-# XXX we should have actual repoinfo data for these -#bodhi_releases = [r['bodhi_release'] for r in repoinfo.repos() -# if 'bodhi_release' in r] -bodhi_releases = ['F11','F12','F13'] +bodhi_releases = repoinfo.get_bodhi_releases() archlist = ('i686', 'x86_64', 'noarch')
# XXX NOTE we could probably be using cPickle or something here, rather than