mirror of
https://github.com/linuxserver/docker-gitqlient.git
synced 2026-03-16 00:02:57 +08:00
upstream repo name change
This commit is contained in:
parent
86a7aea3b8
commit
dc0a7e659b
@ -11,16 +11,17 @@ RUN \
|
||||
|
||||
RUN \
|
||||
echo "**** grab source ****" && \
|
||||
git clone https://github.com/francescmm/GitQlient.git
|
||||
git clone https://github.com/francescmaestre/GitQlient.git
|
||||
|
||||
RUN \
|
||||
echo "**** build gitqclient ****" && \
|
||||
mkdir -p /build-out/usr && \
|
||||
if [ -z ${GITQLIENT_RELEASE+x} ]; then \
|
||||
GITQLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/francescmm/GitQlient/releases/latest" \
|
||||
GITQLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/francescmaestre/GitQlient/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
cd /GitQlient && \
|
||||
git checkout "${GITQLIENT_RELEASE}" && \
|
||||
qmake-qt5 GitQlient.pro \
|
||||
PREFIX=/build-out/usr \
|
||||
VERSION=${GITQLIENT_RELEASE:1} && \
|
||||
|
||||
@ -11,16 +11,17 @@ RUN \
|
||||
|
||||
RUN \
|
||||
echo "**** grab source ****" && \
|
||||
git clone https://github.com/francescmm/GitQlient.git
|
||||
git clone https://github.com/francescmaestre/GitQlient.git
|
||||
|
||||
RUN \
|
||||
echo "**** build gitqclient ****" && \
|
||||
mkdir -p /build-out/usr && \
|
||||
if [ -z ${GITQLIENT_RELEASE+x} ]; then \
|
||||
GITQLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/francescmm/GitQlient/releases/latest" \
|
||||
GITQLIENT_RELEASE=$(curl -sX GET "https://api.github.com/repos/francescmaestre/GitQlient/releases/latest" \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
|
||||
fi && \
|
||||
cd /GitQlient && \
|
||||
git checkout "${GITQLIENT_RELEASE}" && \
|
||||
qmake-qt5 GitQlient.pro \
|
||||
PREFIX=/build-out/usr \
|
||||
VERSION=${GITQLIENT_RELEASE:1} && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user