From dev-return-81050-apmail-cloudstack-dev-archive=cloudstack.apache.org@cloudstack.apache.org Thu Sep 24 20:42:03 2015 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 3FDD0186F9 for ; Thu, 24 Sep 2015 20:42:03 +0000 (UTC) Received: (qmail 55655 invoked by uid 500); 24 Sep 2015 20:41:50 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 55598 invoked by uid 500); 24 Sep 2015 20:41:50 -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 55586 invoked by uid 99); 24 Sep 2015 20:41:49 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Sep 2015 20:41:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 889C5C12E4 for ; Thu, 24 Sep 2015 20:41:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.101 X-Spam-Level: X-Spam-Status: No, score=-0.101 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id o_8GGl6j_Y0C for ; Thu, 24 Sep 2015 20:41:34 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 116F7439BD for ; Thu, 24 Sep 2015 20:41:34 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so44822143wic.1 for ; Thu, 24 Sep 2015 13:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=JvpuOXiyy7V+4I54RJ6N9U30suzj0dpefdC1oTGHcVo=; b=TRL+L3TqZZTbHZLnMp8KVRYPQtidYFOukePXu3hEdRDvc/zptEDSFriqCGAlTAJwX+ 6n6OiyyKLtTNoA6LcgYw9jwY7rtQtZUqH1+IEaehI3/n0ozQvpQ8wp5AqNSLtcJGe0AF Bkz5oeoKYQ0doTrCA9SYjlmNDPhCKkm0WKirK5jJ4mD60qfZ//XVeEUytDb+PtMOfzFL KKlq1Npww8EV/WGXoXuUPZN1PXKogJ5LpVzlj4AeRuT+/uMVUd+PqqKYn11X9JBffANc nbNkz1AufEcoBon+4S1hghHi/8OZJlvNeiJ6KdfnQtNVRiJWoVbyeAikDRnxvhWRDVWI 4AwA== X-Received: by 10.180.186.195 with SMTP id fm3mr12746139wic.1.1443127293296; Thu, 24 Sep 2015 13:41:33 -0700 (PDT) Received: from [10.0.0.104] (229.194.193.178.dynamic.wline.res.cust.swisscom.ch. [178.193.194.229]) by smtp.gmail.com with ESMTPSA id lh11sm570138wic.18.2015.09.24.13.41.32 for (version=TLS1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Sep 2015 13:41:32 -0700 (PDT) From: Sebastien Goasguen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Master frozen Message-Id: <49999ACE-A5EA-4884-919F-69A5D66E8657@gmail.com> Date: Thu, 24 Sep 2015 22:41:30 +0200 To: dev@cloudstack.apache.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) Folks, Being so close to a release, master needs to be frozen and only RMs can = make commits. It seems that we relaxed this policy a bit in the last weeks and this is = now causing us grief. @Remi, @rajani, you should totally revert commits that are made by other = people than you two. You are building the release, you decide what gets in. @everyone, freezing master is not slowing down your development, you can = develop somewhere else but the onus is 100% on you to rebase your branch = with master and what the RMs put in. Once you send your PRs they should = be rebased. -Sebastien=