From d9cefce112263df72700377610555c54be9c05c6 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 18 Aug 2017 12:55:38 -0500 Subject: [PATCH] Add python-bpo-27945-backport PPA to executor The python-bpo-27945-backport contains a backport of the patch that fixes http://bugs.python.org/issue27945 and is a stop-gap while we wait for the SRU https://bugs.launchpad.net/ubuntu/+source/python3.5/+bug/1711724 to land in Xenial. Change-Id: Iaea633b8672110e49928a20d596b884c609d6345 --- manifests/executor.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/executor.pp b/manifests/executor.pp index 647c176..6ceafea 100644 --- a/manifests/executor.pp +++ b/manifests/executor.pp @@ -22,6 +22,8 @@ class zuul::executor ( ) { include ::apt apt::ppa { 'ppa:openstack-ci-core/bubblewrap': } + # Temporary PPA needed for bpo-27945 while waiting for SRU to be published + apt::ppa { 'ppa:openstack-ci-core/python-bpo-27945-backport': } package { 'bubblewrap': ensure => present,