1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-19 13:20:10 +01:00
Commit Graph

327 Commits

Author SHA1 Message Date
David Black
48670b9e6c PrettyTime srclib 2013-04-28 18:52:27 +01:00
David Black
23efb8999c force android-10 in K9 srclib 2013-04-27 20:12:39 +01:00
David Black
33315cf438 fix MenuDrawer srclib 2013-04-25 11:06:27 +01:00
David Black
117b3c2400 QuickdicUtils srclib 2013-04-24 18:25:37 +01:00
David Black
7c5a9793ad DragSort srclib 2013-04-24 17:01:50 +01:00
David Black
1914bb05dc four srclibs 2013-04-23 20:11:10 +01:00
Daniel Martí
98b7452d95 Fix ABS >= 4.3.0 2013-04-22 17:53:50 +02:00
Daniel Martí
66f52fd59a Merge gitorious.org:f-droid/fdroidserver 2013-04-19 16:51:13 +02:00
Ciaran Gultnieks
2bb6d51dd3 Don't rely on undocumented global 2013-04-15 15:07:23 +01:00
Ciaran Gultnieks
94a33f0a04 Issue warnings for debuggable apks 2013-04-15 13:04:13 +01:00
Ciaran Gultnieks
ce19ba1c29 Validate version code when parsing metadata 2013-04-14 10:48:40 +01:00
Daniel Martí
a05c43d708 Add srclib for musicbrainz 2013-04-09 23:34:38 +02:00
Daniel Martí
ce371d8b98 elif statements are useless when returns are used 2013-04-08 12:20:21 +02:00
Daniel Martí
8f0ef401da Merge git://gitorious.org/f-droid/fdroidserver 2013-04-08 12:10:17 +02:00
David Black
acadbdbaa9 XChange srclib 2013-04-07 19:39:53 +01:00
Daniel Martí
4454627ee9 Don't reset gitsvn_cmd mid-process 2013-04-05 22:04:24 +02:00
Daniel Martí
8fc426203d tags and trunk are variable; append to repo
They will be in the form Repo:http://foo.com/svn/project;trunk=...;tags=...

