source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.2/mondorescue.pb@ 1955

Last change on this file since 1955 was 1955, checked in by Bruno Cornec, 9 years ago
  • Use the new mondo-announce ML for ... announces !
File size: 2.0 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,mondo-announce@mondorescue.org
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
31delivery mondorescue = test
32projver mondorescue = 3.2.1
33projtag mondorescue = 1
34
35# Hash of default package/package directory
36defpkgdir MondoRescue = MondoRescue
37namingtype MondoRescue = perl
38defpkgdir mondo = mondo
39defpkgdir mindi = mindi
40
41pkgver mindi = 3.0.1
42pkgver mindi-busybox = 1.21.1
43#pkgtag mindi-busybox = 3
44
45# Hash of additional package/package directory
46extpkgdir mindi-busybox = mindi-busybox
47extpkgdir mondo-doc = mondo-doc
48# Gentoo doesn't name the package mondo as it conflicts
49# So we create an additional fake package just for it
50#extpkgdir mondo-rescue = mondo
51
52# Website management and delivery
53webdir mondorescue = website
54websshhost mondorescue = www.mondorescue.org
55websshlogin mondorescue = apache
56websshdir mondorescue = /prj/www/html/mondorescue
57websshport mondorescue = 22
58
59# Hash of valid version names
60version mondorescue = devel,stable
61
62# List of additional files on which to apply filters
63# Files are mentioned relatively to pbroot
64filteredfiles mondo = configure.ac
65filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
66filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
67filteredfiles mindi-busybox = Makefile
68filteredfiles MondoRescue = Makefile.PL,bin/mr-analyze-lvm,lib/MondoRescue/Version.pm
69filteredfiles website = top.shtml
70
71checkexclude all = centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.