chiark / gitweb /
support app metadata in YAML format
[fdroidserver.git] / fdroidserver / metadata.py
2014-02-05 Daniel MartíAlso check for the validity of build flags
2014-02-05 Daniel MartíMake f-droid barf on unrecognised field names
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-02-02 Daniel MartíNew command: readmeta, like lint but without warnings
2014-02-02 Daniel MartíFix a couple copyright notices
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíNew build flag: output= for e.g. full make builds
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-28 Daniel MartíMerge compilesdk= into target=, better documentation...
2014-01-27 Daniel MartíReplace legacy prints by debug logs
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-11 Daniel MartíDo not write the new 'type' hidden build field
2014-01-10 Daniel MartíMake matching of build types easier
2014-01-09 Daniel MartíInteger fields cannot have leading zeros
2014-01-09 Daniel MartíAdd Dogecoin support, some None fixes
2014-01-09 Daniel MartíNew field: Provides
2014-01-09 Daniel MartíRemove trailing spaces and tabs
2014-01-02 Daniel MartíInteger fields cannot have leading zeros
2013-12-31 Daniel MartíAdd Dogecoin support, some None fixes
2013-12-31 Daniel MartíNew field: Provides
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-20 Daniel MartíReplace finds with pythonic terms
2013-12-19 Daniel MartíStart rewrite: Remove --package and --install from...
2013-12-10 Daniel MartíFix litecoin metadata check
2013-11-27 Ciaran GultnieksAdd UpstreamNonFree antifeature
2013-11-21 Daniel MartíAdd repo types to metadata checks
2013-11-21 Daniel MartíAdded AUM and UCM matching patterns
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíSmall fixes, no change in behaviour
2013-11-19 Daniel MartíAdd inline python docs
2013-11-19 Daniel MartíProperly convert boolean strings to bools as before
2013-11-19 Daniel MartíMake Archive Policy a standard fieldtype too
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module