Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E93D176CB for ; Tue, 28 Jul 2015 12:08:37 +0000 (UTC) Received: (qmail 53531 invoked by uid 500); 28 Jul 2015 12:08:36 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 53476 invoked by uid 500); 28 Jul 2015 12:08:36 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 53465 invoked by uid 99); 28 Jul 2015 12:08:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jul 2015 12:08:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3A836E00AA; Tue, 28 Jul 2015 12:08:36 +0000 (UTC) From: rsafonseca To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request: fix systemvm64template build, fix .deb pa... Content-Type: text/plain Message-Id: <20150728120836.3A836E00AA@git1-us-west.apache.org> Date: Tue, 28 Jul 2015 12:08:36 +0000 (UTC) Github user rsafonseca commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/626#discussion_r35639533 --- Diff: debian/rules --- @@ -1,6 +1,6 @@ #!/usr/bin/make -f # -*- makefile -*- -VERSION := $(shell mvn org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version | grep -v "\[") +VERSION := $(shell cat pom.xml |sed '22!d'| cut -d'>' -f2 |cut -d'<' -f1) --- End diff -- I made a separate PR for 4.4 and master. 4.4 got merged and master didn't.. you can check the PR here: https://github.com/apache/cloudstack/pull/341 It wasn't merged mostly due to aesthetic reasons, although using native tools instead of maven would provide a faster run and should have less compatibility issues. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---