source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.10/mondorescue.pb@ 1000

Last change on this file since 1000 was 997, checked in by Bruno Cornec, 14 years ago

r3739@localhost: bruno | 2010-03-14 23:33:29 +0100

  • Next mindi version will be 2.1.0 as it is not compatible with previous 2.0.7, and is required by 2.2.10
File size: 1.6 KB
Line 
1#
2# Project Builder configuration file
3# For project mondorescue
4#
5# $Id$
6#
7
8pburl mondorescue = svn+ssh://svn.mondorescue.org/mondo/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 = /mondo/ftp
28sshport mondorescue = 22
29
30testver mondorescue = true
31projver mondorescue = 2.2.10
32projtag mondorescue = 1
33
34# Hash of default package/package directory
35defpkgdir mondo = mondo
36defpkgdir mindi = mindi
37
38pkgver mindi = 2.1.0
39
40# Hash of additional package/package directory
41extpkgdir mondo-doc = mondo-doc
42# Gentoo doesn't name the package mondo as it conflicts
43# So we create an additional fake package just for it
44#extpkgdir mondo-rescue = mondo
45
46# Website management and delivery
47webdir mondorescue = website
48websshhost mondorescue = www.mondorescue.org
49websshlogin mondorescue = apache
50websshdir mondorescue = /mondo/www/html/mondo
51websshport mondorescue = 22
52
53# Hash of valid version names
54version mondorescue = devel,stable
55
56# List of additional files on which to apply filters
57# Files are mentioned relatively to pbroot
58filteredfiles mondo = configure.in
59filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
60filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
61filteredfiles website = top.shtml
Note: See TracBrowser for help on using the repository browser.