openzipkin-attic / apache-release-verification

Apache License 2.0
3 stars 1 forks source link

First stab at automating some release checks #1

Closed abesto closed 5 years ago

abesto commented 5 years ago

This sets up the framework and implements all the needed checks (I think):

Possible next steps include

To run right now:

cd src
virtualenv --python=python3 venv
. venv/bin/activate
pip install -r requirements.txt
python main.py brave-karaf 0.1.2 --gpg-key BB67A050 --git-hash 31545805a55dbe5e495403d84172fc865a4935e0

Output looks like this:

2019-02-17-203750_2528x1339 2019-02-17-203837_1692x855

michaelsembwever commented 5 years ago

Love it @abesto !

abesto commented 5 years ago

Added (I think) all checks, updated the description accordingly. Will leave this open for a bit to get more eyes on it, then merge.

abesto commented 5 years ago

I've now seen this used in a live release vote, gonna say "good enough, merge".