Add a default LFS .gitattributes for now
Otherwise some packages will break to import
This commit is contained in:
parent
ba7436f10c
commit
c2294d6200
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user