From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id CBF2E78849 for ; Fri, 2 Feb 2018 12:28:26 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id w12CSPVO006765 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 2 Feb 2018 12:28:26 GMT Message-ID: <1517574505.3090.59.camel@linuxfoundation.org> From: Richard Purdie To: Nathan Rossi , bitbake-devel@lists.openembedded.org Date: Fri, 02 Feb 2018 12:28:25 +0000 In-Reply-To: <20180202112309.32044-1-nathan@nathanrossi.com> References: <20180202112309.32044-1-nathan@nathanrossi.com> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Subject: Re: [PATCH v2] fetch2: Handle missing donestamp file when content is valid X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 12:28:28 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Fri, 2018-02-02 at 21:23 +1000, Nathan Rossi wrote: > In order to allow users to manually populate the download directory > with > valid content change the assumption that missing the donestamp file > means unfetched content. > > This allows users to populate the download dir without needing to > create > dummy .done files such that a user does not need a PREMIRROR when > using > BB_NO_NETWORK to provide valid content files in the download > directory. > > Also added test cases to cover this use case and additional use cases > where for example the fetcher does not support checksums. > > Signed-off-by: Nathan Rossi > --- > Changes in v2: >   * Added test cases for the 4 common donestamp cases Looks good, thanks for the tests, over the longer term that are proving invaluable! Cheers, Richard