Skip to content

Commit 960246e

Browse files
committed
Fix links of debian git server
Porting of sonic-net#1755 to stretch branch
1 parent 61b5a5d commit 960246e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/initramfs-tools/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DERIVED_TARGETS = initramfs-tools-core_$(INITRAMFS_TOOLS_VERSION)_all.deb
88
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
99
# Obtaining the initramfs-tools
1010
rm -rf ./initramfs-tools
11-
git clone --branch v0.130 https://anonscm.debian.org/git/kernel/initramfs-tools.git ./initramfs-tools
11+
git clone --branch v0.130 https://salsa.debian.org/kernel-team/initramfs-tools.git ./initramfs-tools
1212

1313
# Patch
1414
pushd ./initramfs-tools

src/isc-dhcp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1010
rm -rf ./isc-dhcp
1111

1212
# Clone isc-dhcp repo
13-
git clone https://anonscm.debian.org/cgit/pkg-dhcp/isc-dhcp.git
13+
git clone https://salsa.debian.org/berni/isc-dhcp.git
1414
pushd ./isc-dhcp
1515

1616
# Reset HEAD to the commit of the proper tag

src/libnl3/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DERIVED_TARGETS = libnl-3-dev_$(LIBNL3_VERSION)_amd64.deb \
1616
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1717
# Obtaining the libnl3
1818
rm -rf ./libnl3
19-
git clone https://anonscm.debian.org/git/collab-maint/libnl3.git
19+
git clone https://github.com/qiluo-msft/libnl3.git
2020
pushd ./libnl3
2121
git checkout -f 3e11301
2222

src/libteam/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
2222
popd
2323

2424
# Obtain debian packaging
25-
git clone https://anonscm.debian.org/git/collab-maint/libteam.git tmp
25+
git clone https://salsa.debian.org/debian/libteam.git tmp
2626
pushd ./tmp
2727
git checkout -f da006f2 # v1.26
2828
popd

0 commit comments

Comments
 (0)