diff buttercup/buttercup.py @ 46:cee8bf9cc5a2

starting down the road towards flowerbed
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 14 May 2013 16:57:53 -0700
parents 693f209fdbaa
children c99fbe84c3c2
line wrap: on
line diff
--- a/buttercup/buttercup.py	Fri Apr 05 13:37:24 2013 -0700
+++ b/buttercup/buttercup.py	Tue May 14 16:57:53 2013 -0700
@@ -12,6 +12,8 @@
 class Buttercup(object):
 
     # k0sware software
+    # TODO: make this a `package` (or more likely `python-package`)
+    # subtype
     HG='http://k0s.org/hg'
     PACKAGES=['bitsyapps',
               'bitsyauth',
@@ -30,6 +32,7 @@
               'martINI',
               'montage',
               'pyloader',
+              'redirector',
               'relocator',
               'svgsitemap',
               'uploader',