Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (39 loc) · 1.33 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.33 KB

osqu - openSUSE QA Updates 🧪

Maintenance License: GPL--2.0 Twitter: franjsco

A command-line tool to view the latest builds of openSUSE Tumbleweed from openQA

Data: https://openqa.opensuse.org/

Requirements

  • GNU/Linux
  • Python3
  • pip3

Development

  1. Clone the repository:

    git clone https://github.com/franjsco/openSUSE_QA_Updates
    
    cd openSUSE_QA_Updates
  2. Activate Virtual env and install dependencies:

    python3 -m venv venv
    source venv/bin/activate 
    
    pip3 install -r requirements.txt
  3. Make the script executable:

    chmod +x osqu.sh
  4. Launch:

    ./osqu.sh