| 1 | # |
|---|
| 2 | # Project Builder configuration file |
|---|
| 3 | # For project LinuxCOE |
|---|
| 4 | # |
|---|
| 5 | # $Id: linuxcoe.pb,v 1.16 2008/02/17 23:24:34 bryang Exp $ |
|---|
| 6 | # |
|---|
| 7 | # |
|---|
| 8 | |
|---|
| 9 | # |
|---|
| 10 | # What is the project URL |
|---|
| 11 | # |
|---|
| 12 | pburl linuxcoe = cvs://:pserver:anonymous@linuxcoe.cvs.sourceforge.net:/cvsroot/linuxcoe |
|---|
| 13 | |
|---|
| 14 | # |
|---|
| 15 | # Packager label |
|---|
| 16 | # |
|---|
| 17 | pbpackager linuxcoe = Louis Bouchard and Bruno Cornec <bruno@project-builder.org> |
|---|
| 18 | pbrepo linuxcoe = ftp://ftp.mondorescue.org |
|---|
| 19 | |
|---|
| 20 | # |
|---|
| 21 | # For delivery to a machine by SSH (potentially the FTP server) |
|---|
| 22 | # Needs hostname, account and directory |
|---|
| 23 | # |
|---|
| 24 | sshhost default = www.mondorescue.org |
|---|
| 25 | sshlogin default = bruno |
|---|
| 26 | sshdir default = /mondo/ftp |
|---|
| 27 | sshport default = 22 |
|---|
| 28 | |
|---|
| 29 | # |
|---|
| 30 | # Global version/tag for the project |
|---|
| 31 | # |
|---|
| 32 | projver linuxcoe = 4.2 |
|---|
| 33 | projtag linuxcoe = 0 |
|---|
| 34 | |
|---|
| 35 | # Hash of default package/package directory |
|---|
| 36 | # |
|---|
| 37 | defpkgdir linuxcoe-sd-base = SystemDesigner |
|---|
| 38 | defpkgdir linuxcoe-sd-docs = docs |
|---|
| 39 | |
|---|
| 40 | # Hash of additional package/package directory |
|---|
| 41 | # |
|---|
| 42 | extpkgdir linuxcoe-sd-data-centos = SystemDesigner-CentOS |
|---|
| 43 | extpkgdir linuxcoe-sd-data-debian = SystemDesigner-Debian |
|---|
| 44 | extpkgdir linuxcoe-sd-data-fedora = SystemDesigner-Fedora |
|---|
| 45 | extpkgdir linuxcoe-sd-data-opensuse = SystemDesigner-OpenSUSE |
|---|
| 46 | extpkgdir linuxcoe-sd-data-rhel = SystemDesigner-RHEL |
|---|
| 47 | extpkgdir linuxcoe-sd-data-scientific = SystemDesigner-Scientific |
|---|
| 48 | extpkgdir linuxcoe-sd-data-sles = SystemDesigner-SLES |
|---|
| 49 | extpkgdir linuxcoe-sd-data-ubuntu = SystemDesigner-Ubuntu |
|---|
| 50 | #extpkgdir linuxcoe-sd-data-nld = SystemDesigner-NLD |
|---|
| 51 | #extpkgdir linuxcoe-sd-data-suse = SystemDesigner-SuSE |
|---|
| 52 | extpkgdir linuxcoe-sd-data-vmware = SystemDesigner-VMware |
|---|
| 53 | |
|---|
| 54 | # Hash of valid version names |
|---|
| 55 | # |
|---|
| 56 | version linuxcoe = cvs,devel,stable |
|---|
| 57 | testver linuxcoe = true |
|---|
| 58 | |
|---|
| 59 | # List of additional files on which to apply filters |
|---|
| 60 | # Files are mentioned relatively to pbroot |
|---|
| 61 | # |
|---|
| 62 | #filteredfiles linuxcoe-sd-base = |
|---|
| 63 | #filteredfiles linuxcoe-sd-docs = |
|---|