Changeset 2027 in ProjectBuilder


Ignore:
Timestamp:
Dec 23, 2015, 1:19:28 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Improve yum and dnf invocation by just cleaning cache of metadata, avoiding to do a clean + upgrade
File:
1 edited

Legend:

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

    r2026 r2027  
    228228osupd du = sudo /usr/bin/apt-get update; sudo /usr/bin/env DEBIAN_FRONTEND="noninteractive" /usr/bin/apt-get --quiet -y --force-yes dist-upgrade
    229229osupd gen = sudo /usr/bin/emerge --update --deep world; sudo /usr/bin/revdep-rebuild
    230 osupd rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update
    231 osupd fedora-22 = sudo /usr/bin/dnf clean all; sudo /usr/bin/dnf -y upgrade ; sudo /usr/bin/dnf -y update
     230osupd rpm = sudo /usr/bin/yum makecache fast; sudo /usr/bin/yum -y update
     231osupd fedora-22 = sudo /usr/bin/dnf makecache fast; sudo /usr/bin/dnf -y update
    232232osupd md = sudo /usr/sbin/urpmi.update -a ; sudo /usr/sbin/urpmi --auto --auto-select --no-suggests
    233233osupd opensuse-10.2 = sudo /usr/bin/yast2 -i
     
    247247osins du = sudo /usr/bin/apt-get update ; sudo /usr/bin/env DEBIAN_FRONTEND=noninteractive /usr/bin/apt-get -y --allow-unauthenticated install
    248248osins gen = sudo /usr/bin/emerge
    249 osins rpm = sudo /usr/bin/yum clean all; sudo /usr/bin/yum -y update ; sudo /usr/bin/yum -y install
    250 osins fedora-22 = sudo /usr/bin/dnf clean all; sudo /usr/bin/dnf -y upgrade ; sudo /usr/bin/dnf -y install
     249osins rpm = sudo /usr/bin/yum makecache fast; sudo /usr/bin/yum -y install
     250osins fedora-22 = sudo /usr/bin/dnf makecache fast; sudo /usr/bin/dnf -y install
    251251osins rhel-2 = sudo /usr/sbin/up2date -y
    252252osins rhel-3 = sudo /usr/sbin/up2date -y
Note: See TracChangeset for help on using the changeset viewer.