Changes between Version 60 and Version 61 of DistributionPackaging


Ignore:
Timestamp:
Jun 2, 2012, 2:42:21 AM (12 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DistributionPackaging

    v60 v61  
    302302[mondorpms]
    303303name=Fedora Core $releasever - mondo
    304 baseurl=ftp://ftp.mondorescue.org/fedora/$releasever/
    305 #gpgkey=http://somethin/RPM-GPG-KEY
     304baseurl=ftp://ftp.mondorescue.org/fedora/$releasever/x86_64
    306305enabled=1
    307 gpgcheck=0
    308 }}}
    309 
    310 Such a file is now automatically produced by project-builder in available on the ftp srver at the same place s the pacakges.
     306gpgcheck=1
     307gpgkey=ftp://ftp.mondorescue.org/fedora/$releasever/x86_64/mondorescue.pubkey
     308}}}
     309
     310Such a file is now automatically produced by project-builder in available on the ftp srver at the same place as the pacakges.
    311311
    312312Now just use the command:
    313313
    314314{{{
    315 # yum install --exclude="*.i?86" mondo
    316 on an x86_64 machine or
    317 # yum update --exclude="*.x86_64" mondo
    318 on a i686 machine
     315# yum install mondo
    319316}}}
    320317