chiark / gitweb /
fdroidserver.git
9 years agoWork when cpu count is not defined
Ciaran Gultnieks [Mon, 23 Mar 2015 11:28:38 +0000 (11:28 +0000)]
Work when cpu count is not defined

9 years agoForgot to bump build_tools in the configs
Daniel Martí [Tue, 24 Mar 2015 20:36:42 +0000 (21:36 +0100)]
Forgot to bump build_tools in the configs

9 years agoMerge branch 'import' into 'master'
Daniel Martí [Sun, 22 Mar 2015 17:18:45 +0000 (17:18 +0000)]
Merge branch 'import' into 'master'

Importer: Fix duplicated urls

Importer uses provided URL for the "website" as default. If "sourcecode" is set to the same, this causes a lint error. For Github the website is now empty while Gitlab's sourcecode is no longer the bas project url.

See merge request !46

9 years agoImporter: Fix duplicated urls
Boris Kraut [Sun, 22 Mar 2015 02:24:43 +0000 (03:24 +0100)]
Importer: Fix duplicated urls

9 years agoUpdate build tools to 22.0.0
Daniel Martí [Sat, 21 Mar 2015 22:42:31 +0000 (23:42 +0100)]
Update build tools to 22.0.0

9 years agoUpdate sdk to 24.1.2
Daniel Martí [Sat, 21 Mar 2015 22:41:08 +0000 (23:41 +0100)]
Update sdk to 24.1.2

9 years agoAdd android-22 target
Daniel Martí [Sat, 21 Mar 2015 22:28:09 +0000 (23:28 +0100)]
Add android-22 target

9 years agoGradle plugin version 1.1 still uses gradle 2.2
Daniel Martí [Sun, 15 Mar 2015 15:25:41 +0000 (16:25 +0100)]
Gradle plugin version 1.1 still uses gradle 2.2

9 years agoMerge branch 'update-readme' into 'master'
Ciaran Gultnieks [Wed, 11 Mar 2015 13:32:09 +0000 (13:32 +0000)]
Merge branch 'update-readme' into 'master'

Update readme

Updated the main README file to include a list of dependencies.

Forgot to update my e-mail address, so I closed Merge Request !44 first.

See merge request !45

9 years agoUpdate README file.
Schneider Werner-Walter [Wed, 11 Mar 2015 08:28:47 +0000 (10:28 +0200)]
Update README file.

9 years agolint: don't take commas as punctuation
Daniel Martí [Thu, 5 Mar 2015 14:32:45 +0000 (15:32 +0100)]
lint: don't take commas as punctuation

9 years agoDon't take placeholders commits as possible tags
Daniel Martí [Thu, 5 Mar 2015 14:25:21 +0000 (15:25 +0100)]
Don't take placeholders commits as possible tags

9 years agoAlso set ANDROID_NDK_HOME since gradle may need it
Daniel Martí [Thu, 5 Mar 2015 14:25:09 +0000 (15:25 +0100)]
Also set ANDROID_NDK_HOME since gradle may need it

9 years agoAlso ignore PEP8 W503
Daniel Martí [Thu, 5 Mar 2015 14:24:52 +0000 (15:24 +0100)]
Also ignore PEP8 W503

9 years agoIgnore all the pep8 errors ignored by the default config
Daniel Martí [Sun, 8 Feb 2015 05:58:24 +0000 (21:58 -0800)]
Ignore all the pep8 errors ignored by the default config

9 years agoMerge branch 'LOffice' into 'master'
Ciaran Gultnieks [Thu, 5 Feb 2015 09:10:52 +0000 (09:10 +0000)]
Merge branch 'LOffice' into 'master'

Add LibreOffice build-deps.

These are the dependencies that i needed in a VM with a "Debian Jessie netinst" installation. I had in the system the "Standard system utilities", fdroidserver, all the packages listed in "buildserver/cookbooks/fdroidbuild-general/recipes/default.rb", and "build-essential". I assume that the BS has build-essential  installed as its needed to build the "VirtualBox Guest Additions".

