1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-06 15:43:39 +02:00

Merge pull request #1082 from dmach/scm_url-Package-filenamelist_unvers-crash

Add missing attributes to Package when scm_url is set
This commit is contained in:
2022-07-26 14:09:28 +02:00
committed by GitHub

View File

@@ -1800,6 +1800,10 @@ class Package:
self.srcmd5 = None
self.linkinfo = None
self.serviceinfo = None
self.size_limit = None
self.meta = None
self.excluded = []
self.filenamelist_unvers = []
return
files_tree = read_filemeta(self.dir)