Ignore:
Timestamp:
May 3, 2009, 1:05:58 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • No snapshot needed if creating the VM
  • Remove the VE befor recreating it if snapshot
  • Force yum update
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/lib/ProjectBuilder/Distribution.pm

    r757 r768  
    134134        $opt="--exclude=*.i?86";
    135135    }
    136     $dupd="sudo yum clean all; sudo yum update ; sudo yum -y $opt install ";
     136    $dupd="sudo yum clean all; sudo yum -y update ; sudo yum -y $opt install ";
    137137    if ($ddir =~ /fedora/) {
    138138        $dsuf=".fc$dver1";
Note: See TracChangeset for help on using the changeset viewer.