source: ProjectBuilder/projects/mondorescue/pbconf/tags/3.2.2/mondorescue.yml@ 2382

Last change on this file since 2382 was 2382, checked in by Bruno Cornec, 5 years ago

Adds new pb 0.15 config files in order to make fixes to that version potentially

File size: 2.0 KB
Line 
1---
2#
3# Project Builder configuration file
4# For project mondorescue
5#
6# $Id$
7#
8#
9pbprojurl:
10 mondorescue: svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
11#
12#
13# Packager label
14pbpackager:
15 mondorescue: Bruno Cornec <bruno@mondorescue.org>
16pbadditionalgpg:
17 mondorescue: 0x141B9FF237DB9883
18#
19# Root repo
20pbrepo:
21 mondorescue: ftp://ftp.mondorescue.org
22#
23# ML for announces
24pbml:
25 mondorescue: mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
26pbsmtp:
27 mondorescue: localhost
28#
29#
30# For delivery to a machine by SSH (potentially the FTP server)
31# Needs hostname, account and directory
32#
33sshhost:
34 mondorescue: www.mondorescue.org
35sshlogin:
36 mondorescue: bruno
37sshdir:
38 mondorescue: /prj/ftp
39sshport:
40 mondorescue: 22
41#
42#testver mondorescue = true
43delivery:
44 mondorescue: !!str ""
45projver:
46 mondorescue: 3.2.2
47projtag:
48 mondorescue: 1
49#
50# Hash of default package/package directory
51defpkgdir:
52 mondo: mondo
53 mindi: mindi
54 MondoRescue: MondoRescue
55namingtype:
56 MondoRescue: perl
57#
58pkgver:
59 mindi: 3.0.2
60 mindi-busybox: 1.21.1
61#pkgtag mindi-busybox = 3
62#
63# Hash of additional package/package directory
64extpkgdir:
65 mondo-doc: mondo-doc
66 mindi-busybox: mindi-busybox
67# Gentoo doesn't name the package mondo as it conflicts
68# So we create an additional fake package just for it
69#extpkgdir mondo-rescue = mondo
70#
71# Website management and delivery
72webdir:
73 mondorescue: website
74websshhost:
75 mondorescue: www.mondorescue.org
76websshlogin:
77 mondorescue: apache
78websshdir:
79 mondorescue: /prj/www/html/mondorescue
80websshport:
81 mondorescue: 22
82#
83# Hash of valid version names
84version:
85 mondorescue: devel,stable
86#
87# List of additional files on which to apply filters
88# Files are mentioned relatively to pbroot
89filteredfiles:
90 mondo-doc: mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
91 MondoRescue: Makefile.PL,bin/mr-analyze-lvm,lib/MondoRescue/Version.pm
92 mindi: rootfs/etc/init.d/rcS,mindi,install.sh
93 website: top.shtml
94 mondo: configure.ac
95 mindi-busybox: Makefile
96#
97checkexclude:
98 all: centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.