GithubHelp home page GithubHelp logo

malvads / organization-to-repo Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 34 KB

delivery and deploy tool for redborder systems

Home Page: https://repo.redborder.com

License: GNU Affero General Public License v3.0

Python 99.63% Shell 0.37%
redborder-ng

organization-to-repo's Introduction

organization-to-repo

organization-to-repo is a tool designed to retrieve all released software from a specified organization and distribute them to respective repositories for RHEL9 systems. This tool is used in production at redborder for the delivery process.

Installation

  1. Install the required dependencies using pip:

    pip3 install -r requirements.txt

Configuration

  1. Open the .env file for configuration:
    vim .env

Example .env file:

DOWNLOAD_DIR=/tmp                # Where to download the RPMs temporarily
SRC_RPMS_DIR=./src_rpms          # Where to store source RPMs
x86_64_RPMS_DIR=./x86_rpms       # Where to store RPMs
GITHUB_OAUTH_TOKEN=abcabcabc     # Your GitHub token
DISALLOW_REPO_LIST=my-cool-repo  # List of repositories to exclude (use commas to exclude more repos)
TOPIC=delivery                   # Topic of the repository to trigger the download

Usage

3 -. You can set-up this to run on your jenkins host like we do in redborder or you can just trigger

python3 __main__.py your_organization_here

And it will download the rpms and put in your repo

License

AGLP-3.0

Author

Miguel Álvarez [email protected]

organization-to-repo's People

Contributors

malvads avatar

Watchers

 avatar

Forkers

redborder

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.