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

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

Adds old GPG keys to regenerate 3.2.2 packages for CentOS

File size: 2.0 KB
RevLine 
[384]1#
2# Project Builder configuration file
3# For project mondorescue
4#
5# $Id$
6#
7
[1214]8pburl mondorescue = svn+ssh://svn.mondorescue.org/prj/svn/mondorescue
[384]9#
10#
11# Packager label
12pbpackager mondorescue = Bruno Cornec <bruno@mondorescue.org>
[2283]13pbadditionalgpg pb = 0x141B9FF237DB9883
[384]14
[429]15# Root repo
16pbrepo mondorescue = ftp://ftp.mondorescue.org
17
[474]18# ML for announces
[1955]19pbml mondorescue = mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
[485]20pbsmtp mondorescue = localhost
[474]21
[384]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
[1214]28sshdir mondorescue = /prj/ftp
[384]29sshport mondorescue = 22
30
[2074]31#testver mondorescue = true
[2075]32delivery mondorescue =
[2001]33projver mondorescue = 3.2.2
[384]34projtag mondorescue = 1
35
36# Hash of default package/package directory
[1807]37defpkgdir MondoRescue = MondoRescue
38namingtype MondoRescue = perl
[384]39defpkgdir mondo = mondo
40defpkgdir mindi = mindi
41
[2001]42pkgver mindi = 3.0.2
[1811]43pkgver mindi-busybox = 1.21.1
[1724]44#pkgtag mindi-busybox = 3
[384]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
[581]51#extpkgdir mondo-rescue = mondo
[384]52
[554]53# Website management and delivery
54webdir mondorescue = website
55websshhost mondorescue = www.mondorescue.org
[560]56websshlogin mondorescue = apache
[1214]57websshdir mondorescue = /prj/www/html/mondorescue
[554]58websshport mondorescue = 22
59
[384]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
[1813]65filteredfiles mondo = configure.ac
[384]66filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
[1338]67filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
[384]68filteredfiles mindi-busybox = Makefile
[1948]69filteredfiles MondoRescue = Makefile.PL,bin/mr-analyze-lvm,lib/MondoRescue/Version.pm
[554]70filteredfiles website = top.shtml
[1387]71
72checkexclude all = centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.