summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
diff options
context:
space:
mode:
authorrillig <rillig>2005-11-18 12:11:51 +0000
committerrillig <rillig>2005-11-18 12:11:51 +0000
commit0ff66b61578adb31350d87f39de7a44f98a71411 (patch)
treef4e2175320d3daae774835ce2a956e0fc6788b17 /mk/bulk/build.conf-example
parent4d7cfb5c4548f452d5584b8ee25c8d545755b9a8 (diff)
downloadpkgsrc-0ff66b61578adb31350d87f39de7a44f98a71411.tar.gz
Added a new section called "Generating the report". Moved the FTP*
variables into that section, since they have nothing to do with uploading the binary packages.
Diffstat (limited to 'mk/bulk/build.conf-example')
-rw-r--r--mk/bulk/build.conf-example20
1 files changed, 11 insertions, 9 deletions
diff --git a/mk/bulk/build.conf-example b/mk/bulk/build.conf-example
index e3c310e4915..0f105f51454 100644
--- a/mk/bulk/build.conf-example
+++ b/mk/bulk/build.conf-example
@@ -1,4 +1,4 @@
-# $NetBSD: build.conf-example,v 1.30 2005/11/05 23:22:05 rillig Exp $
+# $NetBSD: build.conf-example,v 1.31 2005/11/18 12:11:51 rillig 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,
@@ -49,7 +49,7 @@ PRUNEDISTFILES=no
#
-# Building packages
+# Building the packages
#
# List of package directories to build.
@@ -63,12 +63,21 @@ NICE_LEVEL="nice -n 20"
# can be set to 'yes' or 'no'.
LINTPKGSRC_CACHE=no
+#
+# Generating the report
+#
+
# Where build will mail the report
ADMIN="you@some.whe.re"
# Who the report is signed by
ADMINSIG="-Your Name"
+# Some paths for output files and paths to log files
+FTPx=`date +%Y%m%d.%H%M`
+FTPURL="pub/NetBSD/pkgstat/${FTPx}" # relative to ~ftp !
+FTP="/home/ftp/${FTPURL}" # absolute base path
+FTPHOST="ftp://ftp.machi.ne" # host for broken.html
#
# Uploading binary packages
@@ -92,13 +101,6 @@ MKSUMS=yes
RSYNC_DST=$CVS_USER@ftp.NetBSD.org:/pub/NetBSD/packages/pkgsrc-200xQy/NetBSD-a.b.c/i386
RSYNC_OPTS='-e ssh'
-# Some paths for output files and paths to log files
-FTPx=`date +%Y%m%d.%H%M`
-FTPURL="pub/NetBSD/pkgstat/${FTPx}" # relative to ~ftp !
-FTP="/home/ftp/${FTPURL}" # absolute base path
-FTPHOST="ftp://ftp.machi.ne" # host for broken.html
-
-
###########################################################################
### No changes should be needed below this line !!!
###########################################################################