chiark / gitweb /
Command dispatcher
authorCiaran Gultnieks <ciaran@ciarang.com>
Sun, 26 Feb 2012 17:15:33 +0000 (17:15 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sun, 26 Feb 2012 17:18:50 +0000 (17:18 +0000)
fdroid [new file with mode: 0755]
fdroid.py

diff --git a/fdroid b/fdroid
new file mode 100755 (executable)
index 0000000..76cd597
--- /dev/null
+++ b/fdroid
@@ -0,0 +1,2 @@
+#!/bin/sh
+./fdroid.py $*
index 6aea70f068aecefe5b6d067f27b4505948e48ccc..9988f0a5ffde0bd8e075fcae1761b9ad187aaf86 100755 (executable)
--- a/fdroid.py
+++ b/fdroid.py
@@ -22,11 +22,12 @@ import sys
 commands = [
         "build",
         "update",
+        "publish",
         "checkupdates",
         "import",
         "rewritemeta",
         "scanner",
-        "statsupdate"]
+        "stats"]
 
 def main():