1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-20 20:00:37 +02:00
Commit Graph

1681 Commits

Author SHA1 Message Date
Ciaran Gultnieks
817e2f2da5 Handle repository type/location changes gracefully
(by detecting the change and deleting the existing 'cached' directory)
2012-08-13 17:59:03 +01:00
Ciaran Gultnieks
58a9fc3c1a Scan for random apk files floating around in 'source code' 2012-08-13 17:58:02 +01:00
Ciaran Gultnieks
4d4f3f3838 Additional maven output detection 2012-08-13 10:16:25 +01:00
Ciaran Gultnieks
c85d326dee Clarify import error message when url format is not of a supported type 2012-08-10 13:12:15 +01:00
Ciaran Gultnieks
f93d9361b5 Update manual for import --repo 2012-08-10 12:49:13 +01:00
Ciaran Gultnieks
0ddfa22caa Support for importing from multi-repo google code project 2012-08-10 12:42:20 +01:00
Ciaran Gultnieks
f49a85b4fb Keep repo directory from an import 2012-08-10 11:53:56 +01:00
Ciaran Gultnieks
2b46fa1c99 Make config location clearer in manual? 2012-08-08 10:30:39 +01:00
Ciaran Gultnieks
6eb2229a3b Better detection of git-svn find-rev failure 2012-07-26 09:16:41 +01:00
Ciaran Gultnieks
9606e6e4a8 Merge commit 'refs/merge-requests/91' of git://gitorious.org/f-droid/fdroidserver into merge-requests/91 2012-07-13 07:42:54 +01:00
Ciaran Gultnieks
16679b005f Added dates for when added and last updated to repo index
Under each 'app' element there is now an 'added' and a 'lastupdated'
element with the date the application was originally added to the repo,
and when the most recent version was added. Under each 'apk' element there
is also an 'added' for that particular version. For all three of these,
the element contains just a date in YYYY-MM-DD format.
2012-07-12 21:48:59 +01:00
Ciaran Gultnieks
e947f87fc7 Improved donate link documentation 2012-07-10 12:42:06 +01:00
Ciaran Gultnieks
712531ba37 More maven build output recognition 2012-06-28 12:52:35 +01:00
Ciaran Gultnieks
92befc2171 A mvn->mvn3 update missed previously 2012-06-28 12:52:17 +01:00
Ciaran Gultnieks
7377453360 Support for FlattrID field in metadata 2012-06-28 12:51:48 +01:00
Ciaran Gultnieks
5cef97e91c Additional srclib 2012-06-25 09:22:27 +01:00
Ciaran Gultnieks
6aa8f61acd Maven 3 is required, not 2 2012-06-25 09:22:11 +01:00
Ciaran Gultnieks
388f997d37 Skip widget latest apps generator when data doesn't exist yet 2012-06-25 09:21:10 +01:00
AlexanderR
2044a53cec Changed signing code to support JDK7 2012-06-11 02:33:25 +11:00
Ciaran Gultnieks
c17bef6290 Basic update processing documentation 2012-04-23 12:51:14 +01:00
Ciaran Gultnieks
ee7dc908ae Fixed exception handling in checkupdates command 2012-04-19 10:57:12 +01:00
Ciaran Gultnieks
29aca16dca Defined additional srclibs 2012-04-19 10:56:51 +01:00
Ciaran Gultnieks
6a01a4844c Minor license clarification in docs 2012-04-19 10:56:09 +01:00
Ciaran Gultnieks
702c881d72 Added license and vcs type analysis to stats 2012-04-08 14:07:01 +01:00
Ciaran Gultnieks
4bec91d24c Various documentation updates 2012-04-08 13:00:57 +01:00
Ciaran Gultnieks
20450eaaaf Allow sdk and ndk path substitution in init command too 2012-04-08 13:00:07 +01:00
Ciaran Gultnieks
de75211adc Changed maven target to 'package' and disabled signing 2012-04-08 09:08:24 +01:00
Ciaran Gultnieks
2da03a3940 Allow SDK and NDK paths to be subsituted into prebuild commands 2012-04-08 09:07:39 +01:00
Ciaran Gultnieks
b8d7ed9948 Add new srclib for bitcoinj wallet clone 2012-04-08 09:07:08 +01:00
Ciaran Gultnieks
fda3e85c3a Recognise build output with space in filename (and show full output in verbose mode) 2012-04-05 23:35:39 +01:00
Ciaran Gultnieks
95575ede22 Import support for bare git:// protocol 2012-04-03 21:13:51 +01:00
Ciaran Gultnieks
c8b7406094 Tolerate trailing / on github import 2012-04-03 20:50:36 +01:00
Ciaran Gultnieks
5c35687051 Added git-svn requirement to docs 2012-03-23 16:41:20 +00:00
Ciaran Gultnieks
b6c46d5ddc Merge commit 'refs/merge-requests/88' of git://gitorious.org/f-droid/fdroidserver into merge-requests/88
Conflicts:
	fdroidserver/build.py
