Commit a0a2b99a authored by Vitaly Lipatov's avatar Vitaly Lipatov

gitask: show both quota

parent f6eaddc2
...@@ -33,7 +33,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then ...@@ -33,7 +33,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
echo " find PACKAGE - do find-package of PACKAGE" echo " find PACKAGE - do find-package of PACKAGE"
echo " log NNNN - show build log for task NNNN" echo " log NNNN - show build log for task NNNN"
echo " show NNNN - show subtask list for task NNNN" echo " show NNNN - show subtask list for task NNNN"
echo " quota - show quota on the git server" echo " quota - show quota on the remote servers"
echo " cancel NNNN - cancel task NNNN" echo " cancel NNNN - cancel task NNNN"
echo " acl [branch] show PACKAGE - show acl " echo " acl [branch] show PACKAGE - show acl "
echo " acl [branch] show PACKAGE add maintainer - add acl " echo " acl [branch] show PACKAGE add maintainer - add acl "
...@@ -149,6 +149,7 @@ fi ...@@ -149,6 +149,7 @@ fi
if [ "$1" = "quota" ] ; then if [ "$1" = "quota" ] ; then
docmd ssh $GIRARHOST quota "$@" docmd ssh $GIRARHOST quota "$@"
docmd ssh $GEARHOST quota "$@"
exit exit
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment