Changeset 1243 in ProjectBuilder


Ignore:
Timestamp:
Mar 9, 2011, 7:27:00 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Announce of 0.11.1
  • Some more fixes for full path commands with sudo (older rhel)
Files:
2 edited

Legend:

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

    r1240 r1243  
    218218osins gen = sudo /usr/bin/emerge
    219219osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install
    220 osins rhel-2.1 = sudo up2date -y
    221 osins rhel-3 = sudo up2date -y
    222 osins rhel-4 = sudo up2date -y
     220osins rhel-2.1 = sudo /usr/sbin/up2date -y
     221osins rhel-3 = sudo /usr/sbin/up2date -y
     222osins rhel-4 = sudo /usr/sbin/up2date -y
    223223osins md = sudo /usr/bin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --no-suggests
    224224osins novell = export TERM=linux ; export PATH=\$PATH:/sbin:/usr/sbin ; sudo /sbin/yast2 -i
    225 osins opensuse-10.2 = sudo yes | /usr/bin/zypper install
     225osins opensuse-10.2 = yes | sudo /usr/bin/zypper install
    226226osins opensuse = sudo /usr/bin/zypper -n install
    227227osins sol = sudo pkgadd -d
Note: See TracChangeset for help on using the changeset viewer.