stx-aptly: don't use git:// protocol
Git no longer supports anonymous use of the git:// protocol, use https:// instead. Story: 2008846 Task: 43829 Signed-off-by: Davlet Panech <davlet.panech@windriver.com> Change-Id: Ie844fb2122429eae8105fedfe30b04a18c817f0f
This commit is contained in:
parent
45b1b931ee
commit
0f27a93901
@ -57,7 +57,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
pulp_deb_client \
|
||||
pulp_file_client \
|
||||
progressbar \
|
||||
git+git://github.com/masselstine/aptly-api-client.git && \
|
||||
git+https://github.com/masselstine/aptly-api-client.git && \
|
||||
sed -i '/^proxy_dns*/d' /etc/proxychains.conf && \
|
||||
sed -i 's/^socks4.*/socks5 127.0.0.1 8080/g' /etc/proxychains.conf && \
|
||||
ln -sf /usr/local/bin/stx/stx-localrc /root/localrc && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user