Package Details: fdroidserver 1:2.3.4-2

Git Clone URL: https://aur.archlinux.org/fdroidserver.git (read-only, click to copy)
Package Base: fdroidserver
Description: F-Droid repository management tools
Upstream URL: https://gitlab.com/fdroid/fdroidserver
Licenses: GPL3
Submitter: AlexanderR
Maintainer: fordprefect
Last Packager: fordprefect
Votes: 25
Popularity: 0.000000
First Submitted: 2012-06-10 05:09 (UTC)
Last Updated: 2024-12-23 16:49 (UTC)

Dependencies (32)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

klemens commented on 2018-11-11 18:01 (UTC)

If building android packages currently fails, this is likely because of https://gitlab.com/fdroid/fdroidserver/commit/b254472a99582cba821fa06624b323af91df06cf.

abouvier commented on 2018-08-13 12:01 (UTC)

Also to run a repository, it's java-environment (Java JDK) that is required instead of java-runtime.

abouvier commented on 2018-08-13 07:25 (UTC)

The command fdroid rewritemeta needs the package python-ruamel-yaml.

CRITICAL: ruamel.yaml not instlled, can not write metadata.

klemens commented on 2018-06-09 15:17 (UTC)

It seems fdroidserver now properly installs it's data files. I used the following patch that seems to work fine: https://gist.github.com/klemens/55bd8bb400f09e8f72e29000c8ea838a

yan12125 commented on 2018-05-28 08:04 (UTC)

Thanks for updating this! But why are some files installed to /tmp?

yan12125 commented on 2018-04-23 14:23 (UTC) (edited on 2018-04-23 14:24 (UTC) by yan12125)

Checksum mismatch:

$ makepkg
==> Making package: fdroidserver 2:1.0.3-1 (西元2018年04月23日 (週一) 22時22分52秒)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found archive.tar.gz?ref=1.0.3
==> Validating source files with sha256sums...
    archive.tar.gz?ref=1.0.3 ... FAILED
==> ERROR: One or more files did not pass the validity check!

$ sha256sum archive.tar.gz\?ref=1.0.3
135cddf11b836bb55532b037c0ccf6adb68e18ced8381ffed9332528b9c46d11  archive.tar.gz?ref=1.0.3

dlandau commented on 2018-04-18 18:19 (UTC)

The --version thing is now fixed.

BubuIIC commented on 2018-04-10 12:05 (UTC)

Running fdroid --version with this package produces a crash:

Traceback (most recent call last):
  File "/usr/bin/fdroid", line 164, in <module>
    main()
  File "/usr/bin/fdroid", line 101, in main
    output = get_distribution('fdroidserver').version + '\n'
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 472, in get_distribution
    dist = get_provider(dist)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 344, in get_provider
    return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 892, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 778, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'fdroidserver' distribution was not found and is required by the application

<deleted-account> commented on 2018-01-01 19:07 (UTC)

@maintainer Can you update the package so fdroid init work again? Solutions are already in comments.

maximbaz commented on 2017-08-10 17:12 (UTC)

Solved this issue locally by replacing the following line in PKGBUILD: install -D "examples/config.py" "$pkgdir/usr/share/$pkgname/config.sample.py" With: install -D "examples/config.py" "$pkgdir/usr/share/doc/$pkgname/examples/config.py" install -D "examples/fdroid-icon.png" "$pkgdir/usr/share/doc/$pkgname/examples/fdroid-icon.png"