source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.1/mondorescue.pb@ 1774

Last change on this file since 1774 was 1774, checked in by Bruno Cornec, 11 years ago
  • svn merge -r 1199:1772 ../3.0
File size: 1.8 KB
Line 
1#
2# Project Builder configuration file
3# For project mondorescue
4#
5# $Id$
6#
7
8pburl mondorescue = svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
9#
10#
11# Packager label
12pbpackager mondorescue = Bruno Cornec <bruno@mondorescue.org>
13
14# Root repo
15pbrepo mondorescue = ftp://ftp.mondorescue.org
16
17# ML for announces
18pbml mondorescue = mondo-devel@lists.sourceforge.net,mondorescue-announce@lists.berlios.de
19pbsmtp mondorescue = localhost
20
21#
22# For delivery to a machine by SSH (potentially the FTP server)
23# Needs hostname, account and directory
24#
25sshhost mondorescue = www.mondorescue.org
26sshlogin mondorescue = bruno
27sshdir mondorescue = /prj/ftp
28sshport mondorescue = 22
29
30testver mondorescue = true
31projver mondorescue = 3.1.0
32delivery mondorescue = test
33projtag mondorescue = 1
34
35# Hash of default package/package directory
36defpkgdir mondo = mondo
37defpkgdir mindi = mindi
38
39pkgver mindi = 3.0.0
40pkgver mindi-busybox = 1.20.2
41pkgtag mindi-busybox = 1
42
43# Hash of additional package/package directory
44extpkgdir mondo-doc = mondo-doc
45# Gentoo doesn't name the package mondo as it conflicts
46# So we create an additional fake package just for it
47#extpkgdir mondo-rescue = mondo
48
49# Website management and delivery
50webdir mondorescue = website
51websshhost mondorescue = www.mondorescue.org
52websshlogin mondorescue = apache
53websshdir mondorescue = /prj/www/html/mondorescue
54websshport mondorescue = 22
55
56# Hash of valid version names
57version mondorescue = devel,stable
58
59# List of additional files on which to apply filters
60# Files are mentioned relatively to pbroot
61filteredfiles mondo = configure.in
62filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
63filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
64filteredfiles website = top.shtml
65
66checkexclude all = centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.