Ignore:
Timestamp:
2015-01-19T17:26:12+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Created script for managing Pacman repo

File:
1 edited

Legend:

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

    r29690 r29691  
     1================================================================================
     2Web Server Setup:
     3================================================================================
     4Any web server that can serve files should work fine.
     5No special security settings should be required, as the sync script will only
     6copy the necessary package files.
     7Symlinks must be enabled for the Pacman repository, because they are used to
     8keep the size down (noarch packages are symlinked into both x86_64 and i686)
     9
    110================================================================================
    211 General:
     
    2938    reprepro is used to manage the repository, so this script just generates the
    3039    reprepro config, and wraps reprepro to automate some things.
     40
     41./pacman
     42    Generates a pacman package repository under ./repos/
     43    repo-add is used to manage the repositories.
     44    This script automates copying packages to their correct architecture folder,
     45    signing them, and adding them to the relevant package database(s) using
     46    repo-add.
    3147   
    3248================================================================================
Note: See TracChangeset for help on using the changeset viewer.