From owner-freebsd-ports@FreeBSD.ORG Wed Jul 28 13:48:42 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89A56106567A for ; Wed, 28 Jul 2010 13:48:42 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 442668FC0A for ; Wed, 28 Jul 2010 13:48:42 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oe6zw-0002eN-41 for freebsd-ports@freebsd.org; Wed, 28 Jul 2010 15:48:40 +0200 Received: from static-78-8-147-77.ssp.dialog.net.pl ([78.8.147.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2010 15:48:40 +0200 Received: from mwisnicki+freebsd by static-78-8-147-77.ssp.dialog.net.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jul 2010 15:48:40 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Marcin Wisnicki Date: Wed, 28 Jul 2010 13:48:27 +0000 (UTC) Lines: 18 Message-ID: References: <201007281343.o6SDhiAY039257@fire.js.berklix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-78-8-147-77.ssp.dialog.net.pl User-Agent: Pan/0.132 (Waxed in Black) Subject: Re: Strange contents on some ftp mirrors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2010 13:48:42 -0000 On Wed, 28 Jul 2010 15:43:43 +0200, Julian H. Stacey wrote: >> Mirroring must be atomic (mirror to temporary directory then rename). > > That could double disc requirement, & reduce mirror sites willing to > provide space ? > Indeed it would. But there is no other way to solve it. Alternatively it could be prevented with no disk cost by putting "MIRROR-IN-PROGRESS" file and making all package utilities check for its existence and fail with explanation to try again later. > Cheers, > Julian