See merge request !42

9 years agoAdd dependencies needed by "LibreOffice Viewer Beta"
Matías Zúñiga [Tue, 3 Feb 2015 23:45:26 +0000 (23:45 +0000)]
Add dependencies needed by "LibreOffice Viewer Beta"

9 years agoFailed to update what page?
Ciaran Gultnieks [Sun, 1 Feb 2015 20:32:03 +0000 (20:32 +0000)]
Failed to update what page?

9 years agoNote about required python version
Ciaran Gultnieks [Sun, 1 Feb 2015 20:31:46 +0000 (20:31 +0000)]
Note about required python version

9 years agoAllow buildserver CPU count to be configured
Ciaran Gultnieks [Sun, 1 Feb 2015 09:00:04 +0000 (09:00 +0000)]
Allow buildserver CPU count to be configured

9 years agoSignature file names are not fixed
Ciaran Gultnieks [Sat, 31 Jan 2015 16:04:39 +0000 (16:04 +0000)]
Signature file names are not fixed

9 years agoUse jarsigner-based verification in publish
Ciaran Gultnieks [Sat, 31 Jan 2015 15:59:00 +0000 (15:59 +0000)]
Use jarsigner-based verification in publish

9 years agoNeed the information about what's different from verify_apks
Ciaran Gultnieks [Sat, 31 Jan 2015 15:58:08 +0000 (15:58 +0000)]
Need the information about what's different from verify_apks

9 years agoAdd function to verify apks via jarsigner
Parménides GV [Sat, 31 Jan 2015 15:55:18 +0000 (15:55 +0000)]
Add function to verify apks via jarsigner

9 years agoUse pre-retrieved Binary when publishing
Ciaran Gultnieks [Sat, 31 Jan 2015 15:36:57 +0000 (15:36 +0000)]
Use pre-retrieved Binary when publishing

This allows this system to work when the machine that runs 'fdroid
publish' is offline.

9 years agoRetrieve Binaries at build time
Ciaran Gultnieks [Sat, 31 Jan 2015 15:36:26 +0000 (15:36 +0000)]
Retrieve Binaries at build time

9 years agoImprove validation of fdroid import page parsing
Ciaran Gultnieks [Sat, 31 Jan 2015 12:07:33 +0000 (12:07 +0000)]
Improve validation of fdroid import page parsing

9 years agoHandle not-found package name gracefully
Ciaran Gultnieks [Tue, 27 Jan 2015 07:13:21 +0000 (07:13 +0000)]
Handle not-found package name gracefully

9 years agoMerge branch 'fxbuilddeps' into 'master'
Ciaran Gultnieks [Sat, 31 Jan 2015 12:04:16 +0000 (12:04 +0000)]
Merge branch 'fxbuilddeps' into 'master'

Add firefox build-deps.

See merge request !40

9 years agoEnsure package names are valid
Ciaran Gultnieks [Mon, 26 Jan 2015 18:29:39 +0000 (18:29 +0000)]
Ensure package names are valid

9 years agoRemove shell option from FDroidPopen
Ciaran Gultnieks [Mon, 26 Jan 2015 18:14:29 +0000 (18:14 +0000)]
Remove shell option from FDroidPopen

9 years agowp-fdroid: Properly escape fdfilter
Ciaran Gultnieks [Mon, 26 Jan 2015 18:12:30 +0000 (18:12 +0000)]
wp-fdroid: Properly escape fdfilter

