summaryrefslogtreecommitdiff
path: root/mk/bulk/build.conf-example
blob: 5eff0a3de4a2d486e47c96e76ad48e0715c390e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# build.conf
# $Id: build.conf-example,v 1.2 2000/09/15 22:25:57 hubertf Exp $
#
# config file in /bin/sh syntax for {,pre,post}-build
#


# 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

# Where build will mail the report
ADMIN="you@some.whe.re"

# The OS release this bulk build is happening on
osrev=`uname -r`

# The machine architecture this is happening on
arch=`uname -m`

# Where our pkgsrc is located
USR_PKGSRC="/usr/pkgsrc"

# As which user to run "cvs updates"
CVS_USER="yourlogin"

# Proxies (optional):
#ftp_proxy=http://proxy.machi.ne:3128/
#http_proxy=http://proxy.machi.ne:3128/

###########################################################################
### No changes should be needed below this line !!!
###########################################################################

# Name of the (generated) HTML file which lists all broken pkgs
REPORT="$FTP/broken.html"