source: ProjectBuilder/projects/mondorescue/pbconf/branches/3.3/mondorescue.pb@ 2148

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

Align mindi and mondo versions. After all it's easier for everybody no ?

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>
13
[429]14# Root repo
15pbrepo mondorescue = ftp://ftp.mondorescue.org
16
[474]17# ML for announces
[1955]18pbml mondorescue = mondo-devel@lists.sourceforge.net,mondo-announce@mondorescue.org
[485]19pbsmtp mondorescue = localhost
[474]20
[384]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
[1214]27sshdir mondorescue = /prj/ftp
[384]28sshport mondorescue = 22
29
[1796]30testver mondorescue = true
31delivery mondorescue = test
[2148]32projver mondorescue = 3.3.0
[384]33projtag mondorescue = 1
34
35# Hash of default package/package directory
[1807]36defpkgdir MondoRescue = MondoRescue
37namingtype MondoRescue = perl
[384]38defpkgdir mondo = mondo
39defpkgdir mindi = mindi
40
[2148]41pkgver mindi = 3.3.0
[2145]42pkgver mindi-busybox = 1.25.1
[1724]43#pkgtag mindi-busybox = 3
[384]44
45# Hash of additional package/package directory
46extpkgdir mindi-busybox = mindi-busybox
47extpkgdir mondo-doc = mondo-doc
48# Gentoo doesn't name the package mondo as it conflicts
49# So we create an additional fake package just for it
[581]50#extpkgdir mondo-rescue = mondo
[384]51
[554]52# Website management and delivery
53webdir mondorescue = website
54websshhost mondorescue = www.mondorescue.org
[560]55websshlogin mondorescue = apache
[1214]56websshdir mondorescue = /prj/www/html/mondorescue
[554]57websshport mondorescue = 22
58
[384]59# Hash of valid version names
60version mondorescue = devel,stable
61
62# List of additional files on which to apply filters
63# Files are mentioned relatively to pbroot
[1813]64filteredfiles mondo = configure.ac
[384]65filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
[1338]66filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
[384]67filteredfiles mindi-busybox = Makefile
[1948]68filteredfiles MondoRescue = Makefile.PL,bin/mr-analyze-lvm,lib/MondoRescue/Version.pm
[554]69filteredfiles website = top.shtml
[1387]70
71checkexclude all = centos,lsb,solaris
Note: See TracBrowser for help on using the repository browser.