From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LmEep-00019i-PC for garchives@archives.gentoo.org; Tue, 24 Mar 2009 21:59:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 258D1E06C5; Tue, 24 Mar 2009 21:59:38 +0000 (UTC) Received: from 27.mail-out.ovh.net (27.mail-out.ovh.net [91.121.30.210]) by pigeon.gentoo.org (Postfix) with SMTP id A811BE06C5 for ; Tue, 24 Mar 2009 21:59:37 +0000 (UTC) Received: (qmail 5368 invoked by uid 503); 24 Mar 2009 22:14:21 -0000 Received: from b6.ovh.net (HELO mail172.ha.ovh.net) (213.186.33.56) by 27.mail-out.ovh.net with SMTP; 24 Mar 2009 22:14:21 -0000 Received: from b0.ovh.net (HELO queue-out) (213.186.33.50) by b0.ovh.net with SMTP; 24 Mar 2009 21:59:26 -0000 Received: from a81-84-103-93.cpe.netcabo.pt (HELO ?192.168.0.102?) (laurent@logiquefloue.org@81.84.103.93) by ns0.ovh.net with SMTP; 24 Mar 2009 21:59:25 -0000 Message-ID: <49C957C2.5070701@logiquefloue.org> Date: Tue, 24 Mar 2009 22:59:30 +0100 From: laurent User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] cleaning disfiles References: <49C952AE.40904@logiquefloue.org> <49C954DE.1010901@gmail.com> In-Reply-To: <49C954DE.1010901@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Ovh-Tracer-Id: 6322209452867748440 X-Ovh-Remote: 81.84.103.93 (a81-84-103-93.cpe.netcabo.pt) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-Spam-Check: DONE|H 0.5/N Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 55fe5613-8f23-4824-aa3c-02ab07d07824 X-Archives-Hash: b074bc3c9d4336622507600f4e5bc06e Dale a =E9crit : > laurent wrote: > =20 >> Hi, >> >> I need to clean disfiles or move it to /home/var/ftp/disfiles. >> >> For first is there a tool to emerge that will manage the distfiles. >> >> If not I was thinking copy to my home folder and symlink >> /var/ftp/distfiles to it. >> >> Is the second safe with just a symlink or should I change a PATH >> somewhere? >> >> I should do both solution. >> >> thank you >> Laurent >> >> >> =20 > > > If you need to clean out unneeded tarballs in distfiles, you can use > eclean. It's part of gentoolkit. eclean-dist is the command you are > looking for. eclean-dist -h for more info. > > If you want to move the distfiles directory, you can change the path in > make.conf and tell it where the new location is. You will have to copy > the files from the old location to the new location tho. > > Hope that helps. > > Dale > > :-) :-)=20 > > > > =20 Yes it help, got 50 M clean with eclean. I looked in make.conf but did not see any 'DISTFILES_PATH'. What should=20 I add? my make.conf: # These settings were set by the catalyst build script that=20 automatically built$ # Please consult /etc/make.conf.example for a more detailed example CFLAGS=3D"-O2 -pipe -march=3Dk8" CHOST=3D"x86_64-pc-linux-gnu" CXXFLAGS=3D"${CFLAGS}" MAKEOPTS=3D"-j2" GENTOO_MIRRORS=3D"http://mirror.ovh.net/gentoo-distfiles/=20 ftp://mirror.ovh.net/ge$ USE=3D"-X mmx multilib netboot sse sse2 -gtk -sdl apache2 mysql pam ssl=20 sasl xml $ FEATURES=3D"-sandbox collision-protect ccache parallel-fetch" PORTDIR_OVERLAY=3D"/usr/local/portage" source /home/portage/local/layman/make.conf PORTAGE_TMPDIR=3D/home/portage Thanks ;) Laurent