Resolves an XSS issue identified by Cure53 (https://cure53.de)

9 years agoAdd compare-locales via easy_install for Firefox
Boris Kraut [Sun, 25 Jan 2015 18:33:02 +0000 (19:33 +0100)]
Add compare-locales via easy_install for Firefox

9 years agoAdd build-deps for Firefox
Boris Kraut [Sun, 25 Jan 2015 00:09:13 +0000 (01:09 +0100)]
Add build-deps for Firefox

9 years agoMerge branch 'master' into 'master'
Ciaran Gultnieks [Wed, 21 Jan 2015 16:30:43 +0000 (16:30 +0000)]
Merge branch 'master' into 'master'

fix build issues

Fixed three build issues: one PEP8 and two small errors in the tests.

See merge request !39

9 years agofix update.TestCase: remove unused SilentPopen import, that class was removed
Hans-Christoph Steiner [Tue, 20 Jan 2015 21:43:55 +0000 (22:43 +0100)]
fix update.TestCase: remove unused SilentPopen import, that class was removed

9 years agofix install test by making sure common.options is set
Hans-Christoph Steiner [Tue, 20 Jan 2015 21:40:45 +0000 (22:40 +0100)]
fix install test by making sure common.options is set

9 years agofix PEP8 E124 closing bracket missing visual indentation
Hans-Christoph Steiner [Tue, 20 Jan 2015 17:01:29 +0000 (18:01 +0100)]
fix PEP8 E124 closing bracket missing visual indentation

9 years agoMerge branch 'antifeature' into 'master'
Ciaran Gultnieks [Wed, 21 Jan 2015 09:19:12 +0000 (09:19 +0000)]
Merge branch 'antifeature' into 'master'

Update docs: AntiFeatures

See merge request !38

9 years agoFix no-checksum option type for local sync (fixes #67)
Ciaran Gultnieks [Wed, 21 Jan 2015 09:15:20 +0000 (09:15 +0000)]
Fix no-checksum option type for local sync (fixes #67)

9 years agoUpdate docs: Add UpstreamNonFree; apps with AFs are not hidden.
Boris Kraut [Sat, 17 Jan 2015 00:11:43 +0000 (01:11 +0100)]
Update docs: Add UpstreamNonFree; apps with AFs are not hidden.

9 years agoMerge branch 'update_docs' into 'master'
Ciaran Gultnieks [Fri, 16 Jan 2015 21:05:02 +0000 (21:05 +0000)]
Merge branch 'update_docs' into 'master'

Added docs how to get platform cache files (closes #53)

See merge request !37

9 years agoAdded docs how to get platform cache files (closes #53)
Rancor [Fri, 16 Jan 2015 20:59:33 +0000 (21:59 +0100)]
Added docs how to get platform cache files (closes #53)

9 years agoFix adding paths to the PATH env variable
Daniel Martí [Tue, 13 Jan 2015 15:37:10 +0000 (16:37 +0100)]
Fix adding paths to the PATH env variable

9 years agoFix issue introduced in 49549f4cad2097 (fixes #62)
Daniel Martí [Tue, 13 Jan 2015 15:15:11 +0000 (16:15 +0100)]
Fix issue introduced in 49549f4cad2097 (fixes #62)

9 years agoFix PEP8 issues from latest pull request
Ciaran Gultnieks [Tue, 13 Jan 2015 08:26:30 +0000 (08:26 +0000)]
Fix PEP8 issues from latest pull request

9 years agoCorrection to 5b868c8a4
Ciaran Gultnieks [Tue, 13 Jan 2015 08:25:27 +0000 (08:25 +0000)]
Correction to 5b868c8a4

9 years agoDon't limit gradle's forceversion to string literals
Daniel Martí [Mon, 12 Jan 2015 22:47:40 +0000 (23:47 +0100)]
Don't limit gradle's forceversion to string literals

9 years agoOnly set Auto Name if one isn't set already
Ciaran Gultnieks [Mon, 12 Jan 2015 18:58:03 +0000 (18:58 +0000)]
Only set Auto Name if one isn't set already

9 years agoMerge branch 'master' into 'master'
Ciaran Gultnieks [Mon, 12 Jan 2015 10:06:26 +0000 (10:06 +0000)]
Merge branch 'master' into 'master'

streamline verify process in `fdroid publish`

This is a collection of small fixes to streamline the process of verifying a build against a provided APK as set in the `Binaries:` metadata.

See merge request !35

9 years agoif a build did verify against Binaries:, delete the comparison dirs
Hans-Christoph Steiner [Mon, 12 Jan 2015 09:51:54 +0000 (10:51 +0100)]
if a build did verify against Binaries:, delete the comparison dirs

If the comparison between the provided APK and the built APK is verified,
then there is no need to keep the old comparison files around. On big build
servers like f-droid.org, there will be thousands of leftover dirs from all
the builds, so this is necessary.

9 years agoif `meld` is available, use it to show differences on failed APK compare
Hans-Christoph Steiner [Wed, 7 Jan 2015 19:09:03 +0000 (20:09 +0100)]
if `meld` is available, use it to show differences on failed APK compare

meld is much easier to browse when comparing directory trees.

9 years agoif `apktool` is available, use it to decompress APKs when verifying
Hans-Christoph Steiner [Wed, 7 Jan 2015 19:08:15 +0000 (20:08 +0100)]
if `apktool` is available, use it to decompress APKs when verifying

apktool decompiles the binary XML to regular XML, so it is much easier to
read for differences.

9 years agofix typo in error message
Hans-Christoph Steiner [Wed, 7 Jan 2015 18:57:15 +0000 (19:57 +0100)]
fix typo in error message

9 years agouncompress using `jar xf` in a folder with the same name
Hans-Christoph Steiner [Wed, 7 Jan 2015 18:56:55 +0000 (19:56 +0100)]
uncompress using `jar xf` in a folder with the same name

This makes it easier to compare the whole APK folders when there are
multiple methods of uncompressing the APK.

9 years agomake resulting dirs of compare_apks() have clearer dir names
Hans-Christoph Steiner [Wed, 7 Jan 2015 18:55:26 +0000 (19:55 +0100)]
make resulting dirs of compare_apks() have clearer dir names

This makes it a lot easier to remember which APK is which when trying to
make sense of the differences.

9 years agoprevent `fdroid publish` from repeatedly downloading the developer binary
Hans-Christoph Steiner [Wed, 7 Jan 2015 17:54:01 +0000 (18:54 +0100)]
prevent `fdroid publish` from repeatedly downloading the developer binary

wget's --continue makes wget not overwrite the existing file, or create a
new version with a .1 extension.  Instead it tries to finish an incomplete
download, or does nothing if the download is complete and matching.

9 years agoDetect apk cache changes to avoid having to blow the whole thing
Ciaran Gultnieks [Sun, 11 Jan 2015 18:22:00 +0000 (18:22 +0000)]
Detect apk cache changes to avoid having to blow the whole thing

9 years agoCorrection to no-checksum
Ciaran Gultnieks [Sun, 11 Jan 2015 17:46:42 +0000 (17:46 +0000)]
Correction to no-checksum

9 years agoRemove support for git-svn with authentication
Ciaran Gultnieks [Sun, 11 Jan 2015 17:46:10 +0000 (17:46 +0000)]
Remove support for git-svn with authentication

9 years agoAdd option to not use rsync --checksum
Ciaran Gultnieks [Sun, 11 Jan 2015 15:33:41 +0000 (15:33 +0000)]
Add option to not use rsync --checksum

9 years agoDocumentation fix
Ciaran Gultnieks [Sun, 11 Jan 2015 15:26:15 +0000 (15:26 +0000)]
Documentation fix

9 years agoComplete missing server options
Daniel Martí [Sun, 11 Jan 2015 13:24:45 +0000 (14:24 +0100)]
Complete missing server options

9 years agoscanner --nosvn was removed
Daniel Martí [Sun, 11 Jan 2015 13:22:30 +0000 (14:22 +0100)]
scanner --nosvn was removed

9 years agoComplete update --nosign
Daniel Martí [Sun, 11 Jan 2015 13:21:22 +0000 (14:21 +0100)]
Complete update --nosign

9 years agocomplete -h/--help for all commands implicitly
Daniel Martí [Sun, 11 Jan 2015 13:19:31 +0000 (14:19 +0100)]
complete -h/--help for all commands implicitly

9 years agoAdd bash-completion to pre-commit bash checks
Daniel Martí [Sun, 11 Jan 2015 13:17:25 +0000 (14:17 +0100)]
Add bash-completion to pre-commit bash checks

9 years agoAdd signindex to bash-completion
Daniel Martí [Sun, 11 Jan 2015 13:16:57 +0000 (14:16 +0100)]
Add signindex to bash-completion

9 years agoAdd fdroid signindex to sign previously unsigned indexes
Ciaran Gultnieks [Sat, 10 Jan 2015 16:36:26 +0000 (16:36 +0000)]
Add fdroid signindex to sign previously unsigned indexes

9 years agoAdd ability to not sign the indexes when doing fdroid update
Ciaran Gultnieks [Sat, 10 Jan 2015 16:35:12 +0000 (16:35 +0000)]
Add ability to not sign the indexes when doing fdroid update

9 years agoAllow repo pubkey to defined directly in config
Ciaran Gultnieks [Sat, 10 Jan 2015 15:44:16 +0000 (15:44 +0000)]
Allow repo pubkey to defined directly in config

9 years agoExtra debug logging when parsing manifests
Ciaran Gultnieks [Sat, 10 Jan 2015 15:15:23 +0000 (15:15 +0000)]
Extra debug logging when parsing manifests

9 years agoSanitise tags at point of reading
Ciaran Gultnieks [Sat, 10 Jan 2015 15:15:01 +0000 (15:15 +0000)]
Sanitise tags at point of reading

9 years agoMore detail for package ID mismatches
Ciaran Gultnieks [Sat, 10 Jan 2015 15:13:38 +0000 (15:13 +0000)]
More detail for package ID mismatches

9 years agofd-commit: read entire metadata files
Daniel Martí [Sat, 10 Jan 2015 19:04:49 +0000 (20:04 +0100)]
fd-commit: read entire metadata files

9 years agoscanner: adapt to new scan_source format (fixes #59)
Daniel Martí [Sat, 10 Jan 2015 12:49:54 +0000 (13:49 +0100)]
scanner: adapt to new scan_source format (fixes #59)

9 years agopre-commit: differentiate sh and bash files
Daniel Martí [Fri, 9 Jan 2015 15:08:27 +0000 (16:08 +0100)]
pre-commit: differentiate sh and bash files

9 years agohooks/pre-commit: Fix message
Daniel Martí [Fri, 9 Jan 2015 14:36:17 +0000 (15:36 +0100)]
hooks/pre-commit: Fix message

9 years agoSet up the ndk in $PATH before each build
Daniel Martí [Tue, 6 Jan 2015 18:41:55 +0000 (19:41 +0100)]
Set up the ndk in $PATH before each build

9 years agoDon't allow --skip-scan if scandelete is set up
Daniel Martí [Tue, 6 Jan 2015 13:40:31 +0000 (14:40 +0100)]
Don't allow --skip-scan if scandelete is set up

9 years agoError if any scanignore/delete paths are useless
Daniel Martí [Tue, 6 Jan 2015 13:37:13 +0000 (14:37 +0100)]
Error if any scanignore/delete paths are useless

9 years agoMerge branch 'fix_build_exception' of https://gitlab.com/Rancor/fdroidserver
Daniel Martí [Tue, 6 Jan 2015 13:03:23 +0000 (14:03 +0100)]
Merge branch 'fix_build_exception' of https://gitlab.com/Rancor/fdroidserver

9 years agoRemoved second parameter in replace_config_vars call
Rancor [Tue, 6 Jan 2015 11:37:34 +0000 (12:37 +0100)]
Removed second parameter in replace_config_vars call

9 years agoProperly capitalize all flavours (fixes org.ligi.fast)
Daniel Martí [Mon, 5 Jan 2015 12:07:22 +0000 (13:07 +0100)]
Properly capitalize all flavours (fixes org.ligi.fast)

9 years agoGradle cleaner: support multilines with backslashes
Daniel Martí [Mon, 5 Jan 2015 11:59:33 +0000 (12:59 +0100)]
Gradle cleaner: support multilines with backslashes

9 years agoFix build passing madness (closes #55)
Daniel Martí [Sun, 4 Jan 2015 23:29:27 +0000 (00:29 +0100)]
Fix build passing madness (closes #55)

9 years agoRemove trailing whitespace
Daniel Martí [Sun, 4 Jan 2015 19:52:27 +0000 (20:52 +0100)]
Remove trailing whitespace

9 years agoMerge branch 'fix_permission' of https://gitlab.com/Rancor/fdroidserver
Daniel Martí [Sun, 4 Jan 2015 19:51:56 +0000 (20:51 +0100)]
Merge branch 'fix_permission' of https://gitlab.com/Rancor/fdroidserver

9 years agoFixes #52 : Fix permission for executing android-ndk bin
Rancor [Sun, 4 Jan 2015 19:41:43 +0000 (20:41 +0100)]
Fixes #52 : Fix permission for executing android-ndk bin

9 years agoNever let build['ndk_path'] be None
Daniel Martí [Sun, 4 Jan 2015 19:41:22 +0000 (20:41 +0100)]
Never let build['ndk_path'] be None

9 years agoAdd apis 20 and 21 to wp-fdroid's androidversion()
Daniel Martí [Sun, 4 Jan 2015 03:26:24 +0000 (04:26 +0100)]
Add apis 20 and 21 to wp-fdroid's androidversion()

9 years agoCreate the ndk_loc dir first (fixes #52)
Daniel Martí [Sun, 4 Jan 2015 03:19:19 +0000 (04:19 +0100)]
Create the ndk_loc dir first (fixes #52)

9 years agoDon't crash if no suitable NDK is found
Daniel Martí [Sun, 4 Jan 2015 00:45:52 +0000 (01:45 +0100)]
Don't crash if no suitable NDK is found

9 years agoPlaintext descriptions are no longer needed
Daniel Martí [Fri, 2 Jan 2015 23:08:21 +0000 (00:08 +0100)]
Plaintext descriptions are no longer needed

9 years agoAdd NDK r10d, this time alongside r9b
Daniel Martí [Fri, 2 Jan 2015 23:02:54 +0000 (00:02 +0100)]
Add NDK r10d, this time alongside r9b

Specified per-build with ndk=<version> defaulting to the oldest, r9b.

9 years agoDon't run a global "gradle clean" which configures all projects
Daniel Martí [Fri, 2 Jan 2015 21:26:22 +0000 (22:26 +0100)]
Don't run a global "gradle clean" which configures all projects

Also properly capitalize words for gradle tasks

9 years agoBump to 0.3.0 0.3.0
Daniel Martí [Fri, 2 Jan 2015 21:19:24 +0000 (22:19 +0100)]
Bump to 0.3.0

9 years agoOne remaining dump badging without output=False
Daniel Martí [Wed, 31 Dec 2014 16:18:19 +0000 (17:18 +0100)]
One remaining dump badging without output=False

9 years agoApply some autopep8-python2 suggestions
Daniel Martí [Wed, 31 Dec 2014 15:42:26 +0000 (16:42 +0100)]
Apply some autopep8-python2 suggestions

9 years agoMake dump xmltree and dump badging silent again
Daniel Martí [Wed, 31 Dec 2014 15:34:11 +0000 (16:34 +0100)]
Make dump xmltree and dump badging silent again