Merge lp:~cjohnston/summit/add-markdown-req into lp:summit

Proposed by Chris Johnston
Status: Merged
Approved by: Michael Hall
Approved revision: 530
Merged at revision: 531
Proposed branch: lp:~cjohnston/summit/add-markdown-req
Merge into: lp:summit
Diff against target: 12 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~cjohnston/summit/add-markdown-req
Reviewer Review Type Date Requested Status
Michael Hall (community) Approve
Review via email: mp+162534@code.launchpad.net

Commit message

Markdown is a required package

To post a comment you must log in.
Revision history for this message
Michael Hall (mhall119) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2012-10-02 17:36:35 +0000
3+++ Makefile 2013-05-05 16:56:26 +0000
4@@ -42,7 +42,7 @@
5 rm summit/summit.db
6
7 depends:
8- apt-get install python2.7 python2.7-dev python-virtualenv libjs-jquery libjs-jquery-ui iso-codes python-django python-django-auth-openid python-django-south python-beautifulsoup python-psycopg2 python-openid python-tz python-simplejson
9+ apt-get install python2.7 python2.7-dev python-virtualenv libjs-jquery libjs-jquery-ui iso-codes python-django python-django-auth-openid python-django-south python-beautifulsoup python-psycopg2 python-openid python-tz python-simplejson python-markdown
10
11
12 .DEFAULT: env apps

Subscribers

People subscribed via source and target branches