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 @@ -7,7 +7,7 @@ MAIN_TARGET = initramfs-tools_$(INITRAMFS_TOOLS_VERSION)_all.deb
7
7
$(addprefix $(DEST ) /, $(MAIN_TARGET ) ) : $(DEST ) /% :
8
8
# Obtaining the initramfs-tools
9
9
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
11
11
12
12
# Patch
13
13
pushd ./initramfs-tools
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
11
11
rm -rf ./isc-dhcp
12
12
13
13
# 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
15
15
pushd ./isc-dhcp
16
16
17
17
# 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 b77c0e49cb
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