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


Ignore:
Timestamp:
Feb 16, 2011, 2:44:28 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Fix a bug in conf file where a sudo cll had disappered for an apt-get command
File:
1 edited

Legend:

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

    r1190 r1191  
    203203
    204204# Command to update the distribution to latest state
    205 osupd du = sudo /usr/bin/apt-get update; export DEBIAN_FRONTEND="noninteractive"; /usr/bin/apt-get --quiet -y --force-yes dist-upgrade
     205osupd du = sudo /usr/bin/apt-get update; export DEBIAN_FRONTEND="noninteractive"; sudo /usr/bin/apt-get --quiet -y --force-yes dist-upgrade
    206206osupd gen = sudo emerge --update --deep world; sudo revdep-rebuild
    207207osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update
Note: See TracChangeset for help on using the changeset viewer.