File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments