From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <stable-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 47BABA0569
	for <public@inbox.dpdk.org>; Wed, 11 Mar 2020 12:26:20 +0100 (CET)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 101FA2BAA;
	Wed, 11 Mar 2020 12:26:20 +0100 (CET)
Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com
 [209.85.128.65]) by dpdk.org (Postfix) with ESMTP id 6EF962BAA
 for <stable@dpdk.org>; Wed, 11 Mar 2020 12:26:19 +0100 (CET)
Received: by mail-wm1-f65.google.com with SMTP id 6so1651801wmi.5
 for <stable@dpdk.org>; Wed, 11 Mar 2020 04:26:19 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to
 :references:content-transfer-encoding:user-agent:mime-version;
 bh=dGv/UbBd+jYODZNfyYbB0wqiIbeSW9I0BCY1jgkxuJM=;
 b=DAAGcu8xNAq0LDkwGg4VyK1gT5blW6Gh191ET8aic/pqHZpBXUHn6aNt2HCDsL3D0E
 EXLNXVoSkZ9B6GynVBDNoShoYtCY7p5n2g3rTdzbPnB0TguhzOykY/l25EqPei8XPKDh
 pIo3dZOwL6ac+e/vIsz0AR2ri8mDepOctCjgOLM8WYkq8xku6LDZrK+D3L8w2s3Q86jL
 xeqdte4O6NEMp5eEN03D6OHsuF+Iyz6vE+gbFowY2JwWUJPaQagKuuYHYCTMzFMB0EFW
 NUl/r1U5PMDiHulc3DuRoEqRJsbYnpBILf5uBluHFiXEEoQaLFKklVQaAUlsvbBeRbNw
 VYlw==
X-Gm-Message-State: ANhLgQ0JWSBEKQOusB50zTsGziHEq7EfHZglQYNWjnqzUd3NRoPcgZEp
 aSQExJSi7sWhrIznaSf0Oe4=
X-Google-Smtp-Source: ADFU+vuRZ7Fr4VzpUl5I8zUETKILtFT/HO0feHWCfG+MCrZF0h4m9xYsc+mRBhR+XvhblmQwYY9/jw==
X-Received: by 2002:a7b:cb17:: with SMTP id u23mr3477879wmj.12.1583925979138; 
 Wed, 11 Mar 2020 04:26:19 -0700 (PDT)
Received: from localhost ([88.98.246.218])
 by smtp.gmail.com with ESMTPSA id a7sm15265608wrn.25.2020.03.11.04.26.18
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Wed, 11 Mar 2020 04:26:18 -0700 (PDT)
Message-ID: <f93b5fd1ee9253c9cde06f0f8dbdac0995b35a58.camel@debian.org>
From: Luca Boccassi <bluca@debian.org>
To: Kevin Traynor <ktraynor@redhat.com>, stable@dpdk.org
Cc: thomas@monjalon.net, ferruh.yigit@intel.com, david.marchand@redhat.com
Date: Wed, 11 Mar 2020 11:26:17 +0000
In-Reply-To: <20200311112039.32038-1-ktraynor@redhat.com>
References: <20200311112039.32038-1-ktraynor@redhat.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
User-Agent: Evolution 3.30.5-1.1 
MIME-Version: 1.0
Subject: Re: [dpdk-stable] [PATCH stable master] README: indicate master
 branch is not used
X-BeenThere: stable@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches for DPDK stable branches <stable.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/stable>,
 <mailto:stable-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/stable/>
List-Post: <mailto:stable@dpdk.org>
List-Help: <mailto:stable-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/stable>,
 <mailto:stable-request@dpdk.org?subject=subscribe>
Errors-To: stable-bounces@dpdk.org
Sender: "stable" <stable-bounces@dpdk.org>

On Wed, 2020-03-11 at 11:20 +0000, Kevin Traynor wrote:
> There has been a commit history on the dpdk-stable repo
> master branch even though it is not actively used or really
> defined what should be there. This is the default branch when
> cloning the repo so it can be confusing.
>=20
> Drop all history on dpdk-stable repo master branch back to the
> initial commit and add to the existing README blurb that
> stable/LTS branches should be used.
>=20
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>=20
> ---
> Note, this is intended to be in conjunction with 'git reset --hard'
> to the initial DPDK commit on the dpdk-stable repo master branch.
> ---
>  README | 21 +++++++++++++++++++++
>  1 file changed, 21 insertions(+)
>  create mode 100644 README
>=20
> diff --git a/README b/README
> new file mode 100644
> index 0000000000..7defb70606
> --- /dev/null
> +++ b/README
> @@ -0,0 +1,21 @@
> +DPDK is a set of libraries and drivers for fast packet processing.
> +It supports many processor architectures and both FreeBSD and Linux.
> +
> +The DPDK uses the Open Source BSD-3-Clause license for the core
> libraries
> +and drivers. The kernel components are GPL-2.0 licensed.
> +
> +Please check the doc directory for release notes,
> +API documentation, and sample application information.
> +
> +For questions and usage discussions, subscribe to: users@dpdk.org
> +Report bugs and issues to the development mailing list: dev@dpdk.org
> +
> +This is the master branch of the dpdk-stable repo. It is unused.
> +
> +Please switch branch to one of the stable/LTS branches.
> +
> +Details of currently maintained stable/LTS branches are available
> at:
> +https://core.dpdk.org/roadmap/#stable
> +
> +Releases from current and previously maintained stable/LTS branches
> +are available via git tags or at: https://core.dpdk.org/download/

Acked-by: Luca Boccassi <bluca@debian.org>

--=20
Kind regards,
Luca Boccassi