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:
f93d936
)
Clarify import error message when url format is not of a supported type
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 10 Aug 2012 12:12:15 +0000
(13:12 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Fri, 10 Aug 2012 12:12:15 +0000
(13:12 +0100)
fdroidserver/import.py
patch
|
blob
|
history
diff --git
a/fdroidserver/import.py
b/fdroidserver/import.py
index 0e94a0d2c91dd22254466cb9a7cb54a9db911e91..e0994e0b62b64c6f85436e6d6ef312b33ba06f2a 100644
(file)
--- a/
fdroidserver/import.py
+++ b/
fdroidserver/import.py
@@
-181,6
+181,8
@@
def main():
if not projecttype:
print "Unable to determine the project type."
+ print "The URL you supplied was not in one of the supported formats. Please consult"
+ print "the manual for a list of supported formats, and supply one of those."
sys.exit(1)
# Get a copy of the source so we can extract some info...