update dependencies
This commit is contained in:
parent
667ad0c9d5
commit
dca95f9d95
5 changed files with 8 additions and 7 deletions
4
ctl
4
ctl
|
|
@ -52,6 +52,10 @@ if [ "$action" = "init" ]; then
|
|||
done
|
||||
exit 0
|
||||
fi
|
||||
if [ "$action" = "version" ]; then
|
||||
git rev-list HEAD --count
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [ "$action" = "manage" ]; then
|
||||
cmd="pandora/manage.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue