forked from importers/git-importer
		
	Remove devel branch import
this for yet undefined reason screws up systemd history import
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user