Add a default LFS .gitattributes for now

Otherwise some packages will break to import
This commit is contained in:
Stephan Kulow 2022-11-02 18:27:17 +01:00 committed by nkrapp
parent 2d613aeac4
commit bfc36e26eb
No known key found for this signature in database
GPG Key ID: AC35CFFF55212BC7

View File

@ -150,6 +150,9 @@ class GitExporter:
)
self.git.add(file)
# Overwrite ".gitattributes" with the
self.git.add_default_lfs_gitattributes(force=True)
commit = self.git.commit(
f"OBS User {flat.commit.userid}",
"null@suse.de",