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
parent ba7436f10c
commit c2294d6200

View File

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