source: ProjectBuilder/projects/mondorescue/pbconf/branches/2.2.6/mondorescue.pb@ 429

Last change on this file since 429 was 429, checked in by Bruno Cornec, 16 years ago
  • Change filtering interface to add pbrepo keyword support and PBREPO macro
  • Add repository generation support + conf files to pb for rpm
  • Adapt pb and mondorecue spec files to new interfaces
File size: 1.4 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
[384]17#
18# For delivery to a machine by SSH (potentially the FTP server)
19# Needs hostname, account and directory
20#
21sshhost mondorescue = www.mondorescue.org
22sshlogin mondorescue = bruno
23sshdir mondorescue = /mondo/ftp
24sshport mondorescue = 22
25
[387]26testver mondorescue = true
[384]27projver mondorescue = 2.2.6
28projtag mondorescue = 1
29
30# Hash of default package/package directory
31defpkgdir mondo = mondo
32defpkgdir mindi = mindi
33
[386]34pkgver mindi = 2.0.2
[384]35pkgver mindi-busybox = 1.7.3
36pkgtag mindi-busybox = 2
37
38# Hash of additional package/package directory
39extpkgdir mindi-busybox = mindi-busybox
40extpkgdir mondo-doc = mondo-doc
41# Gentoo doesn't name the package mondo as it conflicts
42# So we create an additional fake package just for it
43extpkgdir mondo-rescue = mondo
44
45# Hash of valid version names
46version mondorescue = devel,stable
47
48# List of additional files on which to apply filters
49# Files are mentioned relatively to pbroot
50filteredfiles mondo = configure.in
51filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
52filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
53filteredfiles mindi-busybox = Makefile
54filteredfiles mondo-website = top.shtml
Note: See TracBrowser for help on using the repository browser.