mirror of
https://github.com/IEEE-SB-Passau/pelican-deployment-system.git
synced 2017-09-06 16:35:38 +02:00
better shutdown handling
This commit is contained in:
@@ -41,7 +41,8 @@ class Repo:
|
||||
|
||||
def popen_cmd(self, *args, env=None, universal_newlines=True):
|
||||
return Popen(args, stdout=PIPE, stderr=PIPE, cwd=self.repo_dir, env=env,
|
||||
universal_newlines=universal_newlines)
|
||||
universal_newlines=universal_newlines,
|
||||
start_new_session=True)
|
||||
|
||||
def is_bare(self):
|
||||
result = self.rev_parse("--is-bare-repository")
|
||||
|
||||
Reference in New Issue
Block a user