From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: Re: [PATCH 2/9] raisin: use timestamps for dpkg Version to avoid versions that start with letters Date: Wed, 15 Apr 2015 16:40:35 +0100 Message-ID: References: <1429110900-8286-2-git-send-email-stefano.stabellini@eu.citrix.com> <20150415153405.GA12344@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150415153405.GA12344@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: george.dunlap@eu.citrix.com, xen-devel@lists.xensource.com, Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Wed, 15 Apr 2015, Olaf Hering wrote: > On Wed, Apr 15, Stefano Stabellini wrote: > > > -Version: $(git show --oneline | head -1 | cut -d " " -f 1) > > +Version: $(date +"%s") > > Maybe this should be for humans, like 'date +%Y%m%d.%H%M%S'? Sure. I'll make the change.