Changeset 986 in ProjectBuilder for devel/rpmbootstrap/bin/rpmbootstrap


Ignore:
Timestamp:
Feb 21, 2010, 7:16:55 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3700@localhost: bruno | 2010-02-20 16:35:59 +0100

  • Continue to improve pb.conf documentation
  • veconf renamed as rbsconf
  • ve4pi renamed rbs4pi
  • new pb_get_postinstall generic function for rinse and rpmbootstrap
  • ventp/vmntp is now optional
  • licom_err needed by fedora 12
  • make rpmbootstrap work for i386 distros
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/rpmbootstrap/bin/rpmbootstrap

    r984 r986  
    251251# Manages architectures specificities
    252252my $parch = $darch;
    253 $parch = "i?86" if ($darch eq "i386");
     253$parch = "i[3456]86" if ($darch eq "i386");
    254254
    255255# Get the list of packages and their URL in this hash
     
    313313            if ($pbupd =~ /yum/) {
    314314                pb_log(1,"Link package into $vepath/var/cache/yum/core/packages\n");
    315                 link("$cachedir/$p1","$vepath/var/cache/yum/core/packages/");
    316                 link("$cachedir/$p1","$vepath/var/cache/yum/$darch/$dver/");
    317                 symlink("$vepath/var/cache/yum/core/packages/$p1","$vepath/var/cache/yum/updates-released/packages/");
     315                #link("$cachedir/$p1","$vepath/var/cache/yum/core/packages/");
     316                copy("$cachedir/$p1","$vepath/var/cache/yum/$darch/$dver/fedora/packages");
     317                symlink("$vepath/var/cache/yum/$darch/$dver/fedora/packages","$vepath/var/cache/yum/$darch/$dver/updates/packages");
    318318            }
    319319
Note: See TracChangeset for help on using the changeset viewer.