summaryrefslogtreecommitdiff
path: root/mk/bulk
diff options
context:
space:
mode:
authorspz <spz@pkgsrc.org>2011-04-22 09:03:52 +0000
committerspz <spz@pkgsrc.org>2011-04-22 09:03:52 +0000
commit6ae1a0a4dbc0d247b259189a7524eb13a27f24ef (patch)
tree8c48f3b766f9ce9c92380fc153274db15d1425c2 /mk/bulk
parent1ba2cd26edee6ff4144e6f2b65d924aa7b894aa1 (diff)
downloadpkgsrc-6ae1a0a4dbc0d247b259189a7524eb13a27f24ef.tar.gz
fix up paths on ftp.NetBSD.org:
- reading through the null mounts is deprecated - writing through the null mounts is not allowed (not possible)
Diffstat (limited to 'mk/bulk')
-rw-r--r--mk/bulk/build.conf-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index fb0be9ca478..1581ccf2a1e 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,4 +1,4 @@
-# $NetBSD: build.conf-example,v 1.38 2008/11/19 16:27:14 sketch Exp $
+# $NetBSD: build.conf-example,v 1.39 2011/04/22 09:03:52 spz Exp $
#
# This is an example configuration file for pkgsrc bulk builds.
# Actually it's a shell script that is sourced in by the pre-build,
@@ -102,5 +102,5 @@ MKSUMMARY=no
#SIGN_AS=username@NetBSD.org
# Destination for packages and rsync options.
-RSYNC_DST=ftp.NetBSD.org:/pub/NetBSD/packages/pkgsrc-200xQy/NetBSD-a.b.c/i386
+RSYNC_DST=ftp.NetBSD.org:/pub/pkgsrc/packages/NetBSD/SomeArch/${osrev}-201xQy/
RSYNC_OPTS='-e ssh'