Ignore:
Timestamp:
2015-02-03T09:53:54+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Updated pacman repo script to no longer symlink noarch packages into 32- and 64-bit repos. This change results in wasted space (as the files are now duplicated), however it also makes the repo easier to manage, and allows it to be served from a webserver (or filesystem) that doesn't support symlinks

File:
1 edited

Legend:

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

    r29692 r29704  
    3333and to maintain the repositories for those package-managers (e.g. adding new
    3434versions of packages)
     35Usage:
     36    setup           - creates the package manager's repo, and any config / readme files
     37    add <pkg> [...] - adds any number of packages to the repo
    3538
    3639./apt
     40    Depends on: reprepro gnupg
    3741    Generates an apt package repository under ./repos/
    3842    reprepro is used to manage the repository, so this script just generates the
     
    4044
    4145./pacman
     46    Depends on: repo-add gnupg xdelta3
    4247    Generates a pacman package repository under ./repos/
    4348    repo-add is used to manage the repositories.
     
    4752
    4853./rpm
     54    Depends on: createrepo rpmsign gnupg
    4955    Generates a rpm package repository under ./repos/
    5056    createrepo is used to manage the repositories.
Note: See TracChangeset for help on using the changeset viewer.