Skip to content

Commit

Permalink
Change third party repos from git:// to https:// for better compatibi…
Browse files Browse the repository at this point in the history
…lity (#1104)

* Change git:// to https:// for better security and compatibility
  • Loading branch information
byronyi authored and jleveque committed Nov 2, 2017
1 parent 06c0f7d commit 967030f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/isc-dhcp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/supervisor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 967030f

Please sign in to comment.