summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-06-23 23:27:18 +0000
committerhubertf <hubertf>2001-06-23 23:27:18 +0000
commit117130662779c73b8a5276ee9dbcdd7c37df73a7 (patch)
tree541469ba84d992ad0a0e985c925bcffdb1914d90 /mk/bulk/build.conf-example
parentc2a1cc72ec492416d06f5bff3dc2fb8ed445ed60 (diff)
downloadpkgsrc-117130662779c73b8a5276ee9dbcdd7c37df73a7.tar.gz
Add a script that I use to upload binary pkgs to the FTP server
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index 6296efae3a4..d0681ea90f6 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,5 +1,5 @@
# build.conf
-# $NetBSD: build.conf-example,v 1.8 2001/03/19 11:25:39 dmcmahill Exp $
+# $NetBSD: build.conf-example,v 1.9 2001/06/23 23:27:18 hubertf Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#
@@ -37,6 +37,10 @@ PRUNEDISTFILES=yes
#ftp_proxy=http://proxy.machi.ne:3128/
#http_proxy=http://proxy.machi.ne:3128/
+# Uploading binary packages:
+RSYNC_DST=$CVS_USR@ftp.netbsd.org:/pub/NetBSD/packages/x.y/arch
+RSYNC_OPTS='-e ssh'
+
###########################################################################
### No changes should be needed below this line !!!
###########################################################################