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

Martin Basti mbasti at redhat.com
Fri May 6 15:22:06 UTC 2016



On 29.04.2016 17:32, Lukas Slebodnik wrote:
> 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
master:
* 8787e032281e0715a4f405a2ce4f2529cd73e9d7 make: fail when ACI.txt or 
API.txt differs from values in source code
ipa-4-3:
* dce18a825b21daf55a800651a0fa9d8727603a9c make: fail when ACI.txt or 
API.txt differs from values in source code




More information about the Freeipa-devel mailing list