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:
parent
06c0f7d2e8
commit
967030f24d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user