source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.10/mondorescue.pb@ 1193

Last change on this file since 1193 was 1193, checked in by Bruno Cornec, 13 years ago
  • parted in gentoo is now in sys-block instead of sys-apps
  • mondorescue delivery is also in test for this 2.2.9 version by default
  • Use the right name for fedora patch (with '.' not - as first separator)
  • Prepare MondoRescue new version delivery by filling pbcl files

svn merge -r 1084:1188 svn+ssh://svn.project-builder.org/mondo/svn/pb/projects/mondorescue/pbconf/branches/2.2.9 .

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