anitya is a project to monitor upstream releases in a distro.
Project description
Anitya is a release monitoring project.
Its goal is to regulary check if a project has made a new release. Originally developed within Fedora, this project creates tickets on the Fedora bugzilla when a new release is available.
Anitya provides a user-friendly interface to add or edit projects. New releases are announced on fedmsg and notifications can then be sent via FMN (the FedMsg Notifications service).
- Github page:
Hacking
Here are some preliminary instructions about how to stand up your own instance of anitya. We’ll use a virtualenv and a sqlite database and we’ll install our dependencies from the Python Package Index (PyPI). None of these are best practices for a production instance, but they will do for development.
First, set up a virtualenv:
$ sudo yum install python-virtualenv $ virtualenv anitya-env $ source anitya-env/bin/activate
Issueing that last command should change your prompt to indicate that you are operating in an active virtualenv.
Next, install your dependencies:
(anitya-env)$ pip install -r requirements.txt
Create the database, by default it will be a sqlite database located at /var/tmp/anitya-dev.sqlite:
(anitya-env)$ python createdb.py
If all goes well, you can start a development instance of the server by running:
(anitya-env)$ python runserver.py
Open your browser and visit http://localhost:5000 to check it out.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file anitya-0.1.0.tar.gz
.
File metadata
- Download URL: anitya-0.1.0.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff823909c12f9e969a40a495da2e9f0d3b68436c504b0a9a115567f678233351 |
|
MD5 | e171095473622f3cf36f11b8a1f58476 |
|
BLAKE2b-256 | 0de775d0061e2ea5d4e628ec1109610a4a2f81a5c5d70e09b344e802027877c5 |