Changeset 1620


Ignore:
Timestamp:
06/02/12 18:39:00 (13 months ago)
Author:
bruno
Message:
  • Changing old checksum for yum from sha1 to sha as it wasn't working at leat for RHEL5. Now fixed
File:
1 edited

Legend:

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

    r1606 r1620  
    665665ossha rpm = sha256 
    666666# RHEL before 6 had python 2.4 
    667 ossha rhel-2.1 = sha1 
    668 ossha rhel-3 = sha1 
    669 ossha rhel-4 = sha1 
    670 ossha rhel-5 = sha1 
    671 ossha centos-3 = sha1 
    672 ossha centos-4 = sha1 
    673 ossha centos-5 = sha1 
     667ossha rhel-2.1 = sha 
     668ossha rhel-3 = sha 
     669ossha rhel-4 = sha 
     670# This one works 
     671ossha rhel-5 = sha 
     672ossha centos-3 = sha 
     673ossha centos-4 = sha 
     674ossha centos-5 = sha 
    674675# Fedora before 11 had python 2.4 
    675 ossha fedora-4 = sha1 
    676 ossha fedora-5 = sha1 
    677 ossha fedora-6 = sha1 
    678 ossha fedora-7 = sha1 
    679 ossha fedora-8 = sha1 
    680 ossha fedora-9 = sha1 
    681 ossha fedora-10 = sha1 
     676ossha fedora-4 = sha 
     677ossha fedora-5 = sha 
     678ossha fedora-6 = sha 
     679ossha fedora-7 = sha 
     680ossha fedora-8 = sha 
     681ossha fedora-9 = sha 
     682ossha fedora-10 = sha 
    682683 
    683684# 
Note: See TracChangeset for help on using the changeset viewer.