mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2026-01-08 08:31:26 +00:00
Change third party repos from git:// to https:// for better compatibility (#1104)
* Change git:// to https:// for better security and compatibility
This commit is contained in:
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
|
||||
rm -rf ./isc-dhcp
|
||||
|
||||
# Clone isc-dhcp repo
|
||||
git clone git://anonscm.debian.org/pkg-dhcp/isc-dhcp.git
|
||||
git clone https://anonscm.debian.org/cgit/pkg-dhcp/isc-dhcp.git
|
||||
pushd ./isc-dhcp
|
||||
git checkout -f debian/4.3.1-6
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user