[ovs-dev] [PATCH] poc: fix debian package build breakage

Ansis Atteka aatteka at ovn.org
Wed Apr 25 18:41:31 UTC 2018


This commit fixes following error introduced by
3a2ceb01 (poc: Automate building of Fedora rpm packages):

The following files are in git but not the distribution:
poc/playbook-fedora-builder.yml

Signed-off-by: Ansis Atteka <aatteka at ovn.org>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index be4de00a8..e34fb3455 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -85,6 +85,7 @@ EXTRA_DIST = \
 	boot.sh \
 	poc/builders/Vagrantfile \
 	poc/playbook-centos-builder.yml \
+	poc/playbook-fedora-builder.yml \
 	poc/playbook-ubuntu-builder.yml \
 	$(MAN_FRAGMENTS) \
 	$(MAN_ROOTS) \
-- 
2.14.1



More information about the dev mailing list