Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmsimard/rpm-versiontracker
RPM Version Tracker is meant to make it easy to query repository package versions and compare them.
https://github.com/dmsimard/rpm-versiontracker
Last synced: 2 months ago
JSON representation
RPM Version Tracker is meant to make it easy to query repository package versions and compare them.
- Host: GitHub
- URL: https://github.com/dmsimard/rpm-versiontracker
- Owner: dmsimard
- Created: 2015-09-25T03:48:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T20:14:29.000Z (about 9 years ago)
- Last Synced: 2024-02-21T19:22:54.995Z (11 months ago)
- Language: Python
- Size: 111 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
About
=====
rpm-versiontracker_ is a small, generic, Flask_ web application that
leverages the `DNF API`_ to display the list of packages available from
different repositories and compare them.It provides a REST API to query it's settings and return package lists so you
can build and integrate around it.``DNF`` is short for ``Dandified Yum``, the next generation of package
management for Red Hat based distributions... _rpm-versiontracker: https://github.com/dmsimard/rpm-versiontracker
.. _Flask: http://flask.pocoo.org/
.. _DNF API: http://dnf.readthedocs.org/en/latest/index.htmlUse case
========
The typical use case for this application is to monitor which version is in
which repository.If you happen to have multiple mirrors for your packages (i.e: trunk, staging,
production), this tool could be useful.We have created this application to be able to easily distinguish versions of
the same packages across different repositories.What it looks like
==================
This application is currently used for following package versions across
different Openstack repositories here_... _here: http://versiontracker.dmsimard.com
Documentation
=============
Documentation on the REST API, how to install, configure and run
``rpm-versiontracker`` is available on ReadTheDocs.org_.. _ReadTheDocs.org: http://rpm-versiontracker.readthedocs.org/en/latest/
Author
======
David Moreau SimardCopyright
=========
Copyright 2015 Red Hat, Inc.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.