Replace git:// with https:// (#459)
* Replace git:// with https:// Error - The unauthenticated git protocol on port 9418 is no longer supported. Solution - Replace git:// with https:// Explanation - https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git * Replace git:// with https:// Error - The unauthenticated git protocol on port 9418 is no longer supported. Solution - Replace git:// with https:// Explanation - https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
This commit is contained in:
parent
d84179e42f
commit
6cec685377
@ -4,7 +4,7 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
# --- Mininet --- #
|
# --- Mininet --- #
|
||||||
git clone git://github.com/mininet/mininet mininet
|
git clone https://github.com/mininet/mininet mininet
|
||||||
cd mininet
|
cd mininet
|
||||||
PATCH_DIR="${HOME}/patches"
|
PATCH_DIR="${HOME}/patches"
|
||||||
patch -p1 < "${PATCH_DIR}/mininet-dont-install-python2.patch" || echo "Errors while attempting to patch mininet, but continuing anyway ..."
|
patch -p1 < "${PATCH_DIR}/mininet-dont-install-python2.patch" || echo "Errors while attempting to patch mininet, but continuing anyway ..."
|
||||||
|
@ -213,7 +213,7 @@ cd ../..
|
|||||||
find /usr/lib /usr/local $HOME/.local | sort > $HOME/usr-local-6-after-p4c.txt
|
find /usr/lib /usr/local $HOME/.local | sort > $HOME/usr-local-6-after-p4c.txt
|
||||||
|
|
||||||
# --- PTF --- #
|
# --- PTF --- #
|
||||||
git clone git://github.com/p4lang/ptf
|
git clone https://github.com/p4lang/ptf
|
||||||
cd ptf
|
cd ptf
|
||||||
git checkout ${PTF_COMMIT}
|
git checkout ${PTF_COMMIT}
|
||||||
sudo python3 setup.py install
|
sudo python3 setup.py install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user