From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xen/makefile: Allow XEN_CHANGESET to be set externally Date: Fri, 17 May 2013 16:32:33 +0200 Message-ID: <20130517143233.GA18796@aepfle.de> References: <396ebb07e2d0f6d737e8.1368796882@andrewcoop.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <396ebb07e2d0f6d737e8.1368796882@andrewcoop.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Keir Fraser , Jan Beulich , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Fri, May 17, Andrew Cooper wrote: > Build systems based on tarballs rather than source code trees, such as > rpms/debs are unable to obtain changeset infomation. > > Allow XEN_CHANGESET to be optionally specified in the environment. Isnt that already possible with 'echo "$XEN_CHANGESET" > .scmversion'? Olaf