Skip site navigation (1)Skip section navigation (2)
Date:      09 Jun 2000 13:00:54 -0700
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        obrien@freebsd.org
Cc:        ports@freebsd.org
Subject:   Re: Moving personal distfiles from Freefall to ftp.freebsd.org
Message-ID:  <vqc7lbyipzd.fsf@silvia.hip.berkeley.edu>
In-Reply-To: "David O'Brien"'s message of "Fri, 9 Jun 2000 09:40:00 -0700"
References:  <20000606200100.A19338@dragon.nuxi.com> <vqcem69oqs9.fsf@silvia.hip.berkeley.edu> <20000607091559.C55268@dragon.nuxi.com> <20000607101414.C80031@dragon.nuxi.com> <vqcd7lrkbis.fsf@silvia.hip.berkeley.edu> <20000609094000.A45481@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 * From: "David O'Brien" <obrien@freebsd.org>

 * Could you send me a diff of this this part?  I plan on using
 * "MASTER_SITE_LOCAL" like we would "MASTER_SITE_SUNSITE".  Can we also
 * pick some one or two other large FreeBSD mirrors in other countries so
 * there is redundancy?

Something like this?

===
Index: bsd.port.mk
===================================================================
RCS file: /usr/cvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.338
diff -u -r1.338 bsd.port.mk
--- bsd.port.mk	2000/05/06 10:45:35	1.338
+++ bsd.port.mk	2000/06/09 19:58:00
@@ -1114,7 +1148,8 @@
 
 # Where to put distfiles that don't have any other master site
 MASTER_SITE_LOCAL?= \
-	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/LOCAL_PORTS/
+	ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
+	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
 
 # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD repository
 # for everything, but don't search it twice by appending it to the end.
===

By the way, your script is not picking up subdirectories (like those
in ~asami/public_distfiles). :)

Also, we need a way to get stuff that are currently in
distfiles/LOCAL_PORTS.  Can you put them in local-distfiles/LOCAL_PORTS
(so we can use MASTER_SITE_SUBDIR=LOCAL_PORTS) and make the script not
touch that directory?

Satoshi


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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