Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2007 13:48:08 +0100
From:      DeuZa <deuza42@gmail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Local mirror
Message-ID:  <f37d8caa0701280448l287f602y224df4dd2c0bfa38@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi the list,

I post this in questions@ without result :( Maybe here ? :)

For 3 box I want make a "little" FTP mirror :

I have activate anonymous account behind a NAT, in private adress so ..
No problem about secu

All the 2 hours I running a little script for synch this directory :

ROOT=/var/ftp/pub/FreeBSD

$ROOT/tools                                          (for installation)
$ROOT/ports/distfiles/                             (53Go All the last ports
sources ?)
$ROOT/ports/i386/packages-6.2-release/  (15Go All the last package for
6.2-RELEASE ?)
$ROOT/ports/i386/packages-6-stable/       (20Go All the last packages for
6-STABLE)
$ROOT/releases/i386/6.2-RELEASE         (282Mo For make installation about
this server)
$ROOT/releases/i386/ISO-IMAGES/6.2     (1,4Go To have some my hands :)

My questions is for mirror-master :)
What's your politic about distfiles/ packages*/ directory ?
How many time about retention ?

We're ok if my 3 boxes are in /etc/make.conf :

MASTER_SITE_BACKUP?=
ftp://localserver/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/<ftp://localserver/pub/FreeBSD/ports/distfiles/$%7BDIST_SUBDIR%7D/>;
MASTER_SITE_OVERRIDE?=${MASTER_SITE_BACKUP}

I using portinstall/portupgrade
In the /usr/local/etc/pkgtools.conf I have add :


  USE_PKGS = [
        '*',
  ]


All is fine ? How indicate a package server ?

Thanks for your help

2A



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