pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/bulk Added a new section called "Generating the rep...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6df8b68252b9
branches:  trunk
changeset: 503328:6df8b68252b9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 18 12:11:51 2005 +0000

description:
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:

 mk/bulk/build.conf-example |  20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diffs (54 lines):

diff -r 44a2d1f83d33 -r 6df8b68252b9 mk/bulk/build.conf-example
--- a/mk/bulk/build.conf-example        Fri Nov 18 11:52:29 2005 +0000
+++ b/mk/bulk/build.conf-example        Fri Nov 18 12:11:51 2005 +0000
@@ -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 @@
 
 
 #
-# Building packages
+# Building the packages
 #
 
 # List of package directories to build.
@@ -63,12 +63,21 @@
 # can be set to 'yes' or 'no'.
 LINTPKGSRC_CACHE=no
 
+#
+# Generating the report
+#
+
 # Where build will mail the report
 ADMIN="you%some.whe.re@localhost"
 
 # 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 @@
 RSYNC_DST=$CVS_USER%ftp.NetBSD.org@localhost:/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 !!!
 ###########################################################################



Home | Main Index | Thread Index | Old Index