Skip to content

Commit 311e70f

Browse files
committed
Switch from bminor repositories to upstream repositories
The bminor/* repositories on GitHub are not available anymore, so we have to switch back to upstream servers. Note, that this will re-introduce the cloning errors with the message "Server does not allow request for unadvertised object". This reverts commit 400789a. Signed-off-by: Christoph Müllner <christoph.muellner@vrull.eu>
1 parent 049b329 commit 311e70f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.gitmodules

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Some of the external git repos are not upstream servers but upstream clones to
2-
# avoid "Server does not allow request for unadvertised object" errors (see
3-
# #1654).
41
[submodule "binutils"]
52
path = binutils
6-
url = https://github.com/bminor/binutils-gdb.git
3+
url = https://sourceware.org/git/binutils-gdb.git
74
branch = binutils-2_45-branch
85
shallow = true
96
[submodule "gcc"]
@@ -13,7 +10,7 @@
1310
shallow = true
1411
[submodule "glibc"]
1512
path = glibc
16-
url = https://github.com/bminor/glibc.git
13+
url = https://sourceware.org/git/glibc.git
1714
shallow = true
1815
[submodule "dejagnu"]
1916
path = dejagnu
@@ -22,12 +19,12 @@
2219
shallow = true
2320
[submodule "newlib"]
2421
path = newlib
25-
url = https://github.com/bminor/newlib.git
22+
url = https://sourceware.org/git/newlib-cygwin.git
2623
branch = master
2724
shallow = true
2825
[submodule "gdb"]
2926
path = gdb
30-
url = https://github.com/bminor/binutils-gdb.git
27+
url = https://sourceware.org/git/binutils-gdb.git
3128
branch = gdb-16-branch
3229
shallow = true
3330
[submodule "qemu"]

0 commit comments

Comments
 (0)