blob: 4d35439d42bdda168b45e88456eaf220786ee2b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
[submodule "fuel-main"]
path = build/f_repos/sub/fuel-main
url = https://github.com/openstack/fuel-main.git
branch = stable/newton
ignore = all
[submodule "fuel-library"]
path = build/f_repos/sub/fuel-library
url = https://github.com/openstack/fuel-library.git
branch = stable/newton
ignore = all
[submodule "fuel-web"]
path = build/f_repos/sub/fuel-web
url = https://github.com/openstack/fuel-web.git
branch = stable/newton
ignore = all
[submodule "python-fuelclient"]
path = build/f_repos/sub/python-fuelclient
url = https://github.com/openstack/python-fuelclient.git
branch = stable/newton
ignore = all
[submodule "fuel-agent"]
path = build/f_repos/sub/fuel-agent
url = https://github.com/openstack/fuel-agent.git
branch = stable/newton
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/newton
ignore = all
[submodule "fuel-astute"]
path = build/f_repos/sub/fuel-astute
url = https://github.com/openstack/fuel-astute.git
branch = stable/newton
ignore = all
[submodule "fuel-ostf"]
path = build/f_repos/sub/fuel-ostf
url = https://github.com/openstack/fuel-ostf.git
branch = stable/newton
ignore = all
[submodule "fuel-menu"]
path = build/f_repos/sub/fuel-menu
url = https://github.com/openstack/fuel-menu.git
branch = stable/newton
ignore = all
[submodule "shotgun"]
path = build/f_repos/sub/shotgun
url = https://github.com/openstack/shotgun.git
branch = stable/newton
ignore = all
[submodule "network-checker"]
path = build/f_repos/sub/network-checker
url = https://github.com/openstack/network-checker.git
branch = stable/newton
ignore = all
[submodule "fuel-ui"]
path = build/f_repos/sub/fuel-ui
url = https://github.com/openstack/fuel-ui.git
branch = stable/newton
ignore = all
|