mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
ci: git clone from https
``` Cloning into 'stabber'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ```
This commit is contained in:
parent
81d074be73
commit
50f0cfd324
@ -53,7 +53,7 @@ RUN pacman -U --noconfirm libstrophe-git/libstrophe-git-*.pkg.tar.zst
|
||||
RUN pacman -U --noconfirm libsignal-protocol-c/libsignal-protocol-c-*.pkg.tar.zst
|
||||
|
||||
WORKDIR /usr/src
|
||||
RUN git clone git://github.com/boothj5/stabber.git
|
||||
RUN git clone https://github.com/boothj5/stabber
|
||||
|
||||
WORKDIR /usr/src/stabber
|
||||
RUN ./bootstrap.sh
|
||||
|
@ -32,8 +32,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
|
||||
WORKDIR /usr/src
|
||||
|
||||
RUN git clone git://github.com/boothj5/stabber.git
|
||||
RUN git clone git://github.com/strophe/libstrophe.git
|
||||
RUN git clone https://github.com/boothj5/stabber
|
||||
RUN git clone https://github.com/strophe/libstrophe
|
||||
|
||||
WORKDIR /usr/src/stabber
|
||||
RUN ./bootstrap.sh
|
||||
|
@ -45,7 +45,7 @@ RUN mkdir -p /usr/src
|
||||
WORKDIR /usr/src
|
||||
|
||||
RUN mkdir -p /usr/src/stabber
|
||||
RUN git clone git://github.com/boothj5/stabber.git
|
||||
RUN git clone https://github.com/boothj5/stabber
|
||||
WORKDIR /usr/src/stabber
|
||||
RUN ./bootstrap.sh
|
||||
RUN ./configure --prefix=/usr --disable-dependency-tracking
|
||||
@ -54,7 +54,7 @@ RUN make install
|
||||
|
||||
WORKDIR /usr/src
|
||||
RUN mkdir -p /usr/src/libstrophe
|
||||
RUN git clone git://github.com/strophe/libstrophe.git
|
||||
RUN git clone https://github.com/strophe/libstrophe
|
||||
WORKDIR /usr/src/libstrophe
|
||||
RUN ./bootstrap.sh
|
||||
RUN ./configure --prefix=/usr
|
||||
|
@ -33,8 +33,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
RUN mkdir -p /usr/src/{stabber,libstrophe,profanity}
|
||||
WORKDIR /usr/src
|
||||
|
||||
RUN git clone git://github.com/boothj5/stabber.git
|
||||
RUN git clone git://github.com/strophe/libstrophe.git
|
||||
RUN git clone https://github.com/boothj5/stabber
|
||||
RUN git clone https://github.com/strophe/libstrophe
|
||||
|
||||
# TODO: Re-enable once libmicrohttpd-dev has been updated.
|
||||
#WORKDIR /usr/src/stabber
|
||||
|
Loading…
Reference in New Issue
Block a user