Changeset 1387 in ProjectBuilder for projects


Ignore:
Timestamp:
Jan 7, 2012, 8:12:30 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • MondoRescue 3.0.0 build fixes (Mandriva macro for configure, iremoval of Changelog for deb) + announce
Location:
projects
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.0/mindi-busybox/deb/rules

    r384 r1387  
    5858    # - copy doc
    5959    mkdir -p debian/doc-temp
    60     cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO NEWS debian/doc-temp #svn.log
     60    cp -a INSTALL LICENSE AUTHORS README TODO NEWS debian/doc-temp #svn.log ChangeLog
    6161
    6262    dh_install -s
  • projects/mondorescue/pbconf/branches/3.0/mondorescue.pb

    r1345 r1387  
    6565filteredfiles mindi-busybox = Makefile
    6666filteredfiles website = top.shtml
     67
     68checkexclude all = centos,lsb,solaris
  • projects/mondorescue/pbconf/tags/3.0.0/mindi-busybox/deb/rules

    r384 r1387  
    5858    # - copy doc
    5959    mkdir -p debian/doc-temp
    60     cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO NEWS debian/doc-temp #svn.log
     60    cp -a INSTALL LICENSE AUTHORS README TODO NEWS debian/doc-temp #svn.log ChangeLog
    6161
    6262    dh_install -s
  • projects/mondorescue/pbconf/tags/3.0.0/mondo/pbfilter/all.pbf

    r1199 r1387  
    11filter PBSUMMARY = MondoRescue is a GPL Disaster Recovery and Cloning Solution
    22filter PBDESC = MondoRescue is a GPL Disaster Recovery and Cloning solution to create backup media$/(CD, DVD, tape, network images) that can be used to redeploy the$/damaged system, as well as deploy similar or less similar systems.$/MondoRescue is reliable. It backs up your Linux server or workstation to$/tape, CD-R, CD-RW, NFS or hard disk partition. In the event of catastrophic$/data loss, you will be able to restore all of your data [or as much as you$/want], from bare metal if necessary. MondoRescue is in use by numerous blue-chip$/enterprises and large organizations, dozens of smaller companies, and tens of$/thousands of users.$/.$/MondoRescue is comprehensive. MondoRescue supports LVM, RAID, ext2, ext3, JFS, XFS,$/ReiserFS, VFAT, and can support additional file systems easily. It supports$/adjustments in disk geometry, including migration from non-RAID to RAID. MondoRescue$/runs on all major Linux distributions and is getting better all the time. You$/may even use it to backup non-Linux partitions, such as NTFS.$/.$/Homepage: http://www.mondorescue.org
     3filter PBCONFIGURE = %configure
  • projects/mondorescue/pbconf/tags/3.0.0/mondo/pbfilter/md.pbf

    r384 r1387  
    11filter PBOBS = Obsoletes: libmondo
     2filter PBCONFIGURE = %configure2_5x
  • projects/mondorescue/pbconf/tags/3.0.0/mondo/rpm/mondo.spec

    r1199 r1387  
    5656
    5757%build
    58 %configure
     58PBCONFIGURE
    5959make %{?_smp_mflags} VERSION=%{version}
    6060
  • projects/mondorescue/pbconf/tags/3.0.0/mondorescue.pb

    r1385 r1387  
    6565filteredfiles mindi-busybox = Makefile
    6666filteredfiles website = top.shtml
     67
     68checkexclude all = centos,lsb,solaris
  • projects/qemu/.pbrc

    r1370 r1387  
    1919
    2020# Timeout to wait when VM is launched/stopped
    21 vmtmout default = 180
     21vmtmout default = 240
     22vmtmout rhel-3-i386 = 500
     23vmtmout rhel-4-i386 = 500
    2224vmtmout rhel-5-i386 = 500
    2325vmtmout suse-10.2-i386 = 500
     
    2729
    2830# per VMs cmd
    29 vmcmd default = /usr/bin/qemu
     31vmcmd default = /usr/bin/qemu-kvm
    3032#vmcmd default = /usr/bin/qemu
    3133#vmcmd default = /usr/bin/qemu-system-i386
     
    3436# per VMs needed paramaters
    3537# For QEMU
    36 vmopt default = -daemonize
    37 vmmem default = 384
     38vmopt default = -daemonize -enable-kvm -cpu host
     39vmopt fedora-4-i386 = -daemonize -enable-kvm -no-hpet
     40vmopt fedora-5-i386 = -daemonize -enable-kvm -no-hpet
     41#vmopt default = -daemonize -loadvm pb
     42vmmem default = 1024
    3843# For KVM
    3944#vmopt default = -daemonize
     45vmopt suse-10.1-i386 = -daemonize -no-kvm
     46#vmopt opensuse-11.1-x86_64 = -daemonize -no-kvm -no-hpet
    4047vmopt suse-10.2 = -daemonize -no-kvm
    41 vmmem suse-10.2 = 1024
     48vmopt suse-10.3-i386 = -daemonize -no-kvm
     49vmopt sles-10-i386 = -daemonize -no-kvm
     50vmopt sles-9-i386 = -daemonize -no-kvm
     51vmopt suse-11.0-i386 = -daemonize -no-kvm
    4252vmopt mandriva-2009.0 = -daemonize -no-kvm
    43 vmmem mandriva-2009.0 = 1024
    44 vmopt fedora-12 = -daemonize
    45 vmmem fedora-5 = 384
    46 vmmem fedora-6 = 384
    47 vmmem fedora-7 = 384
    48 vmmem fedora-8 = 384
    49 vmmem fedora-9 = 384
    50 vmmem fedora-10 = 384
    51 vmmem fedora-11 = 384
    52 vmmem fedora = 1024
    5353#-no-kvm
    5454# The std driver is buggy giving an empty MAC address so use e1000
    55 vmopt ubuntu-9.04-x86_64 = -net nic,vlan=0,model=e1000 -net user,vlan=0
     55vmopt ubuntu-9.04-x86_64 = -net nic,vlan=0,model=e1000 -net user,vlan=0 -enable-kvm
    5656#vmopt rhel-2.1-i386 = -m 384 -daemonize -no-kqemu
    5757#vmopt mandriva-2007.0-x86_64 = -m 384 -daemonize -no-kqemu
     
    7171# a XEN rhel-5-x86_64 here means that the VM will be named rhel-5-x86_64.qemu
    7272#
    73 vmlist default = asianux-2-i386,asianux-3-i386,mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,mandriva-2009.1-i386,mandriva-2010.0-i386,mandriva-2010.1-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,fedora-15-i386,fedora-16-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,opensuse-10.3-i386,opensuse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-i386,opensuse-11.4-i386,opensuse-12.1-i386,sles-9-i386,sles-10-i386,sles-11-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,debian-5.0-i386,debian-6.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,ubuntu-9.04-i386,ubuntu-9.10-i386,ubuntu-10.04-i386,ubuntu-10.10-i386,ubuntu-11.04-i386,ubuntu-11.10-i386,solaris-10-i386,asianux-2-x86_64,asianux-3-x86_64,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,mandriva-2009.1-x86_64,mandriva-2010.0-x86_64,mandriva-2010.1-x86_64,mageia-1-i386,mageia-1-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,fedora-15-x86_64,fedora-16-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,opensuse-10.3-x86_64,opensuse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,opensuse-11.4-x86_64,opensuse-12.1-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,debian-6.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64,ubuntu-9.04-x86_64,ubuntu-9.10-x86_64,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64,ubuntu-11.04-x86_64,ubuntu-11.10-x86_64
     73vmlist default = asianux-2-i386,asianux-3-i386,mandrake-10.1-i386,mandrake-10.2-i386,mandriva-2006.0-i386,mandriva-2007.0-i386,mandriva-2007.1-i386,mandriva-2008.0-i386,mandriva-2008.1-i386,mandriva-2009.0-i386,mandriva-2009.1-i386,mandriva-2010.0-i386,mandriva-2010.1-i386,redhat-7.3-i386,redhat-9-i386,fedora-4-i386,fedora-5-i386,fedora-6-i386,fedora-7-i386,fedora-8-i386,fedora-9-i386,fedora-10-i386,fedora-11-i386,fedora-12-i386,fedora-13-i386,fedora-14-i386,fedora-15-i386,fedora-16-i386,rhel-2.1-i386,rhel-3-i386,rhel-4-i386,rhel-5-i386,rhel-6-i386,suse-10.0-i386,suse-10.1-i386,suse-10.2-i386,suse-10.3-i386,suse-11.0-i386,opensuse-11.1-i386,opensuse-11.2-i386,opensuse-11.3-i386,opensuse-11.4-i386,opensuse-12.1-i386,sles-9-i386,sles-10-i386,sles-11-i386,gentoo-nover-i386,debian-3.1-i386,debian-4.0-i386,debian-5.0-i386,debian-6.0-i386,ubuntu-6.06-i386,ubuntu-7.04-i386,ubuntu-7.10-i386,ubuntu-8.04-i386,ubuntu-8.10-i386,ubuntu-9.04-i386,ubuntu-9.10-i386,ubuntu-10.04-i386,ubuntu-10.10-i386,ubuntu-11.04-i386,ubuntu-11.10-i386,solaris-10-i386,asianux-2-x86_64,asianux-3-x86_64,mandriva-2007.0-x86_64,mandriva-2007.1-x86_64,mandriva-2008.0-x86_64,mandriva-2008.1-x86_64,mandriva-2009.0-x86_64,mandriva-2009.1-x86_64,mandriva-2010.0-x86_64,mandriva-2010.1-x86_64,mageia-1-i386,mageia-1-x86_64,fedora-6-x86_64,fedora-7-x86_64,fedora-8-x86_64,fedora-9-x86_64,fedora-10-x86_64,fedora-11-x86_64,fedora-12-x86_64,fedora-13-x86_64,fedora-14-x86_64,fedora-15-x86_64,fedora-16-x86_64,rhel-3-x86_64,rhel-4-x86_64,rhel-5-x86_64,rhel-6-x86_64,suse-10.2-x86_64,suse-10.3-x86_64,suse-11.0-x86_64,opensuse-11.1-x86_64,opensuse-11.2-x86_64,opensuse-11.3-x86_64,opensuse-11.4-x86_64,opensuse-12.1-x86_64,sles-10-x86_64,sles-11-x86_64,gentoo-nover-x86_64,debian-4.0-x86_64,debian-5.0-x86_64,debian-6.0-x86_64,ubuntu-7.04-x86_64,ubuntu-7.10-x86_64,ubuntu-8.04-x86_64,ubuntu-8.10-x86_64,ubuntu-9.04-x86_64,ubuntu-9.10-x86_64,ubuntu-10.04-x86_64,ubuntu-10.10-x86_64,ubuntu-11.04-x86_64,ubuntu-11.10-x86_64
Note: See TracChangeset for help on using the changeset viewer.