source: ProjectBuilder/projects/mondorescue/pbconf/devel/mondorescue.pb@ 689

Last change on this file since 689 was 689, checked in by Bruno Cornec, 15 years ago
  • Begin de develop the mondorescue devel branch infrastructure to be able to build preliminary packages
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/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 = devel
32projtag mondorescue = 1
33
34# Hash of default package/package directory
35defpkgdir MondoRescue = mondorescue-base
36namingtype MondoRescue = perl
37# Not ready yet
38#defpkgdir mondo = mondo
39defpkgdir mindi = mindi
40
41# Hash of additional package/package directory
42extpkgdir mondo-doc = mondo-doc
43extpkgdir mondo-web = mondo-web
44# Gentoo doesn't name the package mondo as it conflicts
45# So we create an additional fake package just for it
46#extpkgdir mondo-rescue = mondo
47
48# Website management and delivery
49webdir mondorescue = website
50websshhost mondorescue = www.mondorescue.org
51websshlogin mondorescue = apache
52websshdir mondorescue = /mondo/www/html/mondo
53websshport mondorescue = 22
54
55# Hash of valid version names
56version mondorescue = devel,stable
57
58# List of additional files on which to apply filters
59# Files are mentioned relatively to pbroot
60filteredfiles mondo = configure.in
61filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
62filteredfiles mindi = sbin/mindi,Makefile.PL,sbin/mranalyze-lvm,sbin/mrprepare-lvm
63filteredfiles MondoRescue = Makefile.PL
64filteredfiles website = top.shtml
Note: See TracBrowser for help on using the repository browser.