Update yum repo script
authorJakub <jakub@lists.indexdata.dk>
Tue, 6 Jul 2010 13:33:01 +0000 (15:33 +0200)
committerJakub <jakub@lists.indexdata.dk>
Tue, 6 Jul 2010 13:33:01 +0000 (15:33 +0200)
commit2be2026152c30de5378506d522a71b4255d29bca
tree50b45fbf6b98c145a029fd919cd1cdc99a59e647
parent63ec78eb397033930bc926a0d0f15d71b5361c0a
Update yum repo script

Builds only dir structure right now, does not create repo indices since
kebab does not allow installing new packages (createrepo in particular)!

The input packages are expected, similarly to debs, under /home/ftp/pub/package-name
with the follworinf dir tree:

redhat/
        - distro
  - version
            - SRPMS
    - RPMS
      - noarch
      - i368
      - (etc)

This structure that reflects what's under /usr/src/redhat/ after the package is built.
update-archive/update-yum-archve.sh [new file with mode: 0755]