mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-12 18:20:11 +01:00
Fix to previous fix
This commit is contained in:
parent
0121c70763
commit
5928e9cc25
@ -112,7 +112,7 @@ class vcs_git(vcs):
|
|||||||
def pull(self):
|
def pull(self):
|
||||||
self.checkrepo()
|
self.checkrepo()
|
||||||
# Might need tags that aren't on a branch.
|
# Might need tags that aren't on a branch.
|
||||||
if subprocess.call(['git', 'fetch', '--all', '--tags', 'origin'],
|
if subprocess.call(['git', 'fetch', '--tags', 'origin'],
|
||||||
cwd=self.local) != 0:
|
cwd=self.local) != 0:
|
||||||
raise VCSException("Git fetch failed")
|
raise VCSException("Git fetch failed")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user