/metapackages

Script to build distribution metapackages and a repository for them

Primary LanguagePythonApache License 2.0Apache-2.0

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.