You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2016/10/20 15:32:40 UTC

aurora-packaging git commit: Update provisioning scripts for testing aurora packages.

Repository: aurora-packaging
Updated Branches:
  refs/heads/0.16.x 7beeb1480 -> 4049eafce


Update provisioning scripts for testing aurora packages.


Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/4049eafc
Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/4049eafc
Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/4049eafc

Branch: refs/heads/0.16.x
Commit: 4049eafcec1c56cee16c9b3191092e5c989499d3
Parents: 7beeb14
Author: Joshua Cohen <jc...@twitter.com>
Authored: Thu Oct 20 10:31:59 2016 -0500
Committer: Joshua Cohen <jc...@twitter.com>
Committed: Thu Oct 20 10:31:59 2016 -0500

----------------------------------------------------------------------
 test/deb/debian-jessie/provision.sh | 2 +-
 test/deb/ubuntu-trusty/README.md    | 2 +-
 test/deb/ubuntu-trusty/provision.sh | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/4049eafc/test/deb/debian-jessie/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/debian-jessie/provision.sh b/test/deb/debian-jessie/provision.sh
index b79dfea..23bc56b 100644
--- a/test/deb/debian-jessie/provision.sh
+++ b/test/deb/debian-jessie/provision.sh
@@ -2,7 +2,7 @@
 
 echo "deb http://http.debian.net/debian jessie-backports main" | sudo tee -a /etc/apt/sources.list
 apt-get update
-apt-get install -y openjdk-8-jre libsvn1 zookeeperd
+apt-get install -y openjdk-8-jre libcurl4-nss-dev libcurl3 libevent-dev libsvn1 zookeeperd
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/4049eafc/test/deb/ubuntu-trusty/README.md
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/README.md b/test/deb/ubuntu-trusty/README.md
index 046459a..116ae8e 100644
--- a/test/deb/ubuntu-trusty/README.md
+++ b/test/deb/ubuntu-trusty/README.md
@@ -11,7 +11,7 @@ for installing released packages or release candidate packages.
     vagrant plugin install vagrant-scp
 
     # Scp over the newly built packages
-    for deb in ../../../artifacts/aurora-debian-jessie/dist/*.deb; do
+    for deb in ../../../artifacts/aurora-ubuntu-trusty/dist/*.deb; do
       vagrant scp $deb :$(basename $deb)
     done
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/4049eafc/test/deb/ubuntu-trusty/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/provision.sh b/test/deb/ubuntu-trusty/provision.sh
index b9807ef..e65fd18 100644
--- a/test/deb/ubuntu-trusty/provision.sh
+++ b/test/deb/ubuntu-trusty/provision.sh
@@ -2,7 +2,7 @@
 
 add-apt-repository ppa:openjdk-r/ppa -y
 apt-get update
-apt-get install -y openjdk-8-jre libsvn1 zookeeperd
+apt-get install -y openjdk-8-jre libcurl4-nss-dev libevent-dev libsvn1 zookeeperd
 
 update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java