update dependencies

This commit is contained in:
j 2023-11-18 16:38:20 +01:00
commit dca95f9d95
5 changed files with 8 additions and 7 deletions

4
ctl
View file

@ -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"