source: ProjectBuilder/projects/mondorescue/pbconf/tags/2.2.9.3/mondorescue.pb@ 1009

Last change on this file since 1009 was 1009, checked in by Bruno Cornec, 14 years ago
  • Fix build problems with a too old libtoolize on some distro which was integrated. Use the provided one instead
File size: 1.8 KB
RevLine 
[384]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
[429]14# Root repo
15pbrepo mondorescue = ftp://ftp.mondorescue.org
16
[474]17# ML for announces
[490]18pbml mondorescue = mondo-devel@lists.sourceforge.net,mondorescue-announce@lists.berlios.de
[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
27sshdir mondorescue = /mondo/ftp
28sshport mondorescue = 22
29
[1007]30testver mondorescue = false
[966]31projver mondorescue = 2.2.9.3
[384]32projtag mondorescue = 1
33
34# Hash of default package/package directory
35defpkgdir mondo = mondo
[1009]36pkgtag mondo = 2
[384]37defpkgdir mindi = mindi
38
[966]39pkgver mindi = 2.0.7.3
[384]40pkgver mindi-busybox = 1.7.3
[487]41pkgtag mindi-busybox = 1
[384]42
43# Hash of additional package/package directory
44extpkgdir mindi-busybox = mindi-busybox
45extpkgdir mondo-doc = mondo-doc
46# Gentoo doesn't name the package mondo as it conflicts
47# So we create an additional fake package just for it
[581]48#extpkgdir mondo-rescue = mondo
[384]49
[554]50# Website management and delivery
51webdir mondorescue = website
52websshhost mondorescue = www.mondorescue.org
[560]53websshlogin mondorescue = apache
[554]54websshdir mondorescue = /mondo/www/html/mondo
55websshport mondorescue = 22
56
[384]57# Hash of valid version names
58version mondorescue = devel,stable
59
60# List of additional files on which to apply filters
61# Files are mentioned relatively to pbroot
62filteredfiles mondo = configure.in
63filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
64filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
65filteredfiles mindi-busybox = Makefile
[554]66filteredfiles website = top.shtml
Note: See TracBrowser for help on using the repository browser.