java release updater
Go to file
k3nny 28efd84380 requirements.txt 😀 2023-03-07 23:02:02 +01:00
.gitignore API + timestamp 2023-03-07 22:58:42 +01:00
README.md Readme 2023-03-07 22:10:36 +01:00
config.json first commit 2023-03-07 22:06:09 +01:00
create_database_jru.sql Readme 2023-03-07 22:10:36 +01:00
main.py API + timestamp 2023-03-07 22:58:42 +01:00
requirements.txt requirements.txt 😀 2023-03-07 23:02:02 +01:00

README.md

java release updater

Description

  • Update Java version status from Adoptium API + store in PostgreSQL database

Todo

  • Download release
  • Package release to Artifactory
  • Trigger Docker image build

Install

  • Create PostgreSQL database with associated script

  • Install Python3 dependencies

    /usr/bin/python3 -m pip install -r requirements.txt
    

Usage

  • Launch
    /usr/bin/python3 main.py