Changeset 29692


Ignore:
Timestamp:
2015-01-20T12:00:35+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Created script for managing RPM repo

Location:
main/trunk/package-kits/linux/repos
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/repos/ReadMe

    r29691 r29692  
    4545    signing them, and adding them to the relevant package database(s) using
    4646    repo-add.
     47
     48./rpm
     49    Generates a rpm package repository under ./repos/
     50    createrepo is used to manage the repositories.
     51    rpmsign is used to sign the packages.
     52    This script automates copying packages to their correct architecture folder,
     53    signing them with rpmsign, and adding them to the relevant package
     54    database(s) using createrepo --update.
    4755   
    4856================================================================================
Note: See TracChangeset for help on using the changeset viewer.