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

Last change on this file since 474 was 474, checked in by Bruno Cornec, 16 years ago

infrastructure for announce for mondorescue

File size: 1.5 KB
Line 
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
14# Root repo
15pbrepo mondorescue = ftp://ftp.mondorescue.org
16
17# ML for announces
18pbml mondorescue = mondo-devel@lists.sourceforge.net -c mondorescue-announce@lists.berlios.de
19
20#
21# For delivery to a machine by SSH (potentially the FTP server)
22# Needs hostname, account and directory
23#
24sshhost mondorescue = www.mondorescue.org
25sshlogin mondorescue = bruno
26sshdir mondorescue = /mondo/ftp
27sshport mondorescue = 22
28
29#testver mondorescue = true
30projver mondorescue = 2.2.6
31projtag mondorescue = 1
32
33# Hash of default package/package directory
34defpkgdir mondo = mondo
35defpkgdir mindi = mindi
36
37pkgver mindi = 2.0.2
38pkgver mindi-busybox = 1.7.3
39pkgtag mindi-busybox = 2
40
41# Hash of additional package/package directory
42extpkgdir mindi-busybox = mindi-busybox
43extpkgdir mondo-doc = mondo-doc
44# Gentoo doesn't name the package mondo as it conflicts
45# So we create an additional fake package just for it
46extpkgdir mondo-rescue = mondo
47
48# Hash of valid version names
49version mondorescue = devel,stable
50
51# List of additional files on which to apply filters
52# Files are mentioned relatively to pbroot
53filteredfiles mondo = configure.in
54filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
55filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
56filteredfiles mindi-busybox = Makefile
57filteredfiles mondo-website = top.shtml
Note: See TracBrowser for help on using the repository browser.