All Projects → f-droid → Fdroidserver

f-droid / Fdroidserver

Licence: agpl-3.0
F-Droid server and build tools.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fdroidserver

Opencore Factory
Discontinued
Stars: ✭ 514 (+229.49%)
Mutual labels:  build-automation, ci
Modern Cpp Template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
Stars: ✭ 690 (+342.31%)
Mutual labels:  package-manager, ci
Drone
Drone is a Container-Native, Continuous Delivery Platform
Stars: ✭ 24,287 (+15468.59%)
Mutual labels:  build-automation, ci
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+297.44%)
Mutual labels:  build-automation, ci
Dart Code Metrics
Software analytics tool that helps developers analyse and improve software quality.
Stars: ✭ 96 (-38.46%)
Mutual labels:  tool, ci
Zeus
An Electrifying Build System
Stars: ✭ 176 (+12.82%)
Mutual labels:  build-automation, tool
Lambdacd
a library to define a continuous delivery pipeline in code
Stars: ✭ 655 (+319.87%)
Mutual labels:  tool, ci
Pypyr
pypyr task-runner cli & api for automation pipelines. Automate anything by combining commands, different scripts in different languages & applications into one pipeline process.
Stars: ✭ 173 (+10.9%)
Mutual labels:  tool, ci
Leeroyci
Leeroy is a self hosted, continuous integration and build service
Stars: ✭ 84 (-46.15%)
Mutual labels:  build-automation, ci
Flow Core X
Powerful and user-friendly CI / CD server with high availability, parallel build, agent scaling
Stars: ✭ 1,108 (+610.26%)
Mutual labels:  build-automation, ci
Rome
Carthage cache for S3, Minio, Ceph, Google Storage, Artifactory and many others
Stars: ✭ 724 (+364.1%)
Mutual labels:  package-manager, tool
Trytravis
Send local git changes to Travis CI without commits or pushes.
Stars: ✭ 131 (-16.03%)
Mutual labels:  tool, ci
Buildpipeline
AWS-powered serverless build, test and deploy pipeline ft. multiple environments
Stars: ✭ 105 (-32.69%)
Mutual labels:  build-automation, ci
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (-11.54%)
Mutual labels:  build-automation, ci
Customstage
A JavaFX UI framework to create fully customized undecorated windows
Stars: ✭ 148 (-5.13%)
Mutual labels:  tool
Supermarker
An automatic marking tool better than mark man.
Stars: ✭ 151 (-3.21%)
Mutual labels:  tool
Goploy
Deploy, CI/CD, Xterm, APP monitor, Crontab Manager.
Stars: ✭ 147 (-5.77%)
Mutual labels:  ci
Winget Cli
Windows Package Manager CLI (aka winget)
Stars: ✭ 15,849 (+10059.62%)
Mutual labels:  package-manager
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (+0%)
Mutual labels:  tool
Godot Engine.easy Charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
Stars: ✭ 146 (-6.41%)
Mutual labels:  tool

CI Builds fdroidserver buildserver fdroid build --all publishing tools
GNU/Linux fdroidserver status on GNU/Linux buildserver status fdroid build all status fdroid test status
macOS fdroidserver status on macOS

F-Droid Server

Server for F-Droid, the Free Software repository system for Android.

The F-Droid server tools provide various scripts and tools that are used to maintain the main F-Droid application repository. You can use these same tools to create your own additional or alternative repository for publishing, or to assist in creating, testing and submitting metadata to the main repository.

For documentation, please see https://f-droid.org/docs/, or you can find the source for the documentation in fdroid/fdroid-website.

What is F-Droid?

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Installing

There are many ways to install fdroidserver, they are documented on the website: https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools

All sorts of other documentation lives there as well.

Tests

There are many components to all of the tests for the components in this git repo. The most commonly used parts of well tested, while some parts still lack tests. This test suite has built over time a bit haphazardly, so it is not as clean, organized, or complete as it could be. We welcome contributions. Before rearchitecting any parts of it, be sure to contact us to discuss the changes beforehand.

fdroid commands

The test suite for all of the fdroid commands is in the tests/ subdir. .gitlab-ci.yml and .travis.yml run this test suite on various configurations.

  • tests/complete-ci-tests runs pylint and all tests on two different pyvenvs
  • tests/run-tests runs the whole test suite
  • tests/*.TestCase are individual unit tests for all of the fdroid commands, which can be run separately, e.g. ./update.TestCase.

Additional tests for different linux distributions

These tests are also run on various distributions through GitLab CI. This is only enabled for [email protected]/fdroidserver because it'll take longer to complete than the regular CI tests. Most of the time you won't need to worry about them but sometimes it might make sense to also run them for your merge request. In that case you need to remove these lines from .gitlab-ci.yml and push this to a new branch of your fork.

Alternatively run them locally like this: gitlab-runner exec docker ubuntu_lts

buildserver

The tests for the whole build server setup are entirely separate because they require at least 200GB of disk space, and 8GB of RAM. These test scripts are in the root of the project, all starting with jenkins- since they are run on https://jenkins.debian.net.

Translation

Everything can be translated. See Translation and Localization for more info. translation status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].