Changeset 1190 in ProjectBuilder for devel/pb-modules
- Timestamp:
- Feb 15, 2011, 11:46:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb-modules/etc/pb.conf
r1181 r1190 203 203 204 204 # Command to update the distribution to latest state 205 osupd du = sudo apt-get update; export DEBIAN_FRONTEND="noninteractive";apt-get --quiet -y --force-yes dist-upgrade205 osupd du = sudo /usr/bin/apt-get update; export DEBIAN_FRONTEND="noninteractive"; /usr/bin/apt-get --quiet -y --force-yes dist-upgrade 206 206 osupd gen = sudo emerge --update --deep world; sudo revdep-rebuild 207 207 osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update … … 213 213 # Chaining the commands allow to only test for what is able to be installed, 214 214 # not the update of the repo which may well be unaccessible if too old 215 osins du = sudo apt-get update ; sudoapt-get -y install215 osins du = sudo /usr/bin/apt-get update ; sudo /usr/bin/apt-get -y install 216 216 osins gen = sudo emerge 217 217 osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install
Note:
See TracChangeset
for help on using the changeset viewer.