site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:mime-version:in-reply-to :references:content-type:message-id:content-transfer-encoding:from :subject:date:to:x-mailer; bh=Yk1MN/s5b8+KOVKe7PnUj0OBC3YAEiNl8ue5XuZL4o8=; b=Exjxbv3nnJK6txP5I0sk8ZYQX/UZbe4rHJgMoBpq7y3GHS2QAQIvdyWkN51VAtxmjV /rWhVnrIvfwaI2AO7Q9M+EC9YD8IqLQTeicZziuRBTIvJIj4HFqFfY2J9tRbCNgv0zRx dhIiitWTVhLfEG+3StobIS7Y6ZEmMmopwDhg0= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:content-type:message-id :content-transfer-encoding:from:subject:date:to:x-mailer; b=UR4FIWy1RKlgIglAql9gUzAAta7IaB7Y1+WhNr9Krupr35hXqZcQnYQ0Lydnzq5Txd jwxnTwU9uMdB0UQ0ECbdc4xsSFgInXALRBCgrvdE2MsIWkJwJ8ZQF58dIobrxDKHrZXg 6ATD26aTHkAV/nQEe/etWTaRjRjyGfXHXyn5c= On Mar 30, 2010, at 4:27 PM, Jeremy Reichman wrote: So it requires testing it. _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... I am interested in the idea of using semantic versioning for packages I'm deploying. These packages start out from Mercurial repositories, so I can derive the version number from the semver tags ('v1.0.0') and other data from the repository to construct Really Specific Version Numbers during my automated package building process. In the following case, I use the tag plus the distance from the latest tag and the short hash of the current revision. $ hg log -r. --template '{latesttag}+{latesttagdistance}-{node| short}\n' | sed -e 's/^v//' 1.0.0+1-df34ebfc12c9 The version number used in some Apple packages is bigger than xx.xx.xx but it does not use + or - or letters. This email sent to site_archiver@lists.apple.com