Skip to content

etchdroid/libressl-automirror

Repository files navigation

LibreSSL automirror

.github/workflows/automirror.yml .github/workflows/test.yml

A script to keep an up-to-date mirror of LibreSSL releases over git.

It is used to automatically update EtchDroid/LibreSSL

Releases are taken from the official mirrors: https://github.com/EtchDroid/libressl-automirror/blob/master/libressl_automirror.py#L18-L29

Usage

  • Create a virtualenv and install the dependencies
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
export LSSLM_GIT_REPO=/path/to/LibreSSL/repo
python libressl_automirror.py