Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 634 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 634 Bytes

Script to build ditribution metapackages and a repository for them

This builds metapackages to automatically install all desired dependencies on a Linux distribution.

Packages and repository are built via

./repository build

Result is in the repo/<distro> directory.

Currently supported distributions (autodetected) are Ubuntu and Arch Linux.

The resulting repository is copied via rsync via:

./repository copy <host>

SSH configuration for the host needs to be set up. By default, the repo is copied under the Nginx root directory.