Changeset 662 in ProjectBuilder for projects/schroot/pbconf/devel/schroot.pb


Ignore:
Timestamp:
Feb 5, 2009, 3:16:19 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • First configuration for schroot rpm creation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/schroot/pbconf/devel/schroot.pb

    r660 r662  
    1616#pburl schroot = file:///src/schroot-devel.tar.gz
    1717#pburl schroot = dir:///src/schroot-devel
     18pburl schroot = git://git.debian.org/git/buildd-tools/schroot
    1819
    1920# Repository
    20 #pbrepo schroot = ftp://ftp.schroot.org
     21pbrepo schroot = ftp://ftp.schroot.org
    2122#pbml schroot = schroot-announce@lists.schroot.org
    2223#pbsmtp schroot = localhost
     
    3031# Packager label
    3132#
    32 #pbpackager schroot = William Porte <bill@schroot.org>
     33pbpackager schroot = Bruno Cornec <bruno@project-builder.org>
    3334#
    3435
     
    4243
    4344#
    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 schroot = 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 schroot = 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 schroot = localhost
    63 #vmlogin schroot = pb
    64 #vmport schroot = 2222
    65 
    66 # Timeout to wait when VM is launched/stopped
    67 #vmtmout default = 120
    68 
    69 # per VMs needed paramaters
    70 #vmopt schroot = -m 384 -daemonize
    71 #vmpath schroot = /home/qemu
    72 #vmsize schroot = 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 schroot = fedora-7-i386
    83 
    84 # VE params
    85 #vetype schroot = chroot
    86 #ventp default = pool.ntp.org
    87 #velogin schroot = pb
    88 #vepath schroot = /var/lib/mock
    89 #veconf schroot = /etc/mock
    90 #verebuild schroot = false
    91 
    92 #
    9345# Global version/tag for the project
    9446#
    95 #projver schroot = devel
    96 #projtag schroot = 1
     47projver schroot = devel
     48projtag schroot = 1
    9749
    9850# Hash of valid version names
    99 #version schroot = devel,stable
     51version schroot = devel
    10052
    10153# Is it a test version or a production version
     
    10860#pkgtag schroot = 3
    10961# Hash of default package/package directory
    110 #defpkgdir schroot = dir-schroot
     62defpkgdir schroot = .
    11163# Hash of additional package/package directory
    11264#extpkgdir minor-pkg = dir-minor-pkg
Note: See TracChangeset for help on using the changeset viewer.