Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BCDBC10859 for ; Tue, 23 Apr 2013 13:01:24 +0000 (UTC) Received: (qmail 4055 invoked by uid 500); 23 Apr 2013 13:01:24 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 4011 invoked by uid 500); 23 Apr 2013 13:01:24 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 4003 invoked by uid 99); 23 Apr 2013 13:01:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 13:01:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A836181EA33; Tue, 23 Apr 2013 13:01:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to bdd5634 Date: Tue, 23 Apr 2013 13:01:23 +0000 (UTC) Updated Branches: refs/heads/master f6fb4d2f6 -> bdd563492 CLOUDSTACK-2152 Set REALVER properly Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/bdd56349 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/bdd56349 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/bdd56349 Branch: refs/heads/master Commit: bdd5634924db84144c05887c6552c89aa4e78051 Parents: f6fb4d2 Author: Hugo Trippaers Authored: Tue Apr 23 14:54:41 2013 +0200 Committer: Hugo Trippaers Committed: Tue Apr 23 14:58:12 2013 +0200 ---------------------------------------------------------------------- packaging/centos63/package.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/bdd56349/packaging/centos63/package.sh ---------------------------------------------------------------------- diff --git a/packaging/centos63/package.sh b/packaging/centos63/package.sh index d9d5b1c..faa089b 100755 --- a/packaging/centos63/package.sh +++ b/packaging/centos63/package.sh @@ -75,6 +75,7 @@ if echo $VERSION | grep SNAPSHOT ; then DEFPRE="-D_prerelease 1" DEFREL="-D_rel SNAPSHOT" else + REALVER=`echo $VERSION` DEFVER="-D_ver $REALVER" DEFPRE= DEFREL=