[lxc-devel] [lxd/master] scripts/vagrant: The LXD PPA is gone

stgraber on Github lxc-bot at linuxcontainers.org
Mon Jan 8 17:02:34 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 354 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180108/462c073f/attachment.bin>
-------------- next part --------------
From b894f2709b41cb4001b4b96a8696415b449619af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Mon, 8 Jan 2018 12:01:55 -0500
Subject: [PATCH] scripts/vagrant: The LXD PPA is gone
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 scripts/vagrant/install-go.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/vagrant/install-go.sh b/scripts/vagrant/install-go.sh
index 33286cbdc..a1ca00e49 100644
--- a/scripts/vagrant/install-go.sh
+++ b/scripts/vagrant/install-go.sh
@@ -3,8 +3,6 @@
 set -xe
 export DEBIAN_FRONTEND=noninteractive
 
-which add-apt-repository || (sudo apt-get update ; sudo apt-get install -y software-properties-common)
-sudo add-apt-repository ppa:ubuntu-lxc/lxd-git-master
 sudo apt-get update
 which go || sudo apt-get install -y golang
 


More information about the lxc-devel mailing list