From commits-return-7952-apmail-zookeeper-commits-archive=zookeeper.apache.org@zookeeper.apache.org Wed Sep 11 20:43:02 2019 Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id 5428019803 for ; Wed, 11 Sep 2019 20:43:02 +0000 (UTC) Received: (qmail 52872 invoked by uid 500); 11 Sep 2019 20:43:01 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 52844 invoked by uid 500); 11 Sep 2019 20:43:01 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 52830 invoked by uid 99); 11 Sep 2019 20:43:01 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Sep 2019 20:43:01 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 72FDD814CE; Wed, 11 Sep 2019 20:43:01 +0000 (UTC) Date: Wed, 11 Sep 2019 20:43:01 +0000 To: "commits@zookeeper.apache.org" Subject: [zookeeper] branch branch-3.5.6 updated (22c0779 -> 35dba7d) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156823458129.20780.5899200306437230239@gitbox.apache.org> From: eolivelli@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: zookeeper X-Git-Refname: refs/heads/branch-3.5.6 X-Git-Reftype: branch X-Git-Oldrev: 22c077917b3ee7faf7fba9c8a072a88c03ba8c88 X-Git-Newrev: 35dba7ddf01d9107aa88b6774dc3c2ef890500e2 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. eolivelli pushed a change to branch branch-3.5.6 in repository https://gitbox.apache.org/repos/asf/zookeeper.git. discard 22c0779 ZOOKEEPER-3532: Provide a docker-based environment to work on a known OS new 35dba7d Add release notes for 3.5.6 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (22c0779) \ N -- N -- N refs/heads/branch-3.5.6 (35dba7d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: dev/docker/Dockerfile | 23 ------- dev/docker/run.sh | 72 ---------------------- .../src/main/resources/markdown/releasenotes.md | 41 ++++++++++++ 3 files changed, 41 insertions(+), 95 deletions(-) delete mode 100644 dev/docker/Dockerfile delete mode 100755 dev/docker/run.sh