1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00
Commit Graph

1976 Commits

Author SHA1 Message Date
Daniel Martí
c631a3a8e1 Run maven's deploy like ant and gradle do 2013-10-16 23:34:51 +02:00
Daniel Martí
4bb3b77554 Don't remove non-Popen related declares 2013-10-16 23:34:32 +02:00
Daniel Martí
c83e4f9729 Don't be verbose when preparing srclibs 2013-10-16 23:31:02 +02:00
Daniel Martí
db80644fa6 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.
2013-10-16 23:19:11 +02:00
Daniel Martí
fb5a2209fc Use python-magic, filemagic's official python binding lib 2013-10-16 23:19:11 +02:00
Daniel Martí
bd59b2f77d Don't catch octet-stream, catch static libs and bin exes 2013-10-16 23:19:11 +02:00
Christopher
4ec9393759 Fixed Bug where long outputs to stderr during build process caused a hang 2013-10-16 23:19:11 +02:00
Ciaran Gultnieks
d4cc3edff2 Add python-magic to buildserver 2013-10-16 19:37:46 +01:00
Ciaran Gultnieks
01ab262a9a Revert "Fix b315968b (at least to the extent that it's now possible to make a buildserver again)"
This reverts commit c74bbdf5dc.
2013-10-16 19:32:38 +01:00
Ciaran Gultnieks
506286934f Revert "Install filemagic on buildserver"
This reverts commit 255cd05c67.
2013-10-16 19:31:52 +01:00
Ciaran Gultnieks
255cd05c67 Install filemagic on buildserver 2013-10-16 17:28:13 +01:00
Ciaran Gultnieks
c74bbdf5dc Fix b315968b (at least to the extent that it's now possible to make a buildserver again) 2013-10-16 17:28:13 +01:00
Daniel Martí
7eb8dfedc6 Fixes to scanignore and relative paths in scans 2013-10-16 10:54:11 +02:00
Daniel Martí
1764173084 Don't add sdk support lib dir as maven repo 2013-10-16 09:36:42 +02:00
Daniel Martí
0154a77854 Import magic only at build time 2013-10-16 09:31:26 +02:00
Daniel Martí
779476e6f4 Find blobs by magic numbers 2013-10-15 23:24:37 +02:00
Ciaran Gultnieks
99510de07a Fix error message error 2013-10-15 15:52:53 +01:00
Ciaran Gultnieks
25ae0e8d79 Allow archive policy override for indivudual apps 2013-10-14 16:16:34 +01:00
Daniel Martí
ded019291e sed -i 's/!= None/is not None/g' *.py 2013-10-13 00:03:57 +02:00
Daniel Martí
47cad8fca7 Add support for Litecoin in the server 2013-10-13 00:03:11 +02:00
Daniel Martí
1b291a58d7 Fix some crashes with clean/build procedures 2013-10-11 17:14:42 +02:00
Daniel Martí
603aa34114 vcs_svn reset back to shell=True 2013-10-11 17:08:07 +02:00
Daniel Martí
d7900e3c4b Fix output and error assignment error 2013-10-10 18:35:15 +02:00
Daniel Martí
1cf99754a4 Forgot to execute cleaning process 2013-10-10 17:52:17 +02:00
Daniel Martí
697011f086 Remove unnecessary indenting 2013-10-10 16:45:17 +02:00
Daniel Martí
f9eda50276 Fix silly object name issue, also clean jni dirs 2013-10-10 16:30:32 +02:00
Daniel Martí
b315968bea Try to add maven support repo and ndk variables to recipes 2013-10-10 16:30:11 +02:00
Daniel Martí
d25b25fbb1 Specify that init= and prebuild= won't be able to build anything now 2013-10-10 15:51:51 +02:00
Daniel Martí
0bde32fd99 Be more consistent when doing cleans
All update dirs, including ., will remove baddirs.
Right before build=, (ant|maven|gradle) clean will run
2013-10-10 15:48:39 +02:00
Daniel Martí
87fd0d69d1 Merge commit 'refs/merge-requests/125' of gitorious.org:f-droid/fdroidserver 2013-10-10 13:23:09 +02:00
Florian Schmaus
1608cb4a80 Edited as per comment of daniel 2013-10-10 12:10:11 +02:00
Ciaran Gultnieks
7b21d12f65 Purge repo maintenance page cache after updates 2013-10-10 09:47:48 +01:00
Daniel Martí
ca2d830e7f Forgot to fix UCM:Tags for srclibs too 2013-10-09 23:39:44 +02:00
Daniel Martí
0949395771 Be more consistent when running bash commands (fixes #365) 2013-10-09 23:37:53 +02:00
Daniel Martí
b184610913 Fix issues with srclib checkupdates 2013-10-09 23:37:53 +02:00
Florian Schmaus
d326829032 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.
2013-10-09 15:51:29 +02:00
Ciaran Gultnieks
3d14caece8 Merge commit 'refs/merge-requests/124' of git://gitorious.org/f-droid/fdroidserver into merge-requests/124 2013-10-09 14:41:12 +01:00
Ciaran Gultnieks
4e51a68cfa Don't put redirects in the same category as real app pages 2013-10-09 14:39:00 +01:00
Ciaran Gultnieks
d2867a3192 A few more wiki fixes 2013-10-09 13:23:17 +01:00
Florian Schmaus
d63195cafc 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)".
2013-10-09 11:24:09 +02:00
Ciaran Gultnieks
42497533a5 Revert "Don't stop if srclib paths are hard-coded"
This reverts commit 33a95637c0.
2013-10-09 10:11:34 +01:00
Ciaran Gultnieks
87f6bf2392 Add wiki category for failing builds 2013-10-09 09:57:00 +01:00
Ciaran Gultnieks
69b7f68301 Include entries for failed builds in wiki data 2013-10-09 09:48:41 +01:00
Ciaran Gultnieks
5ce730a3a0 Detect proprietary youtube api lib 2013-10-09 09:48:41 +01:00
Daniel Martí
33a95637c0 Don't stop if srclib paths are hard-coded
If the raise takes place, UCMs with srclibs don't work.
2013-10-08 00:38:24 +02:00
Daniel Martí
12261e72b9 Merge commit 'refs/merge-requests/124' of gitorious.org:f-droid/fdroidserver 2013-10-07 20:56:43 +02:00
Ciaran Gultnieks
b58e4356ac Correct ndk r9 arcb selection 2013-10-06 12:52:38 +01:00
Ciaran Gultnieks
771fb587e3 Correct ndk r9 install 2013-10-06 12:51:16 +01:00
Ciaran Gultnieks
244e069036 Switch to ndk r9 2013-10-06 09:21:14 +01:00
Christopher
0bca2a45ab Added gettext dependency to buildserver 2013-10-04 23:38:30 +02:00