[Freeipa-devel] [PATCH 0469] make: fail when API.txt or ACI.txt differ from code

Lukas Slebodnik lslebodn at redhat.com
Fri Apr 29 15:32:59 UTC 2016


On (29/04/16 16:32), Martin Basti wrote:
>https://fedorahosted.org/freeipa/ticket/5865
>
>Patch attached.

>From 511f9bb1645a707ee83571123df9548731cc9387 Mon Sep 17 00:00:00 2001
>From: Martin Basti <mbasti at redhat.com>
>Date: Fri, 29 Apr 2016 16:28:28 +0200
>Subject: [PATCH] make: fail when ACI.txt or API.txt differs from values in
> source code
>
>This regression was caused by commit 6acaf73b0c6f7301d5a5d4292a4f9926cc370867 before this commit make rpms failed when API.txt did not match api
>
>https://fedorahosted.org/freeipa/ticket/5865
>---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Makefile b/Makefile
>index 82e6936a7162ff6e0359521d5c1299ff8ee55220..9cc4d40d191cc0ab27a5c150535e49be89b23b72 100644
>--- a/Makefile
>+++ b/Makefile
>@@ -188,7 +188,7 @@ version-update: release-update
> 	fi
> 
> 	if [ "$(SKIP_API_VERSION_CHECK)" != "yes" ]; then \
>-		./makeapi --validate; \
>+		./makeapi --validate && \
> 		./makeaci --validate; \
> 	fi
ACK

LS




More information about the Freeipa-devel mailing list