checkupdates: fix --auto build copy

Also, remove origlines which hasn't been used in some time.
This commit is contained in:
Daniel Martí 2015-12-07 12:39:04 +01:00
parent 02c59a327b
commit 5541cb83ac
2 changed files with 2 additions and 4 deletions

View file

@ -1066,7 +1066,6 @@ def parse_txt_metadata(metadatapath):
if len(parts) < 3:
raise MetaDataException("Invalid build format: " + v + " in " + metafile.name)
build = Build()
build.origlines = lines
build.version = parts[0]
build.vercode = parts[1]
if parts[2].startswith('!'):