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

27 Commits

Author SHA1 Message Date
Ciaran Gultnieks
682fb03227 Parse description properly, whoops 2012-01-11 15:23:10 +00:00
Ciaran Gultnieks
ecd3bae855 Metadata is now re-writable 2012-01-10 23:24:28 +00:00
Ciaran Gultnieks
c469f0feed Improved metadata handling
Two main points: Firstly, there is no longer a random mapping between
app['key'] and a corresponding field in the metadata file - the key and
field are now the same. Secondly, more information (including comments)
is retrieved from the metadata, to facilitate being able to re-write it
which is necessary for various support utilities.
2012-01-10 18:57:07 +00:00
prcrst
4cd621f939 Enhance BuildExceptions 2012-01-09 13:23:11 +00:00
Ciaran Gultnieks
98263a429d Another correction 2012-01-08 14:16:42 +00:00
Ciaran Gultnieks
88322f5835 Multiple corrections to previous commit 2012-01-08 14:13:41 +00:00
Ciaran Gultnieks
cabd2c5522 Guard against git accidents 2012-01-08 13:43:59 +00:00
Ciaran Gultnieks
775e1e245a Maintiain android update project behaviour in new platform tools 2012-01-04 22:58:37 +00:00
Ciaran Gultnieks
14bc39010b Various fixes and improvements, and git-svn support 2012-01-04 21:37:11 +00:00
Ciaran Gultnieks
262be1880d Got rid of source preparation code duplication 2012-01-03 21:39:30 +00:00
prcrst
e4e2d46847 Throw exceptions instead of exiting 2012-01-03 15:37:55 +00:00
Ciaran Gultnieks
cff8228b44 Better git reset 2011-12-20 14:42:00 +00:00
Ciaran Gultnieks
03a4e42be5 With git, fetch tags, they might not be on the current (or any) branch 2011-12-08 14:44:48 +00:00
Ciaran Gultnieks
7fdf043be0 Minor code formatting fix 2011-10-10 15:31:04 +01:00
Ivo Ugrina
6a29e51b46 added antiNonFreeDep 2011-10-08 00:23:29 +02:00
Ciaran Gultnieks
ef526bd256 Fixed very silly build script bug 2011-10-02 12:01:43 +01:00
Ciaran Gultnieks
00788adb0b Merge commit 'refs/merge-requests/28' of git://gitorious.org/f-droid/fdroidserver into merge-requests/28 2011-09-26 11:12:54 +01:00
Ciaran Gultnieks
4ea8b520b8 Stopped copying built files around so much
This is much faster and less heavy on the disk space. "Use Built" is now
obsolete. If there is a built version, it's included.
2011-08-25 23:50:15 +01:00
Paul Sokolovsky
c5f3dcb59a Support "Category" field in metadata, export as <category> in index.xml. 2011-08-20 21:32:28 +03:00
Ciaran Gultnieks
b97f8f1ee6 Fix to bzr pull, broken in recent changes 2011-08-09 08:38:15 +01:00
Ciaran Gultnieks
3a0067d7e6 Moved the vcs-related code out of the build script and fixed a few other things 2011-08-07 16:14:54 +01: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
623f06d7bc Restored some verbose functionality 2011-04-26 00:27:12 +01:00
Henrik Tunedal
92a2022d2c Indicate if an app requires root privileges 2011-03-09 00:16:53 +01:00
Henrik Tunedal
bce5da2543 Metadata parsing changes
A few small changes to the format of metadata files:

"Build Version" lines can now contain include commas by escaping them
with a backslash. They can also be split over multiple lines by ending
each line (except the last) with a backslash.

Additionally, empty lines in descriptions should now work correctly.
2011-03-01 01:28:24 +01:00
Henrik Tunedal
fb27ce69a0 Allow the equals sign in prebuild commands 2011-02-25 23:19:17 +01:00
Henrik Tunedal
a26c3ca507 Make metadata.py a proper module (renamed to common.py) 2011-02-17 21:16:26 +01:00