chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a4dc7
)
Revert "Fix possible git-svn bug"
author
Daniel Martí
<mvdan@mvdan.cc>
Sun, 26 Jan 2014 19:35:58 +0000
(20:35 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sun, 26 Jan 2014 19:35:58 +0000
(20:35 +0100)
This reverts commit
61a61824d4f3517b5e1263da57d526695e9ab9e5
.
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 6e6da0b62b4868ca0f1bcbce820b455fd4ea688c..4d1f50eb4a494d50de1601d5859ee471d6f57857 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-437,7
+437,7
@@
class vcs_gitsvn(vcs):
raise VCSException("Git clean failed")
if not self.refreshed:
# Get new commits and tags from repo...
- if subprocess.call(['git svn rebase %s' % self.userargs()],
+ if subprocess.call(['
%s
git svn rebase %s' % self.userargs()],
cwd=self.local, shell=True) != 0:
raise VCSException("Git svn rebase failed")
self.refreshed = True