mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Remove git:// urls from docsite and from packaging (#30459)
It's almost always preferable to clone by way of https:// rather than using the bare git:// protocol. Not only does https:// provide stronger guarantees it also plays nicer with corporate proxies, etc.
This commit is contained in:
parent
2d70dc7f21
commit
ba0b91b51b
4 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ __Note__: You must run this target as root or set `PBUILDER_BIN='sudo pbuilder'`
|
|||
|
||||
```
|
||||
apt-get install asciidoc cdbs debootstrap devscripts make pbuilder python-setuptools
|
||||
git clone git://github.com/ansible/ansible.git
|
||||
git clone https://github.com/ansible/ansible.git
|
||||
cd ansible
|
||||
git submodule update --init
|
||||
DEB_DIST='xenial trusty precise' make deb
|
||||
|
@ -16,7 +16,7 @@ DEB_DIST='xenial trusty precise' make deb
|
|||
Building in Docker:
|
||||
|
||||
```
|
||||
git clone git://github.com/ansible/ansible.git
|
||||
git clone https://github.com/ansible/ansible.git
|
||||
cd ansible
|
||||
git submodule update --init
|
||||
docker build -t ansible-deb-builder -f packaging/debian/Dockerfile .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue