Changeset 29691
- Timestamp:
- 2015-01-19T17:26:12+13:00 (8 years ago)
- Location:
- main/trunk/package-kits/linux/repos
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/package-kits/linux/repos/ReadMe
r29690 r29691 1 ================================================================================ 2 Web Server Setup: 3 ================================================================================ 4 Any web server that can serve files should work fine. 5 No special security settings should be required, as the sync script will only 6 copy the necessary package files. 7 Symlinks must be enabled for the Pacman repository, because they are used to 8 keep the size down (noarch packages are symlinked into both x86_64 and i686) 9 1 10 ================================================================================ 2 11 General: … … 29 38 reprepro is used to manage the repository, so this script just generates the 30 39 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. 31 47 32 48 ================================================================================ -
main/trunk/package-kits/linux/repos/apt
r29690 r29691 35 35 read keyid 36 36 done 37 echo $keyid > $base/gpg.key.id 37 38 echo 38 39 fi
Note:
See TracChangeset
for help on using the changeset viewer.