Repository: aurora-packaging
Updated Branches:
  refs/heads/master 9f82912ec -> 666625649


Fixing issue where OpenJDK PPA would not install in Ubuntu Trusty in packaging 
tests.

* Reinstalled certificates in Ubuntu trusty upon provisioning in order to fix 
an issue where the OpenJDK PPA could not be installed.
* Updated RBT to lastest version 0.7.11

Reviewed at https://reviews.apache.org/r/66482/


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

Branch: refs/heads/master
Commit: 66662564972c40fb7dd2bc4d4486821d6dcf029a
Parents: 9f82912
Author: Renan DelValle <re...@apache.org>
Authored: Fri Apr 6 12:39:52 2018 -0700
Committer: Renan DelValle <renanidelvalle+nore...@gmail.com>
Committed: Fri Apr 6 12:39:52 2018 -0700

----------------------------------------------------------------------
 rbt                                 | 2 +-
 test/deb/ubuntu-trusty/provision.sh | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/66662564/rbt
----------------------------------------------------------------------
diff --git a/rbt b/rbt
index 5b94e53..7531fcb 100755
--- a/rbt
+++ b/rbt
@@ -16,7 +16,7 @@
 set -e
 
 HERE=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)
-RBTOOLS_VERSION=0.7.5
+RBTOOLS_VERSION=0.7.11
 if ! [ -f "$HERE/build-support/rbt.venv/BOOTSTRAPPED" ] || \
     [ x`cat "$HERE/build-support/rbt.venv/BOOTSTRAPPED"` != x$RBTOOLS_VERSION 
]; then
 

http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/66662564/test/deb/ubuntu-trusty/provision.sh
----------------------------------------------------------------------
diff --git a/test/deb/ubuntu-trusty/provision.sh 
b/test/deb/ubuntu-trusty/provision.sh
index 2d886bf..1a62288 100644
--- a/test/deb/ubuntu-trusty/provision.sh
+++ b/test/deb/ubuntu-trusty/provision.sh
@@ -1,5 +1,6 @@
 #!/bin/bash
 
+apt-get install --reinstall ca-certificates
 add-apt-repository ppa:openjdk-r/ppa -y
 apt-get update
 apt-get install -y openjdk-8-jre zookeeperd

Reply via email to