chiark / gitweb /
Ciaran Gultnieks [Sun, 27 Oct 2013 17:03:28 +0000 (17:03 +0000)]
Changing that from the expected value will trip someone up in the future
Ciaran Gultnieks [Sun, 27 Oct 2013 14:40:02 +0000 (14:40 +0000)]
Don't need legacy disabled build handling everywhere now
Ciaran Gultnieks [Sun, 27 Oct 2013 14:36:25 +0000 (14:36 +0000)]
Disabled should be first
Ciaran Gultnieks [Sun, 27 Oct 2013 14:35:57 +0000 (14:35 +0000)]
Translate disabled commit to proper disabled
Ciaran Gultnieks [Sun, 27 Oct 2013 14:06:46 +0000 (14:06 +0000)]
Read new or old recipe formats, write new format
Slightly tested. See https://f-droid.org/wiki/page/Build_Recipe_Format
Ciaran Gultnieks [Sat, 26 Oct 2013 18:30:17 +0000 (19:30 +0100)]
Include bugsense in scanner
Ciaran Gultnieks [Sat, 26 Oct 2013 09:26:47 +0000 (10:26 +0100)]
Introduce disable= as a better way of disabling a build
Prefixing commit ID with ! and a message will still work, but that's
very silly. Using disable= is now the correct way.
Daniel Martí [Fri, 25 Oct 2013 19:30:00 +0000 (21:30 +0200)]
bash != /bin/bash
Daniel Martí [Fri, 25 Oct 2013 18:57:16 +0000 (20:57 +0200)]
Absolute paths in some gitignore fields, ignore all boxes
Daniel Martí [Fri, 25 Oct 2013 18:43:16 +0000 (20:43 +0200)]
Don't include getsig.class as source
Daniel Martí [Fri, 25 Oct 2013 15:19:23 +0000 (17:19 +0200)]
Partially revert Requires Root: changes
Daniel Martí [Fri, 25 Oct 2013 15:16:40 +0000 (17:16 +0200)]
Don't place UCM:Static in apps to update
Ciaran Gultnieks [Fri, 25 Oct 2013 10:59:55 +0000 (11:59 +0100)]
Be more selective about removing bin directories
Daniel Martí [Fri, 25 Oct 2013 08:37:53 +0000 (10:37 +0200)]
Regression - we won't do subvercodes
Ciaran Gultnieks [Fri, 25 Oct 2013 08:28:11 +0000 (09:28 +0100)]
Fix recently introduced import bug
Hans-Christoph Steiner [Thu, 24 Oct 2013 19:29:40 +0000 (15:29 -0400)]
convert setup.py into working setuptools-based installer
With this setup.py, its possible to install the required packages using:
pip install -e .
The Debian packaging will also automatically get the dependencies from
install_requires. This does not handle the generation of the docs at all.
I have not found a straightforward way to include running ./gendocs.sh in
setup.py, but its easy to run in the Debian packaging.
Hans-Christoph Steiner [Thu, 24 Oct 2013 19:31:15 +0000 (15:31 -0400)]
include basic description paragraphs for F-Droid and server in README
Having these basic descriptions in the README provides a quick way to find
out what F-Droid and fdroidserver are. Plus it will show up on the
gitorious git repo, and will automatically be included in the Python
packaging, where it will be pushed to pypi and other places.
Ciaran Gultnieks [Thu, 24 Oct 2013 17:27:22 +0000 (18:27 +0100)]
Always include search in browse
Ciaran Gultnieks [Thu, 24 Oct 2013 17:02:51 +0000 (18:02 +0100)]
Add client download button before packages section in browser
Ciaran Gultnieks [Thu, 24 Oct 2013 16:53:10 +0000 (17:53 +0100)]
HTTPS is forced, so that text is no longer necessary
Ciaran Gultnieks [Thu, 24 Oct 2013 10:12:15 +0000 (11:12 +0100)]
Quick hack to fix FDroidPOpen
That loop is using more CPU that the actual building of the app.
Ciaran Gultnieks [Thu, 24 Oct 2013 09:02:36 +0000 (10:02 +0100)]
Correct .bsenv for interactive ssh
Ciaran Gultnieks [Thu, 24 Oct 2013 08:42:51 +0000 (09:42 +0100)]
build --test now always builds, even if output already exists (issue #333)
Daniel Martí [Wed, 23 Oct 2013 17:59:28 +0000 (19:59 +0200)]
docs: maven now also supports @dir like gradle
Daniel Martí [Wed, 23 Oct 2013 17:53:33 +0000 (19:53 +0200)]
Don't output stdout/stderr twice, print what is run and where
Daniel Martí [Wed, 23 Oct 2013 17:53:07 +0000 (19:53 +0200)]
Fix issues with .apklib files being seen as output apks
Daniel Martí [Wed, 23 Oct 2013 17:52:17 +0000 (19:52 +0200)]
Allow for maven=yes@dir like gradle
Ciaran Gultnieks [Wed, 23 Oct 2013 14:57:02 +0000 (15:57 +0100)]
Removed bogus (hopefully) checkout
Ciaran Gultnieks [Wed, 23 Oct 2013 12:19:33 +0000 (13:19 +0100)]
Add wiki category for disabled apps (issue #163)
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
Daniel Martí [Tue, 22 Oct 2013 23:00:21 +0000 (01:00 +0200)]
Use "Requires Root:" as a forced ACCESS_SUPERUSER permission
Daniel Martí [Tue, 22 Oct 2013 13:53:07 +0000 (15:53 +0200)]
Don't mix tabs and spaces in wp-fdroid.php
Ciaran Gultnieks [Mon, 21 Oct 2013 20:16:41 +0000 (21:16 +0100)]
Ensure correct exit code from buildserver build
Daniel Martí [Mon, 21 Oct 2013 15:00:42 +0000 (17:00 +0200)]
Fix hg checkupdates
Daniel Martí [Sun, 20 Oct 2013 20:27:34 +0000 (22:27 +0200)]
Fix silly forcever(sion|code) errors
Ciaran Gultnieks [Sun, 20 Oct 2013 20:16:42 +0000 (21:16 +0100)]
Add some makebuildserver options
Ciaran Gultnieks [Sun, 20 Oct 2013 20:15:35 +0000 (21:15 +0100)]
Fix to a9a947
Ciaran Gultnieks [Sun, 20 Oct 2013 20:11:35 +0000 (21:11 +0100)]
Clarify error message
Daniel Martí [Sun, 20 Oct 2013 11:43:15 +0000 (13:43 +0200)]
Loop over all AM.xml files for forcever(sion|code)
Daniel Martí [Sun, 20 Oct 2013 11:42:58 +0000 (13:42 +0200)]
Also install platform-tools
Daniel Martí [Sat, 19 Oct 2013 10:18:48 +0000 (12:18 +0200)]
Add functions to find apk and tarball paths
Daniel Martí [Thu, 17 Oct 2013 21:27:55 +0000 (23:27 +0200)]
New Update Check Mode: RepoTrunk
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
Daniel Martí [Thu, 17 Oct 2013 11:19:06 +0000 (13:19 +0200)]
Non-greedy match for app labels (should fix the icon= stuff)
Daniel Martí [Wed, 16 Oct 2013 21:34:51 +0000 (23:34 +0200)]
Run maven's deploy like ant and gradle do
Daniel Martí [Wed, 16 Oct 2013 21:34:32 +0000 (23:34 +0200)]
Don't remove non-Popen related declares
Daniel Martí [Wed, 16 Oct 2013 21:31:02 +0000 (23:31 +0200)]
Don't be verbose when preparing srclibs
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.
Daniel Martí [Wed, 16 Oct 2013 20:50:07 +0000 (22:50 +0200)]
Use python-magic, filemagic's official python binding lib
Daniel Martí [Wed, 16 Oct 2013 09:55:17 +0000 (11:55 +0200)]
Don't catch octet-stream, catch static libs and bin exes
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
Ciaran Gultnieks [Wed, 16 Oct 2013 18:37:46 +0000 (19:37 +0100)]
Add python-magic to buildserver
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.
Ciaran Gultnieks [Wed, 16 Oct 2013 18:31:52 +0000 (19:31 +0100)]
Revert "Install filemagic on buildserver"
This reverts commit
255cd05c674579ce2be9d02f509cf902ab7d5bdd.
Ciaran Gultnieks [Wed, 16 Oct 2013 16:23:27 +0000 (17:23 +0100)]
Install filemagic on 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)
Daniel Martí [Wed, 16 Oct 2013 08:54:11 +0000 (10:54 +0200)]
Fixes to scanignore and relative paths in scans
Daniel Martí [Wed, 16 Oct 2013 07:36:42 +0000 (09:36 +0200)]
Don't add sdk support lib dir as maven repo
Daniel Martí [Wed, 16 Oct 2013 07:31:26 +0000 (09:31 +0200)]
Import magic only at build time
Daniel Martí [Tue, 15 Oct 2013 21:24:20 +0000 (23:24 +0200)]
Find blobs by magic numbers
Ciaran Gultnieks [Tue, 15 Oct 2013 14:52:53 +0000 (15:52 +0100)]
Fix error message error
Ciaran Gultnieks [Mon, 14 Oct 2013 15:16:34 +0000 (16:16 +0100)]
Allow archive policy override for indivudual apps
Daniel Martí [Sat, 12 Oct 2013 22:03:57 +0000 (00:03 +0200)]
sed -i 's/!= None/is not None/g' *.py
Daniel Martí [Sat, 12 Oct 2013 22:03:11 +0000 (00:03 +0200)]
Add support for Litecoin in the server
Daniel Martí [Fri, 11 Oct 2013 15:14:42 +0000 (17:14 +0200)]
Fix some crashes with clean/build procedures
Daniel Martí [Fri, 11 Oct 2013 15:08:07 +0000 (17:08 +0200)]
vcs_svn reset back to shell=True
Daniel Martí [Thu, 10 Oct 2013 16:35:15 +0000 (18:35 +0200)]
Fix output and error assignment error
Daniel Martí [Thu, 10 Oct 2013 15:52:17 +0000 (17:52 +0200)]
Forgot to execute cleaning process
Daniel Martí [Thu, 10 Oct 2013 14:45:17 +0000 (16:45 +0200)]
Remove unnecessary indenting
Daniel Martí [Thu, 10 Oct 2013 14:30:32 +0000 (16:30 +0200)]
Fix silly object name issue, also clean jni dirs
Daniel Martí [Thu, 10 Oct 2013 14:30:11 +0000 (16:30 +0200)]
Try to add maven support repo and ndk variables to recipes
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
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
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
Florian Schmaus [Thu, 10 Oct 2013 10:10:11 +0000 (12:10 +0200)]
Edited as per comment of daniel
Ciaran Gultnieks [Thu, 10 Oct 2013 08:47:48 +0000 (09:47 +0100)]
Purge repo maintenance page cache after updates
Daniel Martí [Wed, 9 Oct 2013 21:39:44 +0000 (23:39 +0200)]
Forgot to fix UCM:Tags for srclibs too
Daniel Martí [Wed, 9 Oct 2013 21:36:24 +0000 (23:36 +0200)]
Be more consistent when running bash commands (fixes #365)
Daniel Martí [Wed, 9 Oct 2013 21:36:02 +0000 (23:36 +0200)]
Fix issues with srclib checkupdates
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.
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
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
Ciaran Gultnieks [Wed, 9 Oct 2013 12:23:17 +0000 (13:23 +0100)]
A few more wiki fixes
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)".
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.
Ciaran Gultnieks [Wed, 9 Oct 2013 08:57:00 +0000 (09:57 +0100)]
Add wiki category for failing builds
Ciaran Gultnieks [Wed, 9 Oct 2013 08:48:06 +0000 (09:48 +0100)]
Include entries for failed builds in wiki data
Ciaran Gultnieks [Wed, 9 Oct 2013 08:43:02 +0000 (09:43 +0100)]
Detect proprietary youtube api lib
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.
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
Ciaran Gultnieks [Sun, 6 Oct 2013 11:52:38 +0000 (12:52 +0100)]
Correct ndk r9 arcb selection
Ciaran Gultnieks [Sun, 6 Oct 2013 11:51:16 +0000 (12:51 +0100)]
Correct ndk r9 install
Ciaran Gultnieks [Sun, 6 Oct 2013 08:21:14 +0000 (09:21 +0100)]
Switch to ndk r9
Christopher [Fri, 4 Oct 2013 21:38:30 +0000 (23:38 +0200)]
Added gettext dependency to buildserver
Ciaran Gultnieks [Wed, 2 Oct 2013 21:52:44 +0000 (22:52 +0100)]
Add libsaxonb-java to buildserver dependencies
Daniel Martí [Wed, 2 Oct 2013 20:28:20 +0000 (22:28 +0200)]
Always store ant/maven apk location output for regex
Daniel Martí [Wed, 2 Oct 2013 17:28:43 +0000 (19:28 +0200)]
Do not repeat stderr and stdout when -v/--verbose
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
Ciaran Gultnieks [Tue, 1 Oct 2013 14:06:02 +0000 (15:06 +0100)]
Improve http update check mode
Ciaran Gultnieks [Tue, 1 Oct 2013 09:21:26 +0000 (10:21 +0100)]
Fix some docs compilation issues