Changeset 1727 in ProjectBuilder


Ignore:
Timestamp:
Mar 16, 2013, 4:02:40 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Fix opensuse-10.2 yast usage
  • RHEL 2 is now without the ot version as well, to match the latest versins and avoid build problems with file with 2.1 not found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/etc/pb.conf

    r1716 r1727  
    230230osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update
    231231osupd md = sudo /usr/sbin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --auto-select --no-suggests
     232osupd opensuse-10.2 = sudo /usr/bin/yast2 -i
    232233osupd opensuse-11.0 = sudo /usr/bin/yast2 -i
    233234osupd opensuse-11.1 = sudo /usr/bin/zypper -n update
     
    242243osins gen = sudo /usr/bin/emerge
    243244osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install
    244 osins rhel-2.1 = sudo /usr/sbin/up2date -y
     245osins rhel-2 = sudo /usr/sbin/up2date -y
    245246osins rhel-3 = sudo /usr/sbin/up2date -y
    246247osins rhel-4 = sudo /usr/sbin/up2date -y
     
    545546# New OpenSuSE - Module-Build first for processing as needed by others
    546547osperldep opensuse = Module-Build,File-MimeInfo,File-BaseDir
    547 ospkgdep opensuse = wget,make,ntp,patch,perl-Date-Manip,perl-File-HomeDir,diffutils
     548ospkgdep opensuse = wget,make,ntp,patch,perl-DateManip,perl-File-HomeDir,diffutils
    548549ospkgdep opensuse-11.0 = wget,make,ntp,patch,perl-DateManip,perl-File-HomeDir,diffutils
    549550# Mdv
     
    705706# RHEL before 6 had python 2.4
    706707ossha redhat-6.2 = sha
    707 ossha rhel-2.1 = sha
     708ossha rhel-2 = sha
    708709ossha rhel-3 = sha
    709710ossha rhel-4 = sha
Note: See TracChangeset for help on using the changeset viewer.