mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-26 19:01:28 -04:00
Avoid newlines in git-svn RepoTrunk
This commit is contained in:
@@ -295,7 +295,7 @@ class vcs_gitsvn(vcs):
|
||||
self.checkrepo()
|
||||
p = subprocess.Popen(['git', 'svn', 'find-rev', 'HEAD'],
|
||||
stdout=subprocess.PIPE, cwd=self.local)
|
||||
return p.communicate()[0]
|
||||
return p.communicate()[0].strip()
|
||||
|
||||
class vcs_svn(vcs):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user