chiark / gitweb /
fdroidserver.git
11 years agoAdd wiki category for disabled apps (issue #163)
Ciaran Gultnieks [Wed, 23 Oct 2013 12:19:33 +0000 (13:19 +0100)]
Add wiki category for disabled apps (issue #163)

11 years agolabel regex pattern now doesn't stop until a new field or a newline are found
Daniel Martí [Wed, 23 Oct 2013 07:58:32 +0000 (09:58 +0200)]
label regex pattern now doesn't stop until a new field or a newline are found

11 years agoUse "Requires Root:" as a forced ACCESS_SUPERUSER permission
Daniel Martí [Tue, 22 Oct 2013 23:00:21 +0000 (01:00 +0200)]
Use "Requires Root:" as a forced ACCESS_SUPERUSER permission

11 years agoDon't mix tabs and spaces in wp-fdroid.php
Daniel Martí [Tue, 22 Oct 2013 13:53:07 +0000 (15:53 +0200)]
Don't mix tabs and spaces in wp-fdroid.php

11 years agoEnsure correct exit code from buildserver build
Ciaran Gultnieks [Mon, 21 Oct 2013 20:16:41 +0000 (21:16 +0100)]
Ensure correct exit code from buildserver build

11 years agoFix hg checkupdates
Daniel Martí [Mon, 21 Oct 2013 15:00:42 +0000 (17:00 +0200)]
Fix hg checkupdates

11 years agoFix silly forcever(sion|code) errors
Daniel Martí [Sun, 20 Oct 2013 20:27:34 +0000 (22:27 +0200)]
Fix silly forcever(sion|code) errors

11 years agoAdd some makebuildserver options
Ciaran Gultnieks [Sun, 20 Oct 2013 20:16:42 +0000 (21:16 +0100)]
Add some makebuildserver options

11 years agoFix to a9a947
Ciaran Gultnieks [Sun, 20 Oct 2013 20:15:35 +0000 (21:15 +0100)]
Fix to a9a947

11 years agoClarify error message
Ciaran Gultnieks [Sun, 20 Oct 2013 20:11:35 +0000 (21:11 +0100)]
Clarify error message

11 years agoLoop over all AM.xml files for forcever(sion|code)
Daniel Martí [Sun, 20 Oct 2013 11:43:15 +0000 (13:43 +0200)]
Loop over all AM.xml files for forcever(sion|code)

11 years agoAlso install platform-tools
Daniel Martí [Sun, 20 Oct 2013 11:42:58 +0000 (13:42 +0200)]
Also install platform-tools

11 years agoAdd functions to find apk and tarball paths
Daniel Martí [Sat, 19 Oct 2013 10:18:48 +0000 (12:18 +0200)]
Add functions to find apk and tarball paths

11 years agoNew Update Check Mode: RepoTrunk
Daniel Martí [Thu, 17 Oct 2013 21:27:55 +0000 (23:27 +0200)]
New Update Check Mode: RepoTrunk

11 years agoUpdate many android tools
Daniel Martí [Thu, 17 Oct 2013 13:29:52 +0000 (15:29 +0200)]
Update many android tools

* Gradle from 1.7 to 1.8
* Android SDK from 21.0.1 to 22.2.1
* SDK Build Tools from 18.0.1 to 18.1.1
* Added legacy toolchains to NDK r9

11 years agoNon-greedy match for app labels (should fix the icon= stuff)
Daniel Martí [Thu, 17 Oct 2013 11:19:06 +0000 (13:19 +0200)]
Non-greedy match for app labels (should fix the icon= stuff)

11 years agoRun maven's deploy like ant and gradle do
Daniel Martí [Wed, 16 Oct 2013 21:34:51 +0000 (23:34 +0200)]
Run maven's deploy like ant and gradle do

11 years agoDon't remove non-Popen related declares
Daniel Martí [Wed, 16 Oct 2013 21:34:32 +0000 (23:34 +0200)]
Don't remove non-Popen related declares

11 years agoDon't be verbose when preparing srclibs
Daniel Martí [Wed, 16 Oct 2013 21:31:02 +0000 (23:31 +0200)]
Don't be verbose when preparing srclibs

11 years agoFinish large reworking of Popen calls
Daniel Martí [Wed, 16 Oct 2013 21:17:51 +0000 (23:17 +0200)]
Finish large reworking of Popen calls

Now we handle the output pipes via Queues, which means that long and verbose
builds (like navit) won't hang mercilessly during any of init=, prebuild=
build= or the build itself. This also removes redundancies.

11 years agoUse python-magic, filemagic's official python binding lib
Daniel Martí [Wed, 16 Oct 2013 20:50:07 +0000 (22:50 +0200)]
Use python-magic, filemagic's official python binding lib

11 years agoDon't catch octet-stream, catch static libs and bin exes
Daniel Martí [Wed, 16 Oct 2013 09:55:17 +0000 (11:55 +0200)]
Don't catch octet-stream, catch static libs and bin exes

11 years agoFixed Bug where long outputs to stderr during build process caused a hang
Christopher [Sat, 12 Oct 2013 16:20:32 +0000 (18:20 +0200)]
Fixed Bug where long outputs to stderr during build process caused a hang

11 years agoAdd python-magic to buildserver
Ciaran Gultnieks [Wed, 16 Oct 2013 18:37:46 +0000 (19:37 +0100)]
Add python-magic to buildserver

11 years agoRevert "Fix b315968b (at least to the extent that it's now possible to make a buildse...
Ciaran Gultnieks [Wed, 16 Oct 2013 18:32:38 +0000 (19:32 +0100)]
Revert "Fix b315968b (at least to the extent that it's now possible to make a buildserver again)"

This reverts commit c74bbdf5dca70447823b404f9876d6c0f8d5f25c.

11 years agoRevert "Install filemagic on buildserver"
Ciaran Gultnieks [Wed, 16 Oct 2013 18:31:52 +0000 (19:31 +0100)]
Revert "Install filemagic on buildserver"

This reverts commit 255cd05c674579ce2be9d02f509cf902ab7d5bdd.

11 years agoInstall filemagic on buildserver
Ciaran Gultnieks [Wed, 16 Oct 2013 16:23:27 +0000 (17:23 +0100)]
Install filemagic on buildserver

11 years agoFix b315968b (at least to the extent that it's now possible to make a buildserver...
Ciaran Gultnieks [Wed, 16 Oct 2013 16:23:13 +0000 (17:23 +0100)]
Fix b315968b (at least to the extent that it's now possible to make a buildserver again)

11 years agoFixes to scanignore and relative paths in scans
Daniel Martí [Wed, 16 Oct 2013 08:54:11 +0000 (10:54 +0200)]
Fixes to scanignore and relative paths in scans

11 years agoDon't add sdk support lib dir as maven repo
Daniel Martí [Wed, 16 Oct 2013 07:36:42 +0000 (09:36 +0200)]
Don't add sdk support lib dir as maven repo

11 years agoImport magic only at build time
Daniel Martí [Wed, 16 Oct 2013 07:31:26 +0000 (09:31 +0200)]
Import magic only at build time

11 years agoFind blobs by magic numbers
Daniel Martí [Tue, 15 Oct 2013 21:24:20 +0000 (23:24 +0200)]
Find blobs by magic numbers

11 years agoFix error message error
Ciaran Gultnieks [Tue, 15 Oct 2013 14:52:53 +0000 (15:52 +0100)]
Fix error message error

11 years agoAllow archive policy override for indivudual apps
Ciaran Gultnieks [Mon, 14 Oct 2013 15:16:34 +0000 (16:16 +0100)]
Allow archive policy override for indivudual apps

11 years agosed -i 's/!= None/is not None/g' *.py
Daniel Martí [Sat, 12 Oct 2013 22:03:57 +0000 (00:03 +0200)]
sed -i 's/!= None/is not None/g' *.py

11 years agoAdd support for Litecoin in the server
Daniel Martí [Sat, 12 Oct 2013 22:03:11 +0000 (00:03 +0200)]
Add support for Litecoin in the server

11 years agoFix some crashes with clean/build procedures
Daniel Martí [Fri, 11 Oct 2013 15:14:42 +0000 (17:14 +0200)]
Fix some crashes with clean/build procedures

11 years agovcs_svn reset back to shell=True
Daniel Martí [Fri, 11 Oct 2013 15:08:07 +0000 (17:08 +0200)]
vcs_svn reset back to shell=True

11 years agoFix output and error assignment error
Daniel Martí [Thu, 10 Oct 2013 16:35:15 +0000 (18:35 +0200)]
Fix output and error assignment error

11 years agoForgot to execute cleaning process
Daniel Martí [Thu, 10 Oct 2013 15:52:17 +0000 (17:52 +0200)]
Forgot to execute cleaning process

11 years agoRemove unnecessary indenting
Daniel Martí [Thu, 10 Oct 2013 14:45:17 +0000 (16:45 +0200)]
Remove unnecessary indenting

11 years agoFix silly object name issue, also clean jni dirs
Daniel Martí [Thu, 10 Oct 2013 14:30:32 +0000 (16:30 +0200)]
Fix silly object name issue, also clean jni dirs

11 years agoTry to add maven support repo and ndk variables to recipes
Daniel Martí [Thu, 10 Oct 2013 14:30:11 +0000 (16:30 +0200)]
Try to add maven support repo and ndk variables to recipes

11 years agoSpecify that init= and prebuild= won't be able to build anything now
Daniel Martí [Thu, 10 Oct 2013 13:51:51 +0000 (15:51 +0200)]
Specify that init= and prebuild= won't be able to build anything now

11 years agoBe more consistent when doing cleans
Daniel Martí [Thu, 10 Oct 2013 13:48:39 +0000 (15:48 +0200)]
Be more consistent when doing cleans

All update dirs, including ., will remove baddirs.
Right before build=, (ant|maven|gradle) clean will run

11 years agoMerge commit 'refs/merge-requests/125' of gitorious.org:f-droid/fdroidserver
Daniel Martí [Thu, 10 Oct 2013 11:23:09 +0000 (13:23 +0200)]
Merge commit 'refs/merge-requests/125' of gitorious.org:f-droid/fdroidserver

11 years agoEdited as per comment of daniel
Florian Schmaus [Thu, 10 Oct 2013 10:10:11 +0000 (12:10 +0200)]
Edited as per comment of daniel

11 years agoPurge repo maintenance page cache after updates
Ciaran Gultnieks [Thu, 10 Oct 2013 08:47:48 +0000 (09:47 +0100)]
Purge repo maintenance page cache after updates

11 years agoForgot to fix UCM:Tags for srclibs too
Daniel Martí [Wed, 9 Oct 2013 21:39:44 +0000 (23:39 +0200)]
Forgot to fix UCM:Tags for srclibs too

11 years agoBe more consistent when running bash commands (fixes #365)
Daniel Martí [Wed, 9 Oct 2013 21:36:24 +0000 (23:36 +0200)]
Be more consistent when running bash commands (fixes #365)

11 years agoFix issues with srclib checkupdates
Daniel Martí [Wed, 9 Oct 2013 21:36:02 +0000 (23:36 +0200)]
Fix issues with srclib checkupdates

11 years agoImproved description of "Repo" in Manual
Florian Schmaus [Wed, 9 Oct 2013 12:16:42 +0000 (14:16 +0200)]
Improved description of "Repo" in Manual

Make it clear that if Repo Type is srclib, Repo can be set to the name
of the according srclib .txt file.

11 years agoMerge commit 'refs/merge-requests/124' of git://gitorious.org/f-droid/fdroidserver...
Ciaran Gultnieks [Wed, 9 Oct 2013 13:41:12 +0000 (14:41 +0100)]
Merge commit 'refs/merge-requests/124' of git://gitorious.org/f-droid/fdroidserver into merge-requests/124

11 years agoDon't put redirects in the same category as real app pages
Ciaran Gultnieks [Wed, 9 Oct 2013 13:39:00 +0000 (14:39 +0100)]
Don't put redirects in the same category as real app pages

11 years agoA few more wiki fixes
Ciaran Gultnieks [Wed, 9 Oct 2013 12:23:17 +0000 (13:23 +0100)]
A few more wiki fixes

11 years agoImproved the description of "Auto Name" in Manual
Florian Schmaus [Wed, 9 Oct 2013 09:18:44 +0000 (11:18 +0200)]
Improved the description of "Auto Name" in Manual

It was not clear, at least to me, where Auto Name is exactly used. This
change clarifies that it's actually used by the auto update
scripts. Furthermore replace the "It", whis "The Auto Name entry", since
it's not obvious if the "It" refers to "Auto Name" or the
"commit (description)".

11 years agoRevert "Don't stop if srclib paths are hard-coded"
Ciaran Gultnieks [Wed, 9 Oct 2013 09:11:34 +0000 (10:11 +0100)]
Revert "Don't stop if srclib paths are hard-coded"

This reverts commit 33a95637c029e3ac8bb6cfee6bbe273fcf818a33.

11 years agoAdd wiki category for failing builds
Ciaran Gultnieks [Wed, 9 Oct 2013 08:57:00 +0000 (09:57 +0100)]
Add wiki category for failing builds

11 years agoInclude entries for failed builds in wiki data
Ciaran Gultnieks [Wed, 9 Oct 2013 08:48:06 +0000 (09:48 +0100)]
Include entries for failed builds in wiki data

11 years agoDetect proprietary youtube api lib
Ciaran Gultnieks [Wed, 9 Oct 2013 08:43:02 +0000 (09:43 +0100)]
Detect proprietary youtube api lib

11 years agoDon't stop if srclib paths are hard-coded
Daniel Martí [Mon, 7 Oct 2013 22:38:24 +0000 (00:38 +0200)]
Don't stop if srclib paths are hard-coded

If the raise takes place, UCMs with srclibs don't work.

11 years agoMerge commit 'refs/merge-requests/124' of gitorious.org:f-droid/fdroidserver
Daniel Martí [Mon, 7 Oct 2013 18:56:43 +0000 (20:56 +0200)]
Merge commit 'refs/merge-requests/124' of gitorious.org:f-droid/fdroidserver

11 years agoCorrect ndk r9 arcb selection
Ciaran Gultnieks [Sun, 6 Oct 2013 11:52:38 +0000 (12:52 +0100)]
Correct ndk r9 arcb selection

11 years agoCorrect ndk r9 install
Ciaran Gultnieks [Sun, 6 Oct 2013 11:51:16 +0000 (12:51 +0100)]
Correct ndk r9 install

11 years agoSwitch to ndk r9
Ciaran Gultnieks [Sun, 6 Oct 2013 08:21:14 +0000 (09:21 +0100)]
Switch to ndk r9

11 years agoAdded gettext dependency to buildserver
Christopher [Fri, 4 Oct 2013 21:38:30 +0000 (23:38 +0200)]
Added gettext dependency to buildserver

11 years agoAdd libsaxonb-java to buildserver dependencies
Ciaran Gultnieks [Wed, 2 Oct 2013 21:52:44 +0000 (22:52 +0100)]
Add libsaxonb-java to buildserver dependencies

11 years agoAlways store ant/maven apk location output for regex
Daniel Martí [Wed, 2 Oct 2013 20:28:20 +0000 (22:28 +0200)]
Always store ant/maven apk location output for regex

11 years agoDo not repeat stderr and stdout when -v/--verbose
Daniel Martí [Wed, 2 Oct 2013 17:28:43 +0000 (19:28 +0200)]
Do not repeat stderr and stdout when -v/--verbose

11 years agoDon't try and parse username/password out of repo address except for svn
Ciaran Gultnieks [Wed, 2 Oct 2013 09:25:26 +0000 (10:25 +0100)]
Don't try and parse username/password out of repo address except for svn

11 years agoImprove http update check mode
Ciaran Gultnieks [Tue, 1 Oct 2013 14:06:02 +0000 (15:06 +0100)]
Improve http update check mode

11 years agoFix some docs compilation issues
Ciaran Gultnieks [Tue, 1 Oct 2013 09:21:26 +0000 (10:21 +0100)]
Fix some docs compilation issues

11 years agoAdd HTTP update check mode
Ciaran Gultnieks [Tue, 1 Oct 2013 09:19:17 +0000 (10:19 +0100)]
Add HTTP update check mode

11 years agoAdded myself to copyright notices
Daniel Martí [Sat, 28 Sep 2013 19:06:33 +0000 (21:06 +0200)]
Added myself to copyright notices

11 years agoAlways run 'clean' on ant and gradle projects too
Daniel Martí [Fri, 27 Sep 2013 08:50:56 +0000 (10:50 +0200)]
Always run 'clean' on ant and gradle projects too

11 years agoSed signing configs out of build.gradle files
Daniel Martí [Sun, 22 Sep 2013 21:26:48 +0000 (23:26 +0200)]
Sed signing configs out of build.gradle files

11 years agoAdd issue page to github repos on import
Daniel Martí [Sun, 22 Sep 2013 21:26:39 +0000 (23:26 +0200)]
Add issue page to github repos on import

11 years agoFix many cases of UCM for Gradle
Daniel Martí [Sat, 21 Sep 2013 17:43:31 +0000 (19:43 +0200)]
Fix many cases of UCM for Gradle

11 years agoAdd tools dir. New tool: categorycount
Daniel Martí [Tue, 17 Sep 2013 22:11:35 +0000 (00:11 +0200)]
Add tools dir. New tool: categorycount

11 years agoBump sample values for newer ndk/build-tools versions
Daniel Martí [Tue, 17 Sep 2013 18:24:25 +0000 (20:24 +0200)]
Bump sample values for newer ndk/build-tools versions

11 years agoAlso finish at quotes when using import -u
Daniel Martí [Mon, 16 Sep 2013 12:25:39 +0000 (14:25 +0200)]
Also finish at quotes when using import -u

11 years agoRemove all bin dirs on update= dirs, be more verbose
Daniel Martí [Mon, 16 Sep 2013 10:53:27 +0000 (12:53 +0200)]
Remove all bin dirs on update= dirs, be more verbose

11 years agoFixes to gotorevision(None)
Daniel Martí [Sun, 15 Sep 2013 21:20:27 +0000 (23:20 +0200)]
Fixes to gotorevision(None)

Up until now, this would do nothing in most cases

11 years agoAllow for leading and trailing whitespaces in ';'-separated lists (e.g. update= abc...
Daniel Martí [Wed, 11 Sep 2013 11:45:02 +0000 (13:45 +0200)]
Allow for leading and trailing whitespaces in ';'-separated lists (e.g. update= abc ; def ; ...)

11 years agoAllow spaces before/after field key names
Daniel Martí [Tue, 10 Sep 2013 22:57:22 +0000 (00:57 +0200)]
Allow spaces before/after field key names

11 years agoMerge branch 'master' of gitorious.org:f-droid/fdroidserver
Ciaran Gultnieks [Mon, 9 Sep 2013 07:49:52 +0000 (08:49 +0100)]
Merge branch 'master' of gitorious.org:f-droid/fdroidserver

11 years agoSave all commit updates in an array, loop over them later
Daniel Martí [Fri, 6 Sep 2013 21:36:10 +0000 (23:36 +0200)]
Save all commit updates in an array, loop over them later

11 years agocommitupdates now uses git commit -e (invokes editor)
Daniel Martí [Fri, 6 Sep 2013 21:28:11 +0000 (23:28 +0200)]
commitupdates now uses git commit -e (invokes editor)

11 years agoDo not search and replace metadata/ and .txt
Daniel Martí [Fri, 6 Sep 2013 21:13:45 +0000 (23:13 +0200)]
Do not search and replace metadata/ and .txt

11 years agoNew aliased completion: fdroid checkupdates -p
Daniel Martí [Fri, 6 Sep 2013 20:51:04 +0000 (22:51 +0200)]
New aliased completion: fdroid checkupdates -p

11 years agoDon't print all metadata reads; Only print when an exception is present
Daniel Martí [Fri, 6 Sep 2013 20:38:36 +0000 (22:38 +0200)]
Don't print all metadata reads; Only print when an exception is present

11 years agoAdd UCM:Tags support to hg
Daniel Martí [Fri, 6 Sep 2013 18:33:47 +0000 (20:33 +0200)]
Add UCM:Tags support to hg

11 years agoNo colon in wiki app page names
Ciaran Gultnieks [Thu, 5 Sep 2013 09:32:33 +0000 (10:32 +0100)]
No colon in wiki app page names

11 years agoOnly change Auto Name if new release
Daniel Martí [Wed, 4 Sep 2013 16:25:29 +0000 (18:25 +0200)]
Only change Auto Name if new release

11 years agoFinish -v/--verbose output+error handling
Daniel Martí [Wed, 4 Sep 2013 14:45:19 +0000 (16:45 +0200)]
Finish -v/--verbose output+error handling

11 years agoFix output changes fixes
Ciaran Gultnieks [Wed, 4 Sep 2013 07:18:16 +0000 (08:18 +0100)]
Fix output changes fixes

11 years agoFix ant builds with recent output changes
Daniel Martí [Mon, 2 Sep 2013 21:14:12 +0000 (23:14 +0200)]
Fix ant builds with recent output changes

11 years agomaven=yes defaults to bindir=[subdir]/target
Daniel Martí [Mon, 2 Sep 2013 17:05:13 +0000 (19:05 +0200)]
maven=yes defaults to bindir=[subdir]/target

11 years agoRevert "Always print output directly if -v/--verbose"
Daniel Martí [Sun, 1 Sep 2013 15:45:09 +0000 (17:45 +0200)]
Revert "Always print output directly if -v/--verbose"

This reverts commit 9e0908824549762e89f92b4a18bac7b14f3400ac.

11 years agoFixes to gradle builds
Daniel Martí [Sun, 1 Sep 2013 09:56:57 +0000 (11:56 +0200)]
Fixes to gradle builds

It now adapts/seds all build.gradle files under build_dir, i.e. the root dir
(even if subdir is used). This is very necessary when libraries are under
parent directories or when a father build.gradle file exists.