X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 526E21EBFFD for ; Tue, 29 Mar 2011 06:08:58 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id C1956AE4002; Tue, 29 Mar 2011 06:08:57 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SioTbS+mdXla; Tue, 29 Mar 2011 06:08:50 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 3E5F8376250; Tue, 29 Mar 2011 06:08:50 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id D9611621BDA17; Tue, 29 Mar 2011 06:08:49 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id 8D599621BDA16; Tue, 29 Mar 2011 06:08:49 +0000 (UTC) Date: Tue, 29 Mar 2011 08:06:48 +0200 From: Natanael Copa To: Jeremy Thomerson Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] delete remote source files that fail the md5 checksum test Message-ID: <20110329080648.5055499a@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1289046306-8854-1-git-send-email-jeremy@thomersonfamily.com> References: <1289046306-8854-1-git-send-email-jeremy@thomersonfamily.com> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.0; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Sat, 6 Nov 2010 12:25:06 +0000 Jeremy Thomerson wrote: > Currently, if the build server downloads a file that fails the md5sum > check for some reason (perhaps interrupted download, etc), the file > is never deleted so the build can not succeed until someone manually > deletes the bad file. This change deletes any file that is a remote > source file / package that fails the md5sum check. The subsequent > rebuild will then be forced to download the file again. > --- > abuild.in | 23 +++++++++++++++++++++-- > 1 files changed, 21 insertions(+), 2 deletions(-) Looks good. Applied. Thanks! (There is actually no need to save and restore originalparams since md5check() function does not take any parameters.) -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---