Git Product home page Git Product logo

local-rpm-repo-updater's Introduction

GitHub license

RPM Repo Updater Tool

The source code that I use to crawl RPM Packages from Sites that don't offer a RPM Repo and put them in a repo Folder for distribution.

Getting Started

This is only supposed to run in a docker container.

Needed environment variables

  • PUID : The User ID (UID gotten from id) that all files should be created as, this is so that there are no permission problems outside of the docker container
  • PGID : The Group ID (GID gotten from id) that all files should be created as, this is so that there are no permission problems outside of the docker container.
  • GPG_KEY_NAME : The Name used in the GPG Key that will be used to find the correct key.
  • GPG_KEY_EMAIL : The email used in the GPG Key that will be used to find the correct key.

Paths

  • /app/appdata: the appdata Folder here the rpm package versions and the private pgp key are stored. The Pgp key has to be called pgp-key.private
  • /app/appdata/repo: the rpm repo Folder, there will be a subfolder with the arch name before the actual repo. Also here the public pgp key should be put for users to access to be able to verify the packages.

local-rpm-repo-updater's People

Contributors

maxwai avatar

Watchers

 avatar

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.