Skip to content

Commit

Permalink
Add links to F-Droid build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Sep 30, 2024
1 parent d838b5c commit 74587e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions repology/parsers/parsers/fdroid.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ def iter_parse(self, path: str, factory: PackageFactory) -> Iterable[PackageMake

pkg.set_version(version)
pkg.set_flags(PackageFlags.DEVEL if version_code > upstream_version_code else 0)
pkg.set_extra_field('versioncode', version_code)

yield pkg
2 changes: 2 additions & 0 deletions repos.d/fdroid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
packagelinks:
- type: PACKAGE_HOMEPAGE
url: 'https://f-droid.org/packages/{srcname}/'
- type: PACKAGE_BUILD_LOG_RAW
url: 'https://f-droid.org/repo/{srcname}_{versioncode}.log.gz'
groups: [ all, production ]

0 comments on commit 74587e8

Please sign in to comment.