You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/04/24 06:54:50 UTC

[45/50] [abbrv] git commit: Add some matplotlib dependencies

Add some matplotlib dependencies

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/42c758d4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/42c758d4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/42c758d4

Branch: refs/heads/tv/docs
Commit: 42c758d45cf6cc7dbcbb630cf18221fb573e4811
Parents: 883c6d3
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Mon Apr 8 21:48:52 2013 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Tue Apr 23 17:57:51 2013 -0400

----------------------------------------------------------------------
 vagrant/manifests/ubuntu-1204-server-amd64.pp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/42c758d4/vagrant/manifests/ubuntu-1204-server-amd64.pp
----------------------------------------------------------------------
diff --git a/vagrant/manifests/ubuntu-1204-server-amd64.pp b/vagrant/manifests/ubuntu-1204-server-amd64.pp
index 3e42118..c6aabe0 100644
--- a/vagrant/manifests/ubuntu-1204-server-amd64.pp
+++ b/vagrant/manifests/ubuntu-1204-server-amd64.pp
@@ -39,7 +39,9 @@ $packages = [
  "libjpeg8-dev",
  "zlib1g-dev",
  "mongodb-server",
- "python-pip"
+ "python-pip",
+ "libfreetype6-dev",
+ "libpng-dev"
 ]
 
 package { $packages:
@@ -107,7 +109,7 @@ file { '/home/vagrant/src/allura':
 
 # install Allura dependencies
 exec { "pip install":
-  command => "/home/vagrant/env-allura/bin/pip install -r requirements.txt",
+  command => "/usr/bin/sudo /home/vagrant/env-allura/bin/pip install -r requirements.txt",
   cwd     => "/vagrant/allura",
   user => "vagrant",
   group => "vagrant",