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


Ignore:
Timestamp:
Dec 22, 2006, 12:03:23 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • ssh now uses option -q to avoid some useless messages
  • fedora core 6 and suse 10.2 support
  • debian build improved for mondo-doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/tools/build2qemu

    r985 r1011  
    9393    scp -P $sp $MONDOTMP/mkmondo.tar.gz ~/.rpmmacros ~/.rpmrc bruno@localhost:
    9494    rdate=`date "+%m%d%H%M"`
    95     ssh -p $sp root@localhost "date $rdate"
    96     ssh -p $sp bruno@localhost "cd / ; rm -rf ~bruno/mondo ~bruno/RPMS/BUILD/* ~bruno/RPMS/tmp/* /tmp/* ; tar xfz ~bruno/mkmondo.tar.gz ; $MONDOTMP/mkmondo " | tee $MONDOTMP/mkvm.log
     95    ssh -q -p $sp root@localhost "date $rdate"
     96    ssh -q -p $sp bruno@localhost "cd / ; rm -rf ~bruno/mondo ~bruno/RPMS/BUILD/* ~bruno/RPMS/tmp/* /tmp/* ; tar xfz ~bruno/mkmondo.tar.gz ; $MONDOTMP/mkmondo " | tee $MONDOTMP/mkvm.log
    9797    if [ $vmp -eq 1 ]; then
    98         ssh -p $sp root@localhost "halt -p"
     98        ssh -q -p $sp root@localhost "halt -p"
    9999        sleep 300
    100100        proces=`ps auxww | grep qemu | grep -v grep | grep /users/qemu/$m.qemu | awk '{print $2}'`
Note: See TracChangeset for help on using the changeset viewer.