From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 87B9FA0583 for ; Fri, 20 Mar 2020 10:39:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5DDD92BB9; Fri, 20 Mar 2020 10:39:35 +0100 (CET) Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by dpdk.org (Postfix) with ESMTP id 574872BB9; Fri, 20 Mar 2020 10:39:34 +0100 (CET) Received: by mail-wm1-f68.google.com with SMTP id c187so5739697wme.1; Fri, 20 Mar 2020 02:39:34 -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=I6jvBIlGnpQUv8qjRVzNQyPaR532hY1h6q505Hs7RRQ=; b=A9byUq2fROpqkXv6y0V2fMFOEoqO0N8BsvVQrwSPe3M691oz2ZyVP1GOIw02/AvKth HIoFyhoCht8AtKfpNTPM7xBbJx5Eyuw3am75dxvvSySqqVvMXrZlDmFSOkYjB5KfS6mN me6SewCKLJIMzoQaCesGoOPwxitk2aWSvz/u5UoZ2MOiPfJsXx0xjA9pmY6J9F6jamCt J1Tp1U4vbmxROLCJ2dUBH6aSdywuuTsD/rBfm4SGsOaK4hmF9u84OocTl+UZYrBo0Z7u EkRtaM4IyFZAWxlaBICwBpdJbAJJ8BXo9kaezC4RtP+W5UwgEyqaNc7xMjBKDVM9vclW 35FA== X-Gm-Message-State: ANhLgQ1MuXSXZ2pvcrfVW8gkKVGQ7FIgSfhFqVtQx07XfXpm7aBzoayJ 0XMiXPp4fRQwICFw7hrZSq8= X-Google-Smtp-Source: ADFU+vv0Ev5eS5yFMJqokXHCGCop5/4vF9TG4/a8cbYpy5LkVWYmW54Z6icTX19Cs/o3N9QYq9Ug2A== X-Received: by 2002:a1c:456:: with SMTP id 83mr9186831wme.54.1584697173969; Fri, 20 Mar 2020 02:39:33 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id r3sm7854026wrw.76.2020.03.20.02.39.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 20 Mar 2020 02:39:33 -0700 (PDT) Message-ID: From: Luca Boccassi To: Muhammad Bilal , thomas@monjalon.net, john.mcnamara@intel.com Cc: dev@dpdk.org, stable@dpdk.org Date: Fri, 20 Mar 2020 09:39:32 +0000 In-Reply-To: <20200320080201.14171-1-m.bilal@emumba.com> References: <20200319132722.11325-1-m.bilal@emumba.com> <20200320080201.14171-1-m.bilal@emumba.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 v2 18.11 17.11] doc: in doc-clean removed the folder not containing rst files X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, 2020-03-20 at 13:02 +0500, Muhammad Bilal wrote: > in doc-clean removing the folder which contain > the text files and no .rst files, > they cause problem When switching branches and compiling > the documentation for older releases (for example=20 > building a documentation on 18.11 or 17.11, with a > documentation on master branch, built before. >=20 > Bugzilla ID: 364 > Cc: Thomas Monjalon > Cc: John McNamara > Cc: M: Luca Boccassi > Cc: dev@dpdk.org > Cc: stable@dpdk.org > Signed-off-by: Muhammad Bilal > --- > v2: > * Added Details of branches for which patch is used. > * This patch is intended for v18.11 and v17.11 branches Thanks for the patch, but 17.11 is EOL and will no longer receive updates. --=20 Kind regards, Luca Boccassi