Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andytompkins/apt-repo
program to create apt repos and add packages to them
https://github.com/andytompkins/apt-repo
Last synced: 9 days ago
JSON representation
program to create apt repos and add packages to them
- Host: GitHub
- URL: https://github.com/andytompkins/apt-repo
- Owner: andytompkins
- License: mit
- Created: 2014-04-12T21:04:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-23T17:27:33.000Z (about 10 years ago)
- Last Synced: 2024-08-01T13:36:55.313Z (3 months ago)
- Language: Perl
- Size: 180 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
apt-repo
========program to create apt repos and add packages to them
Installation
* mkdir /etc/apt-repo
* cp repo.conf.sample /etc/apt-repo/repo.conf
* cp *.tmpl /etc/apt-repo
* edit the config and templates to suit your needs
* create the directory for your repo and distributions (mkdir -p /opt/repo/dists)
* cp apt-repo /usr/bin