Changeset 1658 in ProjectBuilder for devel


Ignore:
Timestamp:
Oct 9, 2012, 2:01:40 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • tar is neede in the VM
  • fix a bug for checkssh with test version where to many * where given
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1652 r1658  
    847847    pb_log(0, "and that it allows remote root login (PermitRootLogin yes in /etc/ssh/sshd_config)\n");
    848848    pb_log(0, "Also ensure that network is up, firewalling correctly configured\n");
    849     pb_log(0, "and perl, sudo, ntpdate and scp/ssh installed\n");
     849    pb_log(0, "and perl, tar, sudo, ntpdate and scp/ssh installed\n");
    850850    pb_log(0, "You should then be able to login with ssh -p VMPORT root\@localhost (if VM started with pb)\n");
    851851} elsif ($action =~ /^setuprm$/) {
     
    36643664                $pbver .= $ntag;
    36653665            }
    3666             $findstr .= "-name \'$pbrealpkgrpm-$pbver-$pbtag\.*.rpm\' -o -name \'$pbrealpkgdeb"."_$pbver*\.deb\' -o -name \'$pbrealpkg-$nver*\.ebuild\' -o -name \'$pbrealpkg-$pbver*\.pkg\' -o -name \'$pbrealpkg-$pbver*\.sd\' ";
     3666            $findstr .= "-name \'$pbrealpkgrpm-$pbver-$pbtag\.*.rpm\' -o -name \'$pbrealpkgdeb"."_$pbver\.deb\' -o -name \'$pbrealpkg-$nver\.ebuild\' -o -name \'$pbrealpkg-$pbver\.pkg\' -o -name \'$pbrealpkg-$pbver\.sd\' ";
    36673667        }
    36683668
Note: See TracChangeset for help on using the changeset viewer.