qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v15 6/9] module: implement module loading


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v15 6/9] module: implement module loading
Date: Mon, 13 Jan 2014 14:15:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 01/13/2014 08:59 AM, Paolo Bonzini wrote:
> +echo "CONFIG_STAMP=`date +%s`_$$_$RANDOM" >> $config_host_mak

I really really don't like random numbers that make for non-repeatable builds.
 It's a quality-assurance nightmare.

If you want a non-random number unique to the build, try

  git log -n1 --format=format:%H

and perhaps a file containing that hash created by scripts/make-release.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]