[Ovirt-devel] Re: [Fwd: [PATCH] autobuild fixes / improvements]

Mohammed Morsi mmorsi at redhat.com
Tue Sep 16 11:01:47 UTC 2008


Alan Pevec wrote:
> Mohammed Morsi wrote:
>>  * remove static version
>>  * use extra_release in spec
>>  * define ovirt_local_repo so as not to rely on .rpmmacros
>
>> --- a/autobuild.sh
>> +++ b/autobuild.sh
>> @@ -27,6 +27,8 @@ test -f Makefile && make -k distclean || :
>>  
>>  make tar
>>  
>> +version=`sed s/\ .*$// version`
>
> sed is confusing, I'd prefer awk, like in release.mk:
>
> +version=$(awk '{print $1}' version)
>
> ACK for the rest
Change made and appropriate changes pushed to appropriate repos.
  
   -Mo




More information about the ovirt-devel mailing list