2012-03-15 16:37:51 +00:00
Ciaran Gultnieks
ba4d882bcc Merge commit 'refs/merge-requests/87' of git://gitorious.org/f-droid/fdroidserver into merge-requests/87 2012-03-15 16:35:20 +00:00
Tias Guns
e404abce21 Fine-tune error reporting of vercode mismatch
I had a recipe that used 'Build Version: 0.1,2,...' with a ' ' between
the : and the version number. This failed in uncomprehensible ways
untill I figured the above out.

Perhaps a better solution would be to make the parser insensitive to
spaces between the ':' and what's after it?
2012-03-15 00:02:21 +00:00
Paul Sokolovsky
5ef9db646c Add missing spaces to output version discrepancy error message.
Fixes output like:
'Unexpected version/version code in outputAPK: 0.3.1 / 5Expected: 1.0 / 1'.
2012-03-13 20:26:40 +02:00
Tias Guns
1ab5a4be0d build.py: pass options.verbose all the way to common.prepare_source 2012-03-12 23:07:41 +00:00
Tias Guns
b78700245c common.prepare_source: better detection of errors
when running 'android update', sometimes the program returns an error on
stderr without giving a !=0 errorcode.
This patch detects such an error, and throws a proper BuildException

(in my case, it printed the following to stderr:
Error: The project either has no target set or the target is invalid.
Please provide a --target to the 'android update' command.)
2012-03-12 23:07:41 +00:00
Tias Guns
1c0dfcbab9 common.prepare_source: add verbose option and use it
The prepare_source method runs commands and everything, but the -v
option gives no insight into what is happening in this method.
This patch adds some verbose output, useful to discover why/where a scan
fails
2012-03-12 23:07:41 +00:00
Ciaran Gultnieks
35668ebd87 --help is canonical 2012-03-12 20:31:58 +00:00
Ciaran Gultnieks
bc4240ca30 Merge commit 'refs/merge-requests/86' of git://gitorious.org/f-droid/fdroidserver into merge-requests/86 2012-03-12 20:30:04 +00:00
Ciaran Gultnieks
444c56d18f Fix getsig referencing 2012-03-12 20:17:37 +00:00
Tias Guns
fc621a8ad6 scanner: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:46 +00:00
Tias Guns
08ec659441 rewritemeta: add -p option to specify package
useful if you're only working on a few packages and 'rewritemetadata' would make your working tree dirty
2012-03-11 23:17:45 +00:00
Tias Guns
ab0ed81702 checkupdates: use -p check like in build.py, give error if package does not exist 2012-03-11 23:17:45 +00:00
Tias Guns
409fd273b6 fdroid.py: a pointer to the -h option of commands 2012-03-11 23:17:45 +00:00
Tias Guns
ec396c3cc5 fdroid.py: list commands when not giving a right command (I used ./fdroid -h and expected actual info, even if -h is not valid 2012-03-11 23:17:45 +00:00
Ciaran Gultnieks
d2fa268910 Added documentation for the Category metadata field 2012-03-11 21:14:04 +00:00
Ciaran Gultnieks
abffbdd535 Updated docs for separate server tools and data repositories 2012-03-11 21:03:55 +00:00