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 36D9D1EB587 for ; Sat, 5 Mar 2011 09:22:05 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id E066EAE4001; Sat, 5 Mar 2011 09:22:03 +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 EfOBP1yEFn8C; Sat, 5 Mar 2011 09:21:48 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 3D521376073; Sat, 5 Mar 2011 09:21:48 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 1644160AAFAA3; Sat, 5 Mar 2011 09:21:48 +0000 (UTC) Received: from localhost (unknown [10.65.96.33]) (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 9E8D362172B69; Sat, 5 Mar 2011 09:21:47 +0000 (UTC) Date: Sat, 5 Mar 2011 09:21:37 +0000 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org, Ted Trask Subject: [alpine-devel] deleting main/abuild: Patch to delete sources with bad md5sum Message-ID: <20110305092137.47a2830d@alpinelinux.org> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.0; i686-pc-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 Hi, I am deleting the patch added with aports f6e1791e9c37fb946bcfd6b685b12f5cda5ef7bf I do it because that will delete *all* sources for the package if any file have bad md5sum. For example, if I work on a gcc patch, edit the patch, and run abuild, it will fail on the md5sum check (because i forgot to abuild checksum first). This results that all gcc sources gets deleted and needs to be downloaded again (~50M). I'm not against the idea of deleting files that fails on md5check, but it should only delete the file(s) that fails. Not all. -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---