woodpecker/pkg/build
Janez Troha f90c099e68 Add: get git submodules in one step
--recursive
--recurse-submodules
After the clone is created, initialize all submodules within, using their default settings. This is equivalent to running git submodule update --init --recursive immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

from http://git-scm.com/docs/git-clone
2014-02-11 10:52:39 +01:00
..
buildfile initial public commit 2014-02-07 03:10:01 -07:00
docker Two small issues found by 'go vet' 2014-02-10 12:49:12 +01:00
dockerfile initial public commit 2014-02-07 03:10:01 -07:00
log fixed log output and new line issue 2014-02-07 03:35:27 -07:00
proxy initial public commit 2014-02-07 03:10:01 -07:00
repo Add: get git submodules in one step 2014-02-11 10:52:39 +01:00
script setting ACL correctly in S3 code 2014-02-10 03:02:10 -07:00
build.go hooked up websockets to stream output 2014-02-07 04:09:46 -07:00
images.go initial public commit 2014-02-07 03:10:01 -07:00
util.go initial public commit 2014-02-07 03:10:01 -07:00
writer.go initial public commit 2014-02-07 03:10:01 -07:00
writer_test.go initial public commit 2014-02-07 03:10:01 -07:00