Changeset 614 in ProjectBuilder for projects/rinse/pbconf/devel
- Timestamp:
- Nov 20, 2008, 8:35:51 PM (16 years ago)
- Location:
- projects/rinse/pbconf/devel
- Files:
-
- 12 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/rinse/pbconf/devel/rinse.pb
r613 r614 15 15 #pburl rinse = ftp://ftp.rinse.org/src/rinse-devel.tar.gz 16 16 #pburl rinse = file:///src/rinse-devel.tar.gz 17 #pburl rinse = dir:///src/rinse-devel 17 pburl rinse = hg+http://rinse.repository.steve.org.uk 18 18 19 19 # Repository 20 #pbrepo rinse = ftp://ftp.rinse.org20 pbrepo rinse = ftp://ftp.mondorescue.org 21 21 #pbml rinse = rinse-announce@lists.rinse.org 22 22 #pbsmtp rinse = localhost … … 30 30 # Packager label 31 31 # 32 #pbpackager rinse = William Porte <bill@rinse.org>32 pbpackager rinse = Bruno Cornec <Bruno@Project-Builder.org> 33 33 # 34 34 … … 36 36 # Needs hostname, account and directory 37 37 # 38 #sshhost rinse = www.rinse.org 39 #sshlogin rinse = bill 40 #sshdir rinse = /rinse/ftp 41 #sshport rinse = 22 42 43 # 44 # For Virtual machines management 45 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) 46 # followed by '-' and by release number 47 # followed by '-' and by architecture 48 # a .vmtype extension will be added to the resulting string 49 # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu 50 # 51 #vmlist rinse = mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,sles-9-i386,sles-10-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,rhel-4-x86_64,rhel-5-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,sles-10-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64 52 53 # 54 # Valid values for vmtype are 55 # qemu, (vmware, xen, ... TBD) 56 #vmtype rinse = qemu 57 58 # Hash for VM stuff on vmtype 59 #vmntp default = pool.ntp.org 60 61 # We suppose we can commmunicate with the VM through SSH 62 #vmhost rinse = localhost 63 #vmlogin rinse = pb 64 #vmport rinse = 2222 65 66 # Timeout to wait when VM is launched/stopped 67 #vmtmout default = 120 68 69 # per VMs needed paramaters 70 #vmopt rinse = -m 384 -daemonize 71 #vmpath rinse = /home/qemu 72 #vmsize rinse = 5G 73 74 # 75 # For Virtual environment management 76 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution) 77 # followed by '-' and by release number 78 # followed by '-' and by architecture 79 # a .vetype extension will be added to the resulting string 80 # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot 81 # 82 #velist rinse = fedora-7-i386 83 84 # VE params 85 #vetype rinse = chroot 86 #ventp default = pool.ntp.org 87 #velogin rinse = pb 88 #vepath rinse = /var/lib/mock 89 #veconf rinse = /etc/mock 90 #verebuild rinse = false 38 sshhost rinse = www.mondorescue.org 39 sshdir rinse = /mondo/ftp 40 sshport rinse = 22 91 41 92 42 # 93 43 # Global version/tag for the project 94 44 # 95 #projver rinse = devel96 #projtag rinse = 145 projver rinse = devel 46 projtag rinse = 1 97 47 98 48 # Hash of valid version names 99 #version rinse = devel,stable 49 version rinse = devel 100 50 101 51 # Is it a test version or a production version … … 105 55 # Optional if you need to overwrite the global values above 106 56 # 107 #pkgver pkg1= stable108 #pkgtag pkg1= 357 #pkgver rinse = stable 58 #pkgtag rinse = 3 109 59 # Hash of default package/package directory 110 #defpkgdir pkg1 = dir-pkg1 60 defpkgdir rinse = . 111 61 # Hash of additional package/package directory 112 62 #extpkgdir minor-pkg = dir-minor-pkg … … 114 64 # List of files per pkg on which to apply filters 115 65 # Files are mentioned relatively to pbroot/defpkgdir 116 #filteredfiles pkg1= Makefile.PL,configure.in,install.sh,pkg1.8117 #supfiles pkg1= pkg1.init66 #filteredfiles rinse = Makefile.PL,configure.in,install.sh,pkg1.8 67 #supfiles rinse = pkg1.init 118 68 119 69 # For perl modules, names are different depending on distro 120 70 # Here perl-xxx for RPMs, libxxx-perl for debs, ... 121 71 # So the package name is indeed virtual 122 #namingtype pkg1= perl72 #namingtype rinse = perl
Note:
See TracChangeset
for help on using the changeset viewer.