Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Oct 2007 18:35:18 +0200
From:      Kris Kennaway <kris@FreeBSD.org>
To:        Kirill Ponomarew <krion@voodoo.bawue.com>,  Kris Kennaway <kris@FreeBSD.org>, krion@FreeBSD.org,  freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org
Subject:   Re: ports/117178: Remove ${INDEXDIR}/${INDEXFILE}.bz2 after	fetchindex is being run
Message-ID:  <47124546.7040505@FreeBSD.org>
In-Reply-To: <20071014162226.GA1135@voodoo.bawue.com>
References:  <200710141044.l9EAiN1f096401@freefall.freebsd.org> <4711FEE7.6020005@FreeBSD.org> <20071014162226.GA1135@voodoo.bawue.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Kirill Ponomarew wrote:
> On Sun, Oct 14, 2007 at 01:35:03PM +0200, Kris Kennaway wrote:
>> krion@FreeBSD.org wrote:
>>> Synopsis: Remove ${INDEXDIR}/${INDEXFILE}.bz2 after fetchindex is being 
>>> run
>>> Responsible-Changed-From-To: freebsd-ports-bugs->portmgr
>>> Responsible-Changed-By: krion
>>> Responsible-Changed-When: Sun Oct 14 10:43:59 UTC 2007
>>> Responsible-Changed-Why: Over to portmgr
>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=117178
>> Seems like this breaks the deliberate feature that fetch won't download 
>> anything if the latest version is already present.
> 
> Hmm, seems to work here:
> 
> voodoo# pwd -P
> /usr/ports
> voodoo# ls -l INDEX-8*
> -rw-r--r--  1 root  wheel  22554740 Oct 14 18:19 INDEX-8
> -rw-r--r--  1 root  wheel  35611648 Oct 14 11:54 INDEX-8.db
> voodoo# make fetchindex
> /usr/ports/INDEX-8.bz2                        100% of 1116 kB  447 kBps
> voodoo# ls -l INDEX-8*
> -rw-r--r--  1 root  wheel  22554740 Oct 14 18:21 INDEX-8
> -rw-r--r--  1 root  wheel  35611648 Oct 14 11:54 INDEX-8.db
> 
> -Kirill
> 
> 

You miss my point, if you do two make fetchindex commands in a row it 
will now download twice instead of once.

Kris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47124546.7040505>