tidy up submodules

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-09-17 14:50:43 +01:00
parent 60f0e98644
commit e114830158
6 changed files with 6 additions and 11 deletions

12
.gitmodules vendored
View File

@@ -2,9 +2,9 @@
path = submodules/buildroot path = submodules/buildroot
url = https://github.com/cirosantilli/buildroot url = https://github.com/cirosantilli/buildroot
ignore = dirty ignore = dirty
[submodule "submodules/qemu"] [submodule "submodules/gem5"]
path = submodules/qemu path = submodules/gem5
url = https://github.com/cirosantilli/qemu url = https://gem5.googlesource.com/public/gem5
# The true upstream does not accept git submodule update --init --depth 1 # The true upstream does not accept git submodule update --init --depth 1
# git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git # git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
# But git clone --branch --depth 1 worked weirdly: # But git clone --branch --depth 1 worked weirdly:
@@ -12,9 +12,9 @@
[submodule "submodules/linux"] [submodule "submodules/linux"]
path = submodules/linux path = submodules/linux
url = https://github.com/cirosantilli/linux url = https://github.com/cirosantilli/linux
[submodule "submodules/gem5"]
path = submodules/gem5
url = https://gem5.googlesource.com/public/gem5
[submodule "submodules/parsec-benchmark"] [submodule "submodules/parsec-benchmark"]
path = submodules/parsec-benchmark path = submodules/parsec-benchmark
url = https://github.com/cirosantilli/parsec-benchmark url = https://github.com/cirosantilli/parsec-benchmark
[submodule "submodules/qemu"]
path = submodules/qemu
url = https://github.com/cirosantilli/qemu

Submodule buildroot deleted from bc60382b8f

Submodule gem5/gem5 deleted from 200281b08c

1
linux

Submodule linux deleted from 94710cac0e

Submodule parsec-benchmark/parsec-benchmark deleted from c56acac70e

1
qemu

Submodule qemu deleted from d0f9ab350f