[lxc-devel] [distrobuilder/master] Don't depend on external distrobuilder branch

stgraber on Github lxc-bot at linuxcontainers.org
Tue Feb 20 07:08:39 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 362 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180220/a6e8c4df/attachment.bin>
-------------- next part --------------
From ce823c03c178506205ca6a289ce6b21fcc2204c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 20 Feb 2018 02:07:54 -0500
Subject: [PATCH] Don't depend on external distrobuilder branch
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>
---
 managers/pacman.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/managers/pacman.go b/managers/pacman.go
index 8fce07f..f7cb17a 100644
--- a/managers/pacman.go
+++ b/managers/pacman.go
@@ -5,7 +5,7 @@ import (
 	"os"
 	"path/filepath"
 
-	"github.com/monstermunchkin/distrobuilder/shared"
+	"github.com/lxc/distrobuilder/shared"
 )
 
 // NewPacman creates a new Manager instance.


More information about the lxc-devel mailing list