diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-26 10:08:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-26 10:08:22 +0100 |
commit | 1daf1a0fc16033cd4c9e6f8bf1dfd3a90d369a64 (patch) | |
tree | 66ef9943181e65f8b328deb72b5372d24601c347 /.gitmodules | |
parent | e81343f0838a84be80846d0b2288d3f114a57338 (diff) | |
parent | fdf47c42269f7adb7d5f3e60b8180e8b9bc77503 (diff) | |
download | vyos-build-1daf1a0fc16033cd4c9e6f8bf1dfd3a90d369a64.tar.gz vyos-build-1daf1a0fc16033cd4c9e6f8bf1dfd3a90d369a64.zip |
Merge branch 'current' of github.com:c-po/vyos-build into current
* 'current' of github.com:c-po/vyos-build:
Jenkins: cleanup
Docker: Make OPAM system wide available
When building linux-kernel use number of host CPUs on parallel build
When building parse Git commit ID
When building frr clean out Git repository first
Fix --verbose option when building submodules
Build submodules in parallel with number of host CPUs
submodules: add igmpproxy
submodules: add vyos-xe-guest-utilities
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index cf586e80..ee1f8009 100644 --- a/.gitmodules +++ b/.gitmodules @@ -233,3 +233,11 @@ path = packages/vyos-netplug url = https://github.com/vyos/vyos-netplug.git branch = current +[submodule "packages/vyos-xe-guest-utilities"] + path = packages/vyos-xe-guest-utilities + url = http://github.com/vyos/vyos-xe-guest-utilities.git + branch = current +[submodule "packages/igmpproxy"] + path = packages/igmpproxy + url = https://github.com/vyos/igmpproxy.git + branch = current
\ No newline at end of file |