| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project mondorescue |
|---|
| 4 | # |
|---|
| 5 | # $Id$ |
|---|
| 6 | # |
|---|
| 7 | |
|---|
| 8 | pburl mondorescue = svn+ssh://svn.mondorescue.org/mondo/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 = /mondo/ftp |
|---|
| 28 | sshport mondorescue = 22 |
|---|
| 29 | |
|---|
| 30 | #testver mondorescue = true |
|---|
| 31 | projver mondorescue = 2.2.9 |
|---|
| 32 | projtag mondorescue = 1 |
|---|
| 33 | |
|---|
| 34 | # Hash of default package/package directory |
|---|
| 35 | defpkgdir mondo = mondo |
|---|
| 36 | defpkgdir mindi = mindi |
|---|
| 37 | |
|---|
| 38 | pkgver mindi = 2.0.5 |
|---|
| 39 | pkgver mindi-busybox = 1.7.3 |
|---|
| 40 | pkgtag mindi-busybox = 1 |
|---|
| 41 | |
|---|
| 42 | # Hash of additional package/package directory |
|---|
| 43 | extpkgdir mindi-busybox = mindi-busybox |
|---|
| 44 | extpkgdir mondo-doc = mondo-doc |
|---|
| 45 | # Gentoo doesn't name the package mondo as it conflicts |
|---|
| 46 | # So we create an additional fake package just for it |
|---|
| 47 | #extpkgdir mondo-rescue = mondo |
|---|
| 48 | |
|---|
| 49 | # Website management and delivery |
|---|
| 50 | webdir mondorescue = website |
|---|
| 51 | websshhost mondorescue = www.mondorescue.org |
|---|
| 52 | websshlogin mondorescue = apache |
|---|
| 53 | websshdir mondorescue = /mondo/www/html/mondo |
|---|
| 54 | websshport mondorescue = 22 |
|---|
| 55 | |
|---|
| 56 | # Hash of valid version names |
|---|
| 57 | version mondorescue = devel,stable |
|---|
| 58 | |
|---|
| 59 | # List of additional files on which to apply filters |
|---|
| 60 | # Files are mentioned relatively to pbroot |
|---|
| 61 | filteredfiles mondo = configure.in |
|---|
| 62 | filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8 |
|---|
| 63 | filteredfiles mindi = rootfs/sbin/init,mindi,install.sh |
|---|
| 64 | filteredfiles mindi-busybox = Makefile |
|---|
| 65 | filteredfiles website = top.shtml |
|---|