From: Daniel Martí Date: Thu, 31 Oct 2013 14:45:16 +0000 (+0100) Subject: Did not mean to commit these X-Git-Tag: 0.1~260 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6bff3f4e77bd8eb94645c59df8a6c2f9788bb2b2;p=fdroidserver.git Did not mean to commit these --- diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 969b18f8..cfd3cb67 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -286,8 +286,6 @@ def main(): help="Only process apps with auto-updates") parser.add_option("--commit", action="store_true", default=False, help="Commit changes") - parser.add_option("--subdir-changes", action="store_true", default=False, - help="Look for changes in app subdirectories") parser.add_option("--gplay", action="store_true", default=False, help="Only print differences with the Play Store") (options, args) = parser.parse_args() @@ -355,8 +353,6 @@ def main(): version = None vercode = 'Invalid update check method' - if options.subdir-changes: - updating = False if not version: print "..." + vercode