Changeset 1869 in ProjectBuilder for projects/ossi
- Timestamp:
- Apr 10, 2014, 4:44:59 AM (11 years ago)
- Location:
- projects/ossi/pbconf/devel
- Files:
-
- 1 added
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
projects/ossi/pbconf/devel/ossi.pb
r1868 r1869 18 18 19 19 # Repository 20 #pbrepo ossi = ftp://ftp.ossi.org20 pbrepo ossi = http://ossi.hpintelco.org 21 21 #pbml ossi = ossi-announce@lists.ossi.org 22 22 #pbsmtp ossi = localhost … … 36 36 # Packager label 37 37 # 38 #pbpackager ossi = William Porte <bill@ossi.org>38 pbpackager ossi = Bruno COrnec <pingouin@hp.com> 39 39 # 40 40 … … 48 48 49 49 # 50 # For Virtual machines management51 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)52 # followed by '-' and by release number53 # followed by '-' and by architecture54 # a .vmtype extension will be added to the resulting string55 # a QEMU rhel-3-i286 here means that the VM will be named rhel-3-i386.qemu56 #57 #vmlist ossi = 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,solaris-10-x86_6458 59 #60 # Valid values for vmtype are61 # qemu, (vmware, xen, ... TBD)62 #vmtype ossi = qemu63 64 # Hash for VM stuff on vmtype65 #vmntp default = pool.ntp.org66 67 # We suppose we can commmunicate with the VM through SSH68 #vmhost ossi = localhost69 #vmlogin ossi = pb70 #vmport ossi = 222271 72 # Timeout to wait when VM is launched/stopped73 #vmtmout default = 12074 75 # per VMs needed paramaters76 #vmopt ossi = -m 384 -daemonize77 #vmpath ossi = /home/qemu78 #vmsize ossi = 5G79 80 #81 # For Virtual environment management82 # Naming convention to follow: distribution name (as per ProjectBuilder::Distribution)83 # followed by '-' and by release number84 # followed by '-' and by architecture85 # a .vetype extension will be added to the resulting string86 # a chroot rhel-3-i286 here means that the VE will be named rhel-3-i386.chroot87 #88 #velist ossi = fedora-7-i38689 90 # VE params91 #vetype ossi = chroot92 #ventp default = pool.ntp.org93 #velogin ossi = pb94 #vepath ossi = /var/cache/rpmbootstrap95 #rbsconf ossi = /etc/mock96 #verebuild ossi = false97 98 #99 50 # Global version/tag for the project 100 51 # 101 #projver ossi = devel102 #projtag ossi = 152 projver ossi = devel 53 projtag ossi = 1 103 54 104 55 # Hash of valid version names … … 107 58 # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo 108 59 # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo 109 #version ossi = devel,stable 60 version ossi = devel 110 61 111 62 # Is it a test version or a production version 112 testver ossi = true63 testver ossi = false 113 64 # Which upper target dir for delivery 114 delivery ossi = test 115 116 # Additional repository to add at build time 117 # addrepo centos-5-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/5/pb.repo 118 # addrepo centos-4-x86_64 = http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el4.rf.x86_64.rpm,ftp://ftp.project-builder.org/centos/4/pb.repo 65 delivery ossi = 119 66 120 67 # Adapt to your needs: … … 124 71 #pkgtag pkg1 = 3 125 72 # Hash of default package/package directory 126 #defpkgdir pkg1 = dir-pkg1 73 defpkgdir pkg1 = dir-pkg1 74 webdir ossi = website 75 127 76 # Hash of additional package/package directory 128 77 #extpkgdir minor-pkg = dir-minor-pkg
Note:
See TracChangeset
for help on using the changeset viewer.