The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/11

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From ce823c03c178506205ca6a289ce6b21fcc2204c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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.
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to