diff mbox series

[ovs-dev] Makefile.am: Distribute poc/playbook-fedora-builder.yml.

Message ID 20180425194807.11798-1-blp@ovn.org
State Superseded
Headers show
Series [ovs-dev] Makefile.am: Distribute poc/playbook-fedora-builder.yml. | expand

Commit Message

Ben Pfaff April 25, 2018, 7:48 p.m. UTC
This fixes a broken build.

CC: Ansis Atteka <aatteka@ovn.org>
Fixes: 3a2ceb01c81b ("poc: Automate building of Fedora rpm packages")
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Ansis April 25, 2018, 8:16 p.m. UTC | #1
I also sent out a patch for this:

Acked-by: Ansis Atteka <aatteka@ovn.org>

On 25 April 2018 at 12:48, Ben Pfaff <blp@ovn.org> wrote:
> This fixes a broken build.
>
> CC: Ansis Atteka <aatteka@ovn.org>
> Fixes: 3a2ceb01c81b ("poc: Automate building of Fedora rpm packages")
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index be4de00a8be0..e34fb3455e3a 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.16.1
>
Ansis April 25, 2018, 11:22 p.m. UTC | #2
On 25 April 2018 at 13:16, Ansis Atteka <ansisatteka@gmail.com> wrote:
> I also sent out a patch for this:
>
> Acked-by: Ansis Atteka <aatteka@ovn.org>

FYI: I pushed this to master branch.
>
> On 25 April 2018 at 12:48, Ben Pfaff <blp@ovn.org> wrote:
>> This fixes a broken build.
>>
>> CC: Ansis Atteka <aatteka@ovn.org>
>> Fixes: 3a2ceb01c81b ("poc: Automate building of Fedora rpm packages")
>> Signed-off-by: Ben Pfaff <blp@ovn.org>
>> ---
>>  Makefile.am | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/Makefile.am b/Makefile.am
>> index be4de00a8be0..e34fb3455e3a 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.16.1
>>
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index be4de00a8be0..e34fb3455e3a 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) \