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)