mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pgit.sh: Run git submodule init and git submodule update in pgit.sh clone
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3c9deb85b9
commit
1c5fdddf5a
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ clone()
|
||||||
}
|
}
|
||||||
marker "cloning $p"
|
marker "cloning $p"
|
||||||
git clone ssh://$id@git.jannet.de/srv/git/$id/proj/$p
|
git clone ssh://$id@git.jannet.de/srv/git/$id/proj/$p
|
||||||
|
(
|
||||||
|
cd $p
|
||||||
|
git submodule init
|
||||||
|
git submodule update
|
||||||
|
)
|
||||||
done
|
done
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue