(manually tested, no test script)

the whimsically named "D" command deletes repos, and is the opposite of
the "C" permission that enables the user to create one in the first
place.  See the usage message for user info, and look in the comments of
the code itself for admin info.
This commit is contained in:
Sitaram Chamarty 2012-04-11 04:51:02 +05:30
parent bbaacfaee7
commit 8c28fd2241
3 changed files with 127 additions and 2 deletions

View file

@ -287,11 +287,13 @@ __DATA__
COMMANDS =>
{
'help' => 1,
'info' => 1,
'desc' => 1,
'perms' => 1,
'info' => 1,
# 'mirror' => 1,
'perms' => 1,
# 'sskm' => 1,
'writable' => 1,
# 'D' => 1,
},
# comment out or uncomment as needed