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

6090 Commits

Author SHA1 Message Date
Ciaran Gultnieks
5336debe8c Metadata: version updates 2011-07-11 09:04:40 +01:00
Ciaran Gultnieks
3e0a0a4ede Metadata: added Network Discovery 2011-07-06 17:41:16 +01:00
Ciaran Gultnieks
2545159f07 Metadata: version updates 2011-07-06 10:59:38 +01:00
Ciaran Gultnieks
643e1f5815 Metadata: a couple of small amendments to An.stop 2011-07-06 10:25:49 +01:00
Neo Kolokotronis
7466d01835 Adding Anstop, a stopwatch for Android 2011-07-04 15:38:08 +03:00
Ciaran Gultnieks
a1c40d96b6 Metadata: version updates 2011-07-03 08:30:55 +01:00
Ciaran Gultnieks
b956f2be80 Metadata: added OSMTracker 2011-07-03 08:30:18 +01:00
Paul Sokolovsky
76369cb8fb bookcatalog: patches to fix "% in string" issue with recent SDKs. 2011-07-02 18:39:25 +03:00
Paul Sokolovsky
1099e114f5 Add support for patching source packages.
Sometimes there's a need to patch upstream source. While this can be
scripted using prebuild commands, it's very verbose and unstructured,
so add dedicated patching support.

Details:

To patch source, specific build's metadata line should include:

patch=patch1.patch;patch2.patch;...

Patches are separated with ';', at least one patch should be specified.
They are applied in the order given. Patches are looked up in
metadata/<package>/ directory. Different builds obviously may reference
the same patch(es).
2011-07-02 18:30:47 +03:00
Ciaran Gultnieks
5d4e7542f5 Metadata: version updates 2011-07-01 21:48:50 +01:00
Ciaran Gultnieks
e134df2b50 Metadata: Added Hacker's Keyboard 2011-07-01 21:48:33 +01:00
Ciaran Gultnieks
a9b82575da Metadata: override app name for OsmAnd+ 2011-07-01 21:48:13 +01:00
Ciaran Gultnieks
c7ca3cab08 Metadata: version updates 2011-06-30 22:03:00 +01:00
Ciaran Gultnieks
628a9095c8 Metadata: version updates 2011-06-29 08:42:09 +01:00
Ciaran Gultnieks
8458441bf3 Metadata: version updates 2011-06-29 07:57:17 +01:00
Ciaran Gultnieks
d56e5a9d9d Metadata: version updates 2011-06-28 19:50:43 +01:00
Ciaran Gultnieks
9e98534fd7 Metadata: version updates 2011-06-27 22:48:14 +01:00
Ciaran Gultnieks
4f417b7403 Improved interactive mode in update script 2011-06-27 22:47:56 +01:00
Ciaran Gultnieks
d4caab9ea0 Metadata: osmand updates 2011-06-24 00:13:27 +01:00
Ciaran Gultnieks
f00378d27c Be more friendly about a null repsonse in the market checker 2011-06-24 00:07:54 +01:00
Ciaran Gultnieks
8368423835 Metadata: version updates 2011-06-23 09:14:33 +01:00
Ciaran Gultnieks
19c3f14ed7 Metadata: added donate link for aCal 2011-06-23 09:14:19 +01:00
Ciaran Gultnieks
a43031dff4 Metadata: version updates 2011-06-23 00:19:34 +01:00
Ciaran Gultnieks
962d1689a5 Metadata: version updates 2011-06-21 13:06:52 +01:00
Ciaran Gultnieks
925cc36029 Cleaning the tree for bzr needs --force 2011-06-21 13:06:34 +01:00
Ciaran Gultnieks
9e582e9bfb Funambol output version checking got broken at some point - fixed 2011-06-20 23:14:38 +01:00
Ciaran Gultnieks
b882e2cceb Add .gitignore for new build directory 2011-06-17 08:41:40 +01:00
Ciaran Gultnieks
36750e7c1e Merge commit 'refs/merge-requests/21' of git://gitorious.org/f-droid/fdroidserver into merge-requests/21 2011-06-17 08:35:56 +01:00
Ciaran Gultnieks
eab9ce77a3 Metadata: note build issues with xwords 2011-06-17 08:33:42 +01:00
Ciaran Gultnieks
6261afd0ed Metadata: restore older versions of vudroid, which now build 2011-06-17 08:32:54 +01:00
Ciaran Gultnieks
79326c50e9 Clean up working directory properly when building multiple versions 2011-06-17 08:32:17 +01:00
Paul Sokolovsky
c35de9ba77 Make build directories under build/ subdir.
Otherwise, top-level dir gets very crowded.
2011-06-17 00:40:10 +03:00
Paul Sokolovsky
39354f00b6 Be more verbose about build skips and failures.
Dump reasons and locations.
2011-06-17 00:40:10 +03:00
Paul Sokolovsky
01fd3210d2 Read metadata in sorted order to make processing stable and reproducible. 2011-06-16 23:57:01 +03:00
Ciaran Gultnieks
de6732684a Metadata: version updates 2011-06-15 22:01:01 +01:00
Ciaran Gultnieks
a6f397b287 Revert "diskusage: Use mkdir -p to create dirs."
This reverts commit accac9d126. I don't
see what the -p can possibly achieve.
2011-06-15 21:20:13 +01:00
Ciaran Gultnieks
4129a7fe3c Metadata: just build the most recent vudroid, to avoid repo conflict 2011-06-15 21:19:30 +01:00
Paul Sokolovsky
00b12fc843 vudroid: Build version 1.2, 1.3, 1.4. 2011-06-12 17:22:41 +03:00
Paul Sokolovsky
c4f901e557 ttrssreader: Revamp versions, make buildable. 2011-06-12 17:22:41 +03:00
Paul Sokolovsky
accac9d126 diskusage: Use mkdir -p to create dirs.
Should probably use symlinks instead...
2011-06-12 17:22:33 +03:00
Ciaran Gultnieks
f26489b8f7 Merge commit 'refs/merge-requests/19' of git://gitorious.org/f-droid/fdroidserver into merge-requests/19 2011-06-10 16:45:56 +01:00
Ciaran Gultnieks
ac148301f1 Merge commit 'refs/merge-requests/18' of git://gitorious.org/f-droid/fdroidserver into merge-requests/18 2011-06-10 16:36:49 +01:00
Ciaran Gultnieks
a1921b2d3a Metadata: version updates 2011-06-10 16:35:55 +01:00
John Sullivan
ed41f39c53 First draft of texinfo conversion of the README. 2011-06-08 15:08:05 -04:00
Ciaran Gultnieks
f3dc6d8728 Metadata: version updates 2011-06-07 15:45:36 +01:00
Jan Berkel
28ee4be070 Added gist-it 2011-06-05 12:06:51 +02:00
Ciaran Gultnieks
bdf5373dd0 Metadata: version updates 2011-06-04 23:27:32 +01:00
Ciaran Gultnieks
55e7d0bd6a Metadata: version updates 2011-06-03 17:33:13 +01:00
Ciaran Gultnieks
4c0559be22 Metadata: version updates 2011-06-03 10:30:40 +01:00
Ciaran Gultnieks
3c9684b883 Metadata: version updates 2011-05-31 18:22:04 +01:00