Changeset 1198 in ProjectBuilder for devel/pb-modules/etc/pb.conf


Ignore:
Timestamp:
Feb 17, 2011, 1:20:36 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix sudoers format fr env_keep (at least on gentoo)
  • Fix pb_get_sudocmds to deal correctly with additional params, and handle correctly spaces before sudo
  • Add full path names on sudo commands for gentoo
File:
1 edited

Legend:

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

    r1192 r1198  
    204204# Command to update the distribution to latest state
    205205osupd du = sudo /usr/bin/apt-get update; export DEBIAN_FRONTEND="noninteractive"; sudo /usr/bin/apt-get --quiet -y --force-yes dist-upgrade
    206 osupd gen = sudo emerge --update --deep world; sudo revdep-rebuild
     206osupd gen = sudo /usr/bin/emerge --update --deep world; sudo /usr/bin/revdep-rebuild
    207207osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update
    208208osupd md = sudo /usr/bin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --auto-select
     
    214214# not the update of the repo which may well be unaccessible if too old
    215215osins du = sudo /usr/bin/apt-get update ; sudo /usr/bin/apt-get -y install
    216 osins gen = sudo emerge
     216osins gen = sudo /usr/bin/emerge
    217217osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install
    218218osins rhel-2.1 = sudo up2date -y
     
    387387osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir
    388388# Tested
    389 osperldep rhel-6 = File-MimeInfo,File-BaseDir,Mail-Sendmail
     389osperldep rhel-6 = File-MimeInfo,File-BaseDir
    390390ospkgdep rhel-6 = wget,make,ntpdate,patch,perl-Date-Manip,rpm-build,diffutils,perl-Module-Build
    391391#
    392 osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir,Mail-Sendmail
     392osperldep rhel-3 = Module-Build,File-MimeInfo,File-BaseDir
    393393ospkgdep rhel-3 = wget,make,ntp,patch,perl-DateManip,diffutils
    394394osperldep centos-3 = Module-Build,File-MimeInfo,File-BaseDir
     
    428428# HP-UX
    429429# TBC
    430 osperldep sd =
     430osperldep sd = Pod2man,Date-Manip,File-MimeInfo
    431431
    432432# Version of the perl module as found on CPAN
Note: See TracChangeset for help on using the changeset viewer.