mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
git-srv-admin.sh: Support flavours "test" and "proj"
Add support for flavours "test" and "proj". Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
774a4affc3
commit
ea295dde6d
1 changed files with 3 additions and 1 deletions
|
|
@ -202,10 +202,12 @@ git_home=/srv/git/$id
|
|||
pdir=$git_home/priv
|
||||
|
||||
case $flavour in
|
||||
jw)
|
||||
jw|proj)
|
||||
pdir=$git_home/proj;;
|
||||
priv)
|
||||
pdir=$git_home/priv;;
|
||||
test)
|
||||
pdir=$git_home/test;;
|
||||
contrib)
|
||||
pdir=$git_home/contrib;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue