A command-line tool to view the latest builds of openSUSE Tumbleweed from openQA
Data: https://openqa.opensuse.org/
- GNU/Linux
- Python3
- pip3
-
Clone the repository:
git clone https://github.com/franjsco/openSUSE_QA_Updates cd openSUSE_QA_Updates
-
Activate Virtual env and install dependencies:
python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt
-
Make the script executable:
chmod +x osqu.sh
-
Launch:
./osqu.sh