Skip to content
Snippets Groups Projects
Verified Commit a1e6cbc6 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: use backported versions of seafile

parent 3365ca3c
Branches
Tags
No related merge requests found
Pipeline #2920 passed
...@@ -4,7 +4,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - ...@@ -4,7 +4,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN apt-get install -y nodejs RUN apt-get install -y nodejs
WORKDIR /source WORKDIR /source
RUN git clone --single-branch --branch=feat/postgres-support https://github.com/justjanne/seahub.git RUN git clone --single-branch --branch=feat/postgres-support-backported https://github.com/justjanne/seahub.git
WORKDIR /source/seahub/frontend WORKDIR /source/seahub/frontend
RUN npm install --force RUN npm install --force
......
...@@ -80,8 +80,8 @@ RUN pip install \ ...@@ -80,8 +80,8 @@ RUN pip install \
RUN mkdir /source RUN mkdir /source
WORKDIR /source WORKDIR /source
RUN git clone https://github.com/haiwen/libevhtp.git RUN git clone https://github.com/haiwen/libevhtp.git
RUN git clone https://github.com/haiwen/libsearpc.git RUN git clone --branch=v3.2-latest https://github.com/haiwen/libsearpc.git
RUN git clone --single-branch --branch=feat/postgres-support https://github.com/justjanne/seafile-server.git RUN git clone --single-branch --branch=feat/postgres-support-backported https://github.com/justjanne/seafile-server.git
WORKDIR /source/libevhtp WORKDIR /source/libevhtp
RUN cmake -DEVHTP_DISABLE_SSL=ON -DEVHTP_BUILD_SHARED=OFF . RUN cmake -DEVHTP_DISABLE_SSL=ON -DEVHTP_BUILD_SHARED=OFF .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment