Remove devel branch import

this for yet undefined reason screws up systemd history import
This commit is contained in:
Dirk Müller 2024-08-07 09:47:54 +02:00
parent d563076d9e
commit 1318f9e0c4
No known key found for this signature in database

View File

@ -47,7 +47,7 @@ class GitExporter:
left_to_commit = []
for flat in reversed(flats):
found_state = False
for branch in ["factory", "devel"]:
for branch in ["factory"]:
if flat.commit.dbid == state_data.get(branch):
branch_state[branch] = flat.commit
flat.commit.git_commit = self.git.branch_head(branch)