| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project mondorescue |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | pburl mondorescue = svn+ssh://svn.mondorescue.org/prj/svn/mondorescue |
|---|
| 9 | # |
|---|
| 10 | # |
|---|
| 11 | # Packager label |
|---|
| 12 | pbpackager mondorescue = Bruno Cornec <bruno@mondorescue.org> |
|---|
| 13 | |
|---|
| 14 | # Root repo |
|---|
| 15 | pbrepo mondorescue = ftp://ftp.mondorescue.org |
|---|
| 16 | |
|---|
| 17 | # ML for announces |
|---|
| 18 | pbml mondorescue = mondo-devel@lists.sourceforge.net,mondorescue-announce@lists.berlios.de |
|---|
| 19 | pbsmtp mondorescue = localhost |
|---|
| 20 | |
|---|
| 21 | # |
|---|
| 22 | # For delivery to a machine by SSH (potentially the FTP server) |
|---|
| 23 | # Needs hostname, account and directory |
|---|
| 24 | # |
|---|
| 25 | sshhost mondorescue = www.mondorescue.org |
|---|
| 26 | sshlogin mondorescue = bruno |
|---|
| 27 | sshdir mondorescue = /prj/ftp |
|---|
| 28 | sshport mondorescue = 22 |
|---|
| 29 | |
|---|
| 30 | testver mondorescue = true |
|---|
| 31 | delivery mondorescue = test |
|---|
| 32 | projver mondorescue = 3.0.0 |
|---|
| 33 | projtag mondorescue = 1 |
|---|
| 34 | |
|---|
| 35 | # Hash of default package/package directory |
|---|
| 36 | defpkgdir mondo = mondo |
|---|
| 37 | defpkgdir mindi = mindi |
|---|
| 38 | |
|---|
| 39 | pkgver mindi = 2.1.0 |
|---|
| 40 | pkgver mindi-busybox = 1.18.5 |
|---|
| 41 | pkgtag mindi-busybox = 1 |
|---|
| 42 | |
|---|
| 43 | # Hash of additional package/package directory |
|---|
| 44 | extpkgdir mindi-busybox = mindi-busybox |
|---|
| 45 | extpkgdir 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 |
|---|
| 48 | #extpkgdir mondo-rescue = mondo |
|---|
| 49 | |
|---|
| 50 | # Website management and delivery |
|---|
| 51 | webdir mondorescue = website |
|---|
| 52 | websshhost mondorescue = www.mondorescue.org |
|---|
| 53 | websshlogin mondorescue = apache |
|---|
| 54 | websshdir mondorescue = /prj/www/html/mondorescue |
|---|
| 55 | websshport mondorescue = 22 |
|---|
| 56 | |
|---|
| 57 | # Hash of valid version names |
|---|
| 58 | version mondorescue = devel,stable |
|---|
| 59 | |
|---|
| 60 | # List of additional files on which to apply filters |
|---|
| 61 | # Files are mentioned relatively to pbroot |
|---|
| 62 | filteredfiles mondo = configure.in |
|---|
| 63 | filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8 |
|---|
| 64 | filteredfiles mindi = rootfs/etc/init.d/rcS,mindi,install.sh |
|---|
| 65 | filteredfiles mindi-busybox = Makefile |
|---|
| 66 | filteredfiles website = top.shtml |
|---|
| 67 | |
|---|
| 68 | checkexclude all = centos,lsb,solaris |
|---|