source: ProjectBuilder/projects/mondorescue/pbconf/tags/3.2.2/mondorescue.pb@ 2296

Last change on this file since 2296 was 2296, checked in by Bruno Cornec, 7 years ago

Add the old GPG key for MondoRescue as pbadditional one

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>
13pbadditionalgpg mondorescue = 0x141B9FF237DB9883
14
15# Root repo
16pbrepo mondorescue = ftp://ftp.mondorescue.org
17
18# ML for announces
19pbml mondorescue = mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
20pbsmtp mondorescue = localhost
21
22#
23# For delivery to a machine by SSH (potentially the FTP server)
24# Needs hostname, account and directory
25#
26sshhost mondorescue = www.mondorescue.org
27sshlogin mondorescue = bruno
28sshdir mondorescue = /prj/ftp
29sshport mondorescue = 22
30
31#testver mondorescue = true
32delivery mondorescue =
33projver mondorescue = 3.2.2
34projtag mondorescue = 1
35
36# Hash of default package/package directory
37defpkgdir MondoRescue = MondoRescue
38namingtype MondoRescue = perl
39defpkgdir mondo = mondo
40defpkgdir mindi = mindi
41
42pkgver mindi = 3.0.2
43pkgver mindi-busybox = 1.21.1
44#pkgtag mindi-busybox = 3
45
46# Hash of additional package/package directory
47extpkgdir mindi-busybox = mindi-busybox
48extpkgdir mondo-doc = mondo-doc
49# Gentoo doesn't name the package mondo as it conflicts
50# So we create an additional fake package just for it
51#extpkgdir mondo-rescue = mondo
52
53# Website management and delivery
54webdir mondorescue = website
55websshhost mondorescue = www.mondorescue.org
56websshlogin mondorescue = apache
57websshdir mondorescue = /prj/www/html/mondorescue
58websshport mondorescue = 22
59
60# Hash of valid version names
61version mondorescue = devel,stable
62
63# List of additional files on which to apply filters
64# Files are mentioned relatively to pbroot
65filteredfiles mondo = configure.ac
66filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
67filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
68filteredfiles mindi-busybox = Makefile
69filteredfiles MondoRescue = Makefile.PL,bin/mr-analyze-lvm,lib/MondoRescue/Version.pm
70filteredfiles website = top.shtml
71
72checkexclude all = centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.