mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
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:
parent
6ca09e1bb2
commit
b03c4a7353
5 changed files with 20 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue