[lxc-devel] [lxd/master] Makefile: include libraft and libco

stgraber on Github lxc-bot at linuxcontainers.org
Fri Jul 12 06:23:37 UTC 2019


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/20190711/bc9b23f4/attachment.bin>
-------------- next part --------------
From 5d6d14c8765fa4ea80cb58c4db52f3e63b8fc6f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Fri, 12 Jul 2019 02:23:17 -0400
Subject: [PATCH] Makefile: include libraft and libco
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>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 95d81b6383..691209a041 100644
--- a/Makefile
+++ b/Makefile
@@ -142,6 +142,8 @@ dist:
 	# Download the cluster-enabled sqlite/dqlite
 	git clone --depth=1 https://github.com/CanonicalLtd/dqlite $(TMP)/dist/dqlite
 	git clone --depth=1 https://github.com/CanonicalLtd/sqlite $(TMP)/dist/sqlite
+	git clone --depth=1 https://github.com/freeekanayaka/libco $(TMP)/dist/libco
+	git clone --depth=1 https://github.com/CanonicalLtd/raft $(TMP)/dist/raft
 	cd $(TMP)/dist/sqlite && git log -1 --format="format:%ci%n" | sed -e 's/ [-+].*$$//;s/ /T/;s/^/D /' > manifest
 	cd $(TMP)/dist/sqlite && git log -1 --format="format:%H" > manifest.uuid
 


More information about the lxc-devel mailing list