1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 10:16:14 +01: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:
Daniel Mach 2022-07-26 14:09:28 +02:00 committed by GitHub
commit 3db2fb6231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)