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:
Bairen Yi 2017-11-03 02:19:05 +08:00 committed by Joe LeVeque
parent 06c0f7d2e8
commit 967030f24d
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -8,8 +8,8 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
# Remove any stale files
rm -rf ./supervisor
# Clone isc-dhcp repo
git clone git://github.com/Supervisor/supervisor.git
# Clone supervisor repo
git clone https://github.com/Supervisor/supervisor.git
pushd ./supervisor
git checkout -f 3.3.2