From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 2/9] raisin: use timestamps for dpkg Version to avoid versions that start with letters Date: Wed, 15 Apr 2015 17:34:05 +0200 Message-ID: <20150415153405.GA12344@aepfle.de> References: <1429110900-8286-2-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1429110900-8286-2-git-send-email-stefano.stabellini@eu.citrix.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: Stefano Stabellini Cc: george.dunlap@eu.citrix.com, xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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'? Olaf