Skip to content

johnjohndoe/fdroid-build-checker

Repository files navigation

GitHub Actions tests Code style: black Imports: isort Checked with mypy AGPL 3.0

fdroid-build-checker

Python code to check if F-Droid recent build has succeeded or failed.

Logo

Description

The scripts check if your custom packages occur on the recent changes page and then inspect the associated last build pages for the build result.

Setup

# Install dependencies
pipenv install --dev

# Setup pre-commit and pre-push hooks
pipenv run pre-commit install -t pre-commit
pipenv run pre-commit install -t pre-push

Install

$ pip3 install --user git+https://github.com/johnjohndoe/fdroid-build-checker.git

Usage

$ python3 ~/.local/lib/python3.8/site-packages/fdroid_build_checker/

See fdroid_build_checker/__main__.py

Tests

Execute the following command to run all tests:

pipenv run python -m pytest

Dependencies

See Pipfile

Related projects

License

Copyright (C) 2021  Tobias Preuss

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

Credits

This package was created with Cookiecutter and the sourcery-ai/python-best-practices-cookiecutter project template.