mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-20 05:37:38 +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
|
pdir=$git_home/priv
|
||||||
|
|
||||||
case $flavour in
|
case $flavour in
|
||||||
jw)
|
jw|proj)
|
||||||
pdir=$git_home/proj;;
|
pdir=$git_home/proj;;
|
||||||
priv)
|
priv)
|
||||||
pdir=$git_home/priv;;
|
pdir=$git_home/priv;;
|
||||||
|
test)
|
||||||
|
pdir=$git_home/test;;
|
||||||
contrib)
|
contrib)
|
||||||
pdir=$git_home/contrib;;
|
pdir=$git_home/contrib;;
|
||||||
*)
|
*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue