Merge lp:~jose/charms/precise/reviewboard/add--y-flag into lp:charms/reviewboard

Proposed by José Antonio Rey
Status: Merged
Merged at revision: 32
Proposed branch: lp:~jose/charms/precise/reviewboard/add--y-flag
Merge into: lp:charms/reviewboard
Diff against target: 9 lines (+1/-1)
1 file modified
Makefile (+1/-1)
To merge this branch: bzr merge lp:~jose/charms/precise/reviewboard/add--y-flag
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
Review via email: mp+234217@code.launchpad.net

Description of the change

Added -y flag to apt-get in the Makefile, otherwise it fails with exit code 2 due to no user input.

To post a comment you must log in.
33. By José Antonio Rey

Moved flag location

Revision history for this message
Charles Butler (lazypower) wrote :

+1 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 2014-06-28 21:09:17 +0000
3+++ Makefile 2014-09-11 01:49:07 +0000
4@@ -9,4 +9,4 @@
5 check: test lint
6
7 setup:
8- @sudo apt-get install python-twisted-core python-django python-mock
9+ @sudo apt-get install -y python-twisted-core python-django python-mock

Subscribers

People subscribed via source and target branches