https://github.com/etchdroid/libressl-automirror
Script to automatically mirror to Git the latest LibreSSL releases
https://github.com/etchdroid/libressl-automirror
Last synced: 8 months ago
JSON representation
Script to automatically mirror to Git the latest LibreSSL releases
- Host: GitHub
- URL: https://github.com/etchdroid/libressl-automirror
- Owner: etchdroid
- License: mit
- Archived: true
- Created: 2019-02-17T18:05:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T20:53:58.000Z (over 2 years ago)
- Last Synced: 2025-09-17T03:50:11.117Z (9 months ago)
- Language: Python
- Homepage: https://github.com/EtchDroid/LibreSSL
- Size: 225 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# LibreSSL automirror
 
A script to keep an up-to-date mirror of LibreSSL releases over git.
It is used to automatically update [EtchDroid/LibreSSL](https://github.com/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
```