Both trunk and tags are optional. If trunk is not given, it is assumed that the
Repo url itself contains the raw trunk folder.
2013-04-05 21:55:34 +02:00
Daniel Martí
3abfa5714c git-svn improvements
New features:
* Support for Tags, which allow their use on recipes
* Add Tags Update Check Mode support to git-svn
* Add RepoManifest Update Check Mode support to git-svn
2013-04-05 15:43:12 +02:00
Daniel Martí
81d838dc46 Revert "Remove unnecessary spacings"
This reverts commit 1ea46b55dc.
2013-03-27 00:25:41 +01:00
Daniel Martí
a80938a2aa Fix srclib 2013-03-26 23:48:23 +01:00
Daniel Martí
1ea46b55dc Remove unnecessary spacings 2013-03-26 23:39:07 +01:00
Daniel Martí
b655d109cf Use elif! 2013-03-26 23:37:11 +01:00
Daniel Martí
910f35e415 Add srclib 2013-03-26 23:35:41 +01:00
Daniel Martí
95a70d0e0e Dumb mistake fixes 2013-03-26 14:34:04 +01:00
Ciaran Gultnieks
1608f3e4a8 Merge commit 'refs/merge-requests/118' of git://gitorious.org/f-droid/fdroidserver into merge-requests/118 2013-03-25 08:24:32 +00:00
Ciaran Gultnieks
538d6d45fc Allow rm to act on multiple paths (issue #50) 2013-03-23 13:01:03 +00:00
Daniel Martí
3972fa8fab New srclibs 2013-03-22 14:44:01 +01:00
Ciaran Gultnieks
9a72cb7209 Add ability to supress scanner for specific files 2013-03-20 09:46:30 +00:00
Ciaran Gultnieks
8c195c637a Merge commit 'refs/merge-requests/117' of git://gitorious.org/f-droid/fdroidserver into merge-requests/117 2013-03-20 09:36:00 +00:00
Ciaran Gultnieks
64729ba9fe Add extra build commands that can run after scan/tarball
Commands used in the 'build' section are for actual building that
produces binary output. Some existing stuff will need to move from
'prebuild' to this. See manual for more information.
2013-03-20 09:30:56 +00:00
Daniel Martí
df4345e275 Fix elf check 2013-03-19 15:38:54 +01:00
Daniel Martí
e64a3ad515 As per @daithib8's request, remove some extra dirs 2013-03-19 15:32:51 +01:00
Daniel Martí
b5047139e9 Don't check for .elf. .so is just a warning now. 2013-03-19 15:16:46 +01:00
Ciaran Gultnieks
4b472aed5a Merge commit 'refs/merge-requests/116' of git://gitorious.org/f-droid/fdroidserver into merge-requests/116 2013-03-18 17:34:31 +00:00
Ciaran Gultnieks
02492c3563 Merge commit 'refs/merge-requests/115' of git://gitorious.org/f-droid/fdroidserver into merge-requests/115
Conflicts:
	fdroidserver/common.py
2013-03-18 17:33:20 +00:00
Ciaran Gultnieks
44d62557a4 Add srclib now needed for org.ttrssreader 2013-03-18 09:17:23 +00:00
Daniel Martí
2b4b484530 Don't need to use find() 2013-03-17 12:44:06 +01:00
Daniel Martí
4f61623501 Better scan 2013-03-17 12:29:54 +01:00
David Black
cbfa2d35a4 LockPattern srclib 2013-03-15 15:41:47 +00:00
David Black
2ec7334048 iptables srclib 2013-03-15 15:29:29 +00:00
Daniel Martí
c050279383 Fix Google-Gson (it is not an ant project) 2013-03-15 16:18:07 +01:00
Daniel Martí
0fb9af733a Add Google-Gson srclib 2013-03-15 15:20:50 +01:00
David Black
7a26a5dbf9 fix path in RootCommands srclib 2013-03-14 13:40:10 +00:00
Daniel Martí
7bb4d5865b has_key() is uglier and slower than "if key in..." 2013-03-13 17:56:17 +01:00
David Black
2474242da6 srclib SunriseSunset 2013-03-01 19:39:30 +00:00
David Black
2c0f772efd MeterLib srclib 2013-03-01 17:59:01 +00:00
David Black
99a4ca87b0 two srclibs: HoloColorPicker and ChartLib 2013-02-27 14:25:22 +00:00
David Black
fa461543ad srclib: KoushWidgets for Clockworkmod Superuser 2013-02-25 12:02:31 +00:00
David Black
da071715e1 srclib: dashclock 2013-02-17 19:11:42 +00:00
David Black
25c6c4abd4 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver
Conflicts:
	fdroidserver/common.py
2013-02-11 16:05:24 +00:00
David Black
9a6d9e478c srclib: anysoftkeyboard tools 2013-02-11 16:01:12 +00:00
Kevin Everets
5829d455f9 Add Otr4j srclib 2013-01-30 14:49:21 -05:00
David Black
fa6750df55 srclib : androzic-library 2013-01-25 11:07:17 +00:00
Ciaran Gultnieks
9dfaa60725 Merge commit 'refs/merge-requests/105' of git://gitorious.org/f-droid/fdroidserver into merge-requests/105 2013-01-22 09:50:22 +00:00
Ciaran Gultnieks
64ee77310c Merge commit 'refs/merge-requests/104' of git://gitorious.org/f-droid/fdroidserver into merge-requests/104 2013-01-22 09:49:38 +00:00
Ciaran Gultnieks
3ff2b289cd Minor changes 2013-01-22 09:49:33 +00:00
uniqdom
9bf75d830a FinfAgent (FlurryAgent replacement) srclib 2013-01-20 18:22:25 -03:00
David Black
35dca09929 use root of OsmAnd-tools 2013-01-20 14:24:45 +00:00
David Black
a363d2ea46 OsmAnd srclibs 2013-01-20 13:42:57 +00:00
David Black
6ba6a32559 typo fix 2013-01-18 12:08:13 +00:00
David Black
f7ecd0cd23 one srclibs RootTools 2013-01-14 13:20:42 +00:00
David Black
6d9982dc00 one srclib, k9Mail via jberkel 2013-01-14 11:34:13 +00:00
David Black
9b82009870 4 srclibs: billinglibrary, afilechooser, filepicker, slidinigmenu 2013-01-07 13:08:06 +00:00
David Black
3627692564 new srclib AppMsg 2013-01-03 17:48:00 +00:00
David Black
01d3b32126 two srclibs: busybox and busybox configs 2012-12-26 17:41:57 +00:00
David Black
da7162f5aa two srclibs: github api and comic viewer 2012-12-22 16:27:50 +00:00
David Black
95f3c3c72c fix numberpicker srlib 2012-12-15 15:29:37 +00:00
David Black
21d771595e three srclibs numberpicker, libpagekite, openssl (guardianproj) 2012-12-15 15:05:43 +00:00
David Black
dd3bfa217d new srclib: RootCommands, needed for Adaway 2012-11-10 14:07:00 +00:00
David Black
403dfd69d0 new srclib, slider : for cm calculator 2012-11-07 13:15:37 +00:00
David Black
d12e934795 three srclibs from the guardian project for informacam and lildebi 2012-11-03 22:23:38 +00:00
David Black
a5b33d60cd new srclib sl4a: for scripting layer for android and interpreters 2012-11-03 22:16:50 +00:00
David Black
53ada93a4a new srclib EyesFree: many apps inside 2012-11-03 17:01:15 +00:00
David Black
6dc293f639 three new srclibs: sakura adview, noanalytics and tintbrowseraddon 2012-10-27 19:09:15 +01:00
David Black
a7e63a4650 srclibs:websmsapi and ub0rlib 2012-10-22 10:17:24 +01:00
David Black
cf8df0ba62 add MobAdMob srclib: FOSS admob replacement 2012-10-20 18:46:01 +01:00
David Black
94acf0ed2b tweak pulltorefresh srclib 2012-10-15 22:22:26 +01:00
David Black
3958c33a98 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-10-09 21:27:00 +01:00
Ciaran Gultnieks
34af60428b Anal-tics 2012-10-09 20:21:43 +01:00
David Black
0ad3c89367 add EncfsJava srclib 2012-10-06 13:23:50 +01:00
David Black
8ce4592755 four srclibs 2012-10-04 18:11:11 +01:00
David Black
e2953154c8 add PrayTimes srclib 2012-10-01 19:23:18 +01:00
David Black
17cb991fd5 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-10-01 16:15:41 +01:00
David Black
6e88822d86 some srclibs 2012-10-01 16:15:31 +01:00
Ciaran Gultnieks
d302c669bd Make maven executable path accessible in prebuild/init 2012-10-01 13:19:00 +01:00
Ciaran Gultnieks
a68778c5a1 Don't try and xref-check descriptions on the build server 2012-09-28 18:22:26 +01:00
Ciaran Gultnieks
50c1afdded Pre-scan descriptions to catch cross-linking errors earlier 2012-09-27 20:09:45 +01:00
Ciaran Gultnieks
a0d5423109 Added cm-forked external dropbear as a srclib 2012-09-27 17:06:15 +01:00
Ciaran Gultnieks
78173b6d75 Merge commit 'refs/merge-requests/94' of git://gitorious.org/f-droid/fdroidserver into merge-requests/94 2012-09-24 14:06:42 +01:00
Ciaran Gultnieks
80edc5d79b Better output when prebuild command fails 2012-09-24 14:06:15 +01:00
David Black
724755194c A couple more srclibs 2012-09-22 18:52:52 +01:00
David Black
0b1c9ee570 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-20 14:22:17 +01:00
Ciaran Gultnieks
aef5b74437 Added auto-update mode 2012-09-20 14:16:55 +01:00
Ciaran Gultnieks
ea8d90040e Handle split path srclibs properly on buildserver 2012-09-20 14:16:08 +01:00
David Black
8640f4da03 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-20 14:10:29 +01:00
Ciaran Gultnieks
ca341bb170 Fix external link formatting 2012-09-19 14:01:59 +01:00
David Black
96df917a02 Add emulatorview srclib 2012-09-18 20:01:15 +01:00
David Black
be50d2db4a New srclib Android-File-Picker 2012-09-18 13:55:23 +01:00
David Black
7af5e7d347 Merge branch 'master' of git://gitorious.org/f-droid/fdroidserver 2012-09-18 11:08:36 +01:00
David Black
7a23c4e17f Add anysoftkeyboard-api as srclib 2012-09-18 11:07:56 +01:00
Ciaran Gultnieks
4691cfa515 Fixes link title truncation 2012-09-17 22:12:26 +01:00
Ciaran Gultnieks
897e29c28f Merge commit 'refs/merge-requests/77' of git://gitorious.org/f-droid/fdroidserver into merge-requests/77 2012-09-17 22:06:22 +01:00
Ciaran Gultnieks
640a6325f0 Adds processing of description formatting 2012-09-17 21:49:56 +01:00
David Black
d3e2f9e5c4 Some new srclibs 2012-09-17 12:47:44 +01:00
David Black
2c34f5494a Add srclibs for Color-Picker and another one and
change viewpager repo
2012-09-16 20:50:24 +01:00
Ciaran Gultnieks
7a0df25525 Made maven executable configurable 2012-09-13 08:23:12 +01:00
Ciaran Gultnieks
09e296d2de Lots of build system improvements and fixes 2012-09-08 09:56:20 +01:00
Ciaran Gultnieks
f3b90d8fa1 Fix setup of ViewPagerTabs srclib 2012-09-02 21:39:15 +01:00
Ciaran Gultnieks
43e38f2320 Added two new srclibs - UITableView and ViewPagerTabs 2012-08-31 15:35:26 +01:00
Ciaran Gultnieks
c93c6af677 Additional binary blob scan target 2012-08-31 14:49:07 +01:00
Ciaran Gultnieks
50eff15950 More wiki update stuff 2012-08-26 11:58:18 +01:00
Ciaran Gultnieks
b79ba3c630 Added Tags update check method 2012-08-23 14:25:39 +01:00
Ciaran Gultnieks
5cb5b5b9cd Support for Bitcoin field in metadata 2012-08-22 17:26:19 +01:00
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
6eb2229a3b Better detection of git-svn find-rev failure 2012-07-26 09:16:41 +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
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
29aca16dca Defined additional srclibs 2012-04-19 10:56:51 +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
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
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
f643b0498c Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00