From: Ciaran Gultnieks Date: Sun, 26 Feb 2012 17:15:33 +0000 (+0000) Subject: Command dispatcher X-Git-Tag: 0.1~907 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=739c7b57f253b6acc034f8337a518342c4307e3c;p=fdroidserver.git Command dispatcher --- diff --git a/fdroid b/fdroid new file mode 100755 index 00000000..76cd597c --- /dev/null +++ b/fdroid @@ -0,0 +1,2 @@ +#!/bin/sh +./fdroid.py $* diff --git a/fdroid.py b/fdroid.py index 6aea70f0..9988f0a5 100755 --- a/fdroid.py +++ b/fdroid.py @@ -22,11 +22,12 @@ import sys commands = [ "build", "update", + "publish", "checkupdates", "import", "rewritemeta", "scanner", - "statsupdate"] + "stats"] def main():