source: ProjectBuilder/projects/mondorescue/pbconf/tags/3.0.0/mondorescue.pb@ 1379

Last change on this file since 1379 was 1379, checked in by Bruno Cornec, 12 years ago

updated to 3.0.0

File size: 1.8 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
[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
[1214]27sshdir mondorescue = /prj/ftp
[384]28sshport mondorescue = 22
29
[1379]30#testver mondorescue = true
[1103]31delivery mondorescue = test
[1379]32projver mondorescue = 3.0.0.0
[384]33projtag mondorescue = 1
34
35# Hash of default package/package directory
36defpkgdir mondo = mondo
37defpkgdir mindi = mindi
38
[1345]39pkgver mindi = 2.1.0
[1327]40pkgver mindi-busybox = 1.18.5
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
[1214]54websshdir mondorescue = /prj/www/html/mondorescue
[554]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
[1338]64filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh
[384]65filteredfiles mindi-busybox = Makefile
[554]66filteredfiles website = top.shtml
Note: See TracBrowser for help on using the repository browser.