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:
8e87fef
)
Add default repotype() to make pylint happy
author
Daniel Martí
<mvdan@mvdan.cc>
Wed, 2 Apr 2014 21:37:29 +0000
(23:37 +0200)
committer
Daniel Martí
<mvdan@mvdan.cc>
Wed, 2 Apr 2014 21:37:29 +0000
(23:37 +0200)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index 8222ca778ba11d5b3e368f6580b141616754df32..07a9db00805190a08eb7c9a64c88740baffc58a9 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-251,6
+251,9
@@
class vcs:
self.refreshed = False
self.srclib = None
+ def repotype(self):
+ return None
+
# Take the local repository to a clean version of the given revision, which
# is specificed in the VCS's native format. Beforehand, the repository can
# be dirty, or even non-existent. If the repository does already exist