NoSourceSince Anti-Feature should only be added to index

Before, it was being added to the metadata, so that rewritemeta would
output it.

fdroid/fdroidserver!529
#508
This commit is contained in:
Hans-Christoph Steiner 2018-07-10 23:31:22 +02:00
parent 6ca09e1bb2
commit b03c4a7353
5 changed files with 20 additions and 4 deletions

View file

@ -993,9 +993,6 @@ def parse_metadata(metadatapath, check_vcs=False, refresh=True):
post_metadata_parse(app)
if app.NoSourceSince:
app.AntiFeatures.append('NoSourceSince')
if not app.id:
if app.builds:
build = app.builds[-1]