File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ DERIVED_TARGETS = initramfs-tools-core_$(INITRAMFS_TOOLS_VERSION)_all.deb
8
8
$(addprefix $(DEST ) /, $(MAIN_TARGET ) ) : $(DEST ) /% :
9
9
# Obtaining the initramfs-tools
10
10
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
12
12
13
13
# Patch
14
14
pushd ./initramfs-tools
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
10
10
rm -rf ./isc-dhcp
11
11
12
12
# 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
14
14
pushd ./isc-dhcp
15
15
16
16
# Reset HEAD to the commit of the proper tag
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DERIVED_TARGETS = libnl-3-dev_$(LIBNL3_VERSION)_amd64.deb \
16
16
$(addprefix $(DEST ) /, $(MAIN_TARGET ) ) : $(DEST ) /% :
17
17
# Obtaining the libnl3
18
18
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
20
20
pushd ./libnl3
21
21
git checkout -f 3e11301
22
22
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
22
22
popd
23
23
24
24
# 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
26
26
pushd ./tmp
27
27
git checkout -f da006f2 # v1.26
28
28
popd
You can’t perform that action at this time.
0 commit comments