Changeset 755 in MondoRescue for branches/stable/tools/build2qemu


Ignore:
Timestamp:
Aug 7, 2006, 1:15:58 AM (18 years ago)
Author:
Bruno Cornec
Message:
  • Use _defaultdocdir instead of RPM_DOC_DIR for doc built
  • %doc in spec files reviewed
  • Log file for all build scripts
  • Fix a bug for ebuild
  • src file is now name-verion.tar.gz (without TAG)
  • deb pkgs should now be copied on ftp server
  • Fix 2 warnings in mondo
  • Fix a bug introduced for LVM on Debian hopefully
  • Fix a bug on old distros where mktemp needs a template
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2qemu

    r721 r755  
    1313# Syntax: build2qemu [version-tag [vm1]..|vmx]]
    1414
    15 umask 022
     15exec > /tmp/build2qemu.log 2>&1
     16
    1617dname=`dirname $0`
    1718prem=`echo $dname |cut -c1`
     
    8283        sleep 300
    8384    fi
    84     scp -P $sp $TMP/mkmondo.tar.gz bruno@localhost:
     85    scp -P $sp $TMP/mkmondo.tar.gz ~/.rpmmacros ~/.rpmrc bruno@localhost:
    8586    rdate=`date "+%m%d%H%M"`
    8687    ssh -p $sp root@localhost "date $rdate"
Note: See TracChangeset for help on using the changeset viewer.