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

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 771a96a32fd5c5005a6748ee3a75487287b24f2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com>
Date: Fri, 23 Aug 2019 09:17:41 -0700
Subject: [PATCH] Makefile: Fix sqlite manifest path
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9e17cd4922..fe8e419f00 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ deps:
                fi; \
        else \
                git clone --depth=1 "https://github.com/canonical/sqlite"; 
"$(GOPATH)/deps/sqlite"; \
+               cd "$(GOPATH)/deps/sqlite"; \
                git log -1 --format="format:%ci%n" | sed -e 's/ [-+].*$$//;s/ 
/T/;s/^/D /' > manifest; \
                git log -1 --format="format:%H" > manifest.uuid; \
        fi
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to