source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.9/mondorescue.pb@ 1059

Last change on this file since 1059 was 1059, checked in by Bruno Cornec, 14 years ago

r3905@wsip-70-165-197-185: bruno | 2010-06-19 20:55:52 +0200

  • devel version of mondorescue now builds correctly
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
[967]30testver mondorescue = true
[1059]31projver mondorescue = 2.2.9.6
[384]32projtag mondorescue = 1
33
34# Hash of default package/package directory
35defpkgdir mondo = mondo
36defpkgdir mindi = mindi
37
[1057]38pkgver mindi = 2.0.7.6
[384]39pkgver mindi-busybox = 1.7.3
[1023]40pkgtag mindi-busybox = 2
[384]41
42# Hash of additional package/package directory
43extpkgdir mindi-busybox = mindi-busybox
44extpkgdir mondo-doc = mondo-doc
45# Gentoo doesn't name the package mondo as it conflicts
46# So we create an additional fake package just for it
[581]47#extpkgdir mondo-rescue = mondo
[384]48
[554]49# Website management and delivery
50webdir mondorescue = website
51websshhost mondorescue = www.mondorescue.org
[560]52websshlogin mondorescue = apache
[554]53websshdir mondorescue = /mondo/www/html/mondo
54websshport mondorescue = 22
55
[384]56# Hash of valid version names
57version mondorescue = devel,stable
58
59# List of additional files on which to apply filters
60# Files are mentioned relatively to pbroot
61filteredfiles mondo = configure.in
62filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
63filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
64filteredfiles mindi-busybox = Makefile
[554]65filteredfiles website = top.shtml
Note: See TracBrowser for help on using the repository browser.