Mercurial > hg > buttercup
changeset 46:cee8bf9cc5a2
starting down the road towards flowerbed
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 14 May 2013 16:57:53 -0700 |
parents | 048e391423a1 |
children | 0274d9d9fcd4 |
files | buttercup/PACKAGES.txt buttercup/buttercup.py buttercup/ubuntu-packages.txt |
diffstat | 3 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/buttercup/PACKAGES.txt Fri Apr 05 13:37:24 2013 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -# packages for ubuntu -graphviz -graphviz-dev
--- 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',