Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9EE9C200B57 for ; Sat, 6 Aug 2016 23:54:03 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9D6B0160A89; Sat, 6 Aug 2016 21:54:03 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1757B160A7C for ; Sat, 6 Aug 2016 23:54:02 +0200 (CEST) Received: (qmail 851 invoked by uid 500); 6 Aug 2016 21:54:02 -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 840 invoked by uid 99); 6 Aug 2016 21:54:01 -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; Sat, 06 Aug 2016 21:54:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AFCE9E78B2; Sat, 6 Aug 2016 21:54:01 +0000 (UTC) From: pdion891 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request #: Content-Type: text/plain Message-Id: <20160806215401.AFCE9E78B2@git1-us-west.apache.org> Date: Sat, 6 Aug 2016 21:54:01 +0000 (UTC) archived-at: Sat, 06 Aug 2016 21:54:03 -0000 Github user pdion891 commented on the pull request: https://github.com/apache/cloudstack/commit/3315eb5420e1b2cedf906aeb709740efc2f08cfd#commitcomment-18549608 Look like [building deb package](http://builds.apachecloudstack.net/job/package-master-deb/) fail because changelog is in invalid format initial lines should look like this : ``` cloudstack (4.10.0-SNAPSHOT) unstable; urgency=low * Update the version to 4.10.0 -- the Apache CloudStack project Sat, 6 Aug 2016 16:54:00 -0400 ``` Also, while trying to build it on Debian 8.5 I'm having error about invalid version format, look like the line #1 should look like this: ``` cloudstack (4.10.0) unstable; urgency=low ``` So should we just use 4.10.0 instead of 4.10.0-SNAPSHOT ? this might be just related to Debian, I haven't test on Ubuntu 14.04. --- 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. ---