From 1318f9e0c46a0f0569fc77535703cc1b64bba57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20M=C3=BCller?= Date: Wed, 7 Aug 2024 09:47:54 +0200 Subject: [PATCH] Remove devel branch import this for yet undefined reason screws up systemd history import --- lib/git_exporter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git_exporter.py b/lib/git_exporter.py index 44c4a7e..1fe9f63 100644 --- a/lib/git_exporter.py +++ b/lib/git_exporter.py @@ -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)