From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [81.169.183.159] (helo=coruscant.onosendai.de) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1KiWqq-0002IV-GC for openembedded-devel@lists.openembedded.org; Wed, 24 Sep 2008 18:04:28 +0200 Received: from [92.116.87.84] (helo=tamarin.local) by coruscant.onosendai.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1KiWnJ-0001E7-HC for openembedded-devel@lists.openembedded.org; Wed, 24 Sep 2008 18:00:51 +0200 From: Holger Freyther To: openembedded-devel@lists.openembedded.org Date: Wed, 24 Sep 2008 17:38:04 +0200 User-Agent: KMail/1.9.9 References: <1222248100.15974.4.camel@ip6-localhost> <48DA1251.30305@klever.net> In-Reply-To: <48DA1251.30305@klever.net> MIME-Version: 1.0 Message-Id: <200809241738.04573.zecke@selfish.org> X-Broken-Reverse-DNS: no host name found for IP address 92.116.87.84 Subject: Re: Math is hard, but please pay attention to PV X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 16:04:28 -0000 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wednesday 24 September 2008 12:11:29 Michael Krelin wrote: > What about using something like the output of `git describe --tags $(git > rev-parse HEAD)` as a sortable key? this requires that there is a tag in the history, it is not always true. :)