Skip to content

Commit 0ed8140

Browse files
qiluo-msftzhenggen-xu
authored andcommitted
Fix links of debian git server (sonic-net#1755)
1 parent 1d71ae1 commit 0ed8140

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
@@ -7,7 +7,7 @@ MAIN_TARGET = initramfs-tools_$(INITRAMFS_TOOLS_VERSION)_all.deb
77
$(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
88
# Obtaining the initramfs-tools
99
rm -rf ./initramfs-tools
10-
git clone --branch v0.120 https://anonscm.debian.org/git/kernel/initramfs-tools.git ./initramfs-tools
10+
git clone --branch v0.120 https://salsa.debian.org/kernel-team/initramfs-tools.git ./initramfs-tools
1111

1212
# Patch
1313
pushd ./initramfs-tools

src/isc-dhcp/Makefile

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

1313
# Clone isc-dhcp repo
14-
git clone https://anonscm.debian.org/cgit/pkg-dhcp/isc-dhcp.git
14+
git clone https://salsa.debian.org/berni/isc-dhcp.git
1515
pushd ./isc-dhcp
1616

1717
# 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 b77c0e49cb
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)