mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Command dispatcher
This commit is contained in:
parent
f31fad745f
commit
739c7b57f2
2 changed files with 4 additions and 1 deletions
2
fdroid
Executable file
2
fdroid
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
./fdroid.py $*
|
|
@ -22,11 +22,12 @@ import sys
|
||||||
commands = [
|
commands = [
|
||||||
"build",
|
"build",
|
||||||
"update",
|
"update",
|
||||||
|
"publish",
|
||||||
"checkupdates",
|
"checkupdates",
|
||||||
"import",
|
"import",
|
||||||
"rewritemeta",
|
"rewritemeta",
|
||||||
"scanner",
|
"scanner",
|
||||||
"statsupdate"]
|
"stats"]
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue