Merge lp:~cjohnston/ubuntu-ci-services-itself/tarmac-doc into lp:ubuntu-ci-services-itself

Proposed by Chris Johnston
Status: Merged
Approved by: Chris Johnston
Approved revision: 213
Merged at revision: 214
Proposed branch: lp:~cjohnston/ubuntu-ci-services-itself/tarmac-doc
Merge into: lp:ubuntu-ci-services-itself
Diff against target: 12 lines (+2/-0)
1 file modified
tarmac.sh (+2/-0)
To merge this branch: bzr merge lp:~cjohnston/ubuntu-ci-services-itself/tarmac-doc
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Chris Johnston (community) Approve
Andy Doan (community) Approve
Review via email: mp+205050@code.launchpad.net

Commit message

Add requirements for running tarmac.sh

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve
Revision history for this message
Chris Johnston (cjohnston) wrote :

 merge approved

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:213
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/89/
Executed test runs:

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/uci-engine-ci/89/rebuild

review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tarmac.sh'
2--- tarmac.sh 2014-02-05 19:18:21 +0000
3+++ tarmac.sh 2014-02-05 21:16:56 +0000
4@@ -14,6 +14,8 @@
5 # You should have received a copy of the GNU Affero General Public License
6 # along with this program. If not, see <http://www.gnu.org/licenses/>.
7
8+# REQUIRES: python-pip python-virtualenv python-setuptools python-dev
9+
10 set -e
11 venv=$(mktemp -d)
12 trap "echo cleaning up venv...; rm -rf $venv" EXIT

Subscribers

People subscribed via source and target branches