Keep a reference to the database in DBRevision #12

Merged
Ghost merged 3 commits from add_export into main 2022-11-03 08:16:30 +01:00
Showing only changes of commit c2294d6200 - Show all commits

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",