chiark / gitweb /
Drop svn support in favour of git-svn
[fdroidserver.git] / fdroidserver / lint.py
index d265bfb5b47ed176af9aa4a3bbc90bd016d451a1..9656452a3e73c978d1a53a59799e32fd275bc649 100644 (file)
@@ -235,7 +235,7 @@ def main():
                     if ref.startswith(s):
                         warn("Branch '%s' used as commit in srclib '%s'" % (
                             s, srclib))
-            for s in ['git clone', 'svn checkout', 'svn co', 'hg clone']:
+            for s in ['git clone', 'git svn clone', 'svn checkout', 'svn co', 'hg clone']:
                 for flag in ['init', 'prebuild', 'build']:
                     if not build[flag]:
                         continue