diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-06 13:15:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-06 13:15:32 +0000 |
commit | 3732d10a80446c1c079b9c30924a9fe2ca08d84c (patch) | |
tree | f57cae3febde0f560002691593b94f019ee1166a /.gitmodules | |
parent | 1c7eb680b34fdcd83b92c43a4c78db3c54bf567b (diff) | |
parent | 6de5bac371844b70b96b9bd75b62b8d06e5f51fc (diff) |
Merge "build: Use git submodules for Fuel git repos"
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 000000000..84b15ee45 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,70 @@ +[submodule "fuel-main"] + path = build/f_repos/sub/fuel-main + url = https://github.com/openstack/fuel-main.git + branch = stable/mitaka + ignore = all +[submodule "fuel-library"] + path = build/f_repos/sub/fuel-library + url = https://github.com/openstack/fuel-library.git + branch = stable/mitaka + ignore = all +[submodule "fuel-web"] + path = build/f_repos/sub/fuel-web + url = https://github.com/openstack/fuel-web.git + branch = stable/mitaka + ignore = all +[submodule "python-fuelclient"] + path = build/f_repos/sub/python-fuelclient + url = https://github.com/openstack/python-fuelclient.git + branch = stable/mitaka + ignore = all +[submodule "fuel-agent"] + path = build/f_repos/sub/fuel-agent + url = https://github.com/openstack/fuel-agent.git + branch = stable/mitaka + ignore = all +[submodule "fuel-nailgun-agent"] + path = build/f_repos/sub/fuel-nailgun-agent + url = https://github.com/openstack/fuel-nailgun-agent.git + branch = stable/mitaka + ignore = all +[submodule "fuel-astute"] + path = build/f_repos/sub/fuel-astute + url = https://github.com/openstack/fuel-astute.git + branch = stable/mitaka + ignore = all +[submodule "fuel-ostf"] + path = build/f_repos/sub/fuel-ostf + url = https://github.com/openstack/fuel-ostf.git + branch = stable/mitaka + ignore = all +[submodule "fuel-mirror"] + path = build/f_repos/sub/fuel-mirror + url = https://github.com/openstack/fuel-mirror.git + branch = stable/mitaka + ignore = all +[submodule "fuel-menu"] + path = build/f_repos/sub/fuel-menu + url = https://github.com/openstack/fuel-menu.git + branch = stable/mitaka + ignore = all +[submodule "shotgun"] + path = build/f_repos/sub/shotgun + url = https://github.com/openstack/shotgun.git + branch = stable/mitaka + ignore = all +[submodule "network-checker"] + path = build/f_repos/sub/network-checker + url = https://github.com/openstack/network-checker.git + branch = stable/mitaka + ignore = all +[submodule "fuel-upgrade"] + path = build/f_repos/sub/fuel-upgrade + url = https://github.com/openstack/fuel-upgrade.git + branch = stable/mitaka + ignore = all +[submodule "fuel-ui"] + path = build/f_repos/sub/fuel-ui + url = https://github.com/openstack/fuel-ui.git + branch = stable/mitaka + ignore = all |