File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -41,4 +41,10 @@ Include conf/svn/cgi/*.conf
4141 <IfDefine AUTHN=anon >
4242 Include conf/svn/rweb/r-hosting.conf
4343 </IfDefine >
44+
45+ RedirectMatch ^/$ /repos-web/
46+ </IfDefine >
47+
48+ <IfDefine !RWEB=fpm >
49+ RedirectMatch ^/$ /svn/
4450</IfDefine >
Original file line number Diff line number Diff line change 1- FROM php:7.0.17 -fpm
1+ FROM php:7.0.19 -fpm@sha256:77d4e6b05a8ac94749234ac5c8c0f0066decd921d1d517ac295bae628946f884
22
33# Same build concept as in httpd,
44# but rweb should only have the svn client with http ra
Original file line number Diff line number Diff line change 11FROM solsson/fpm-svn
22
3- ENV RWEB_VERSION=1 .6.2
4- ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/v $RWEB_VERSION.tar.gz
5- ENV RWEB_TGZ_SHA1=dca1255e3a11ecae22b57dc49ea6c718d4b4c037
3+ ENV RWEB_VERSION=v1 .6.4
4+ ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/$RWEB_VERSION.tar.gz
5+ ENV RWEB_TGZ_SHA1=6a8242747f271f202dff4565c9c01feb04167d6e
66
77RUN apt-get update && apt-get install -y --no-install-recommends \
88 curl \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ FROM solsson/svn-httpd
22
33ENV RWEB=fpm
44
5- ENV RWEB_VERSION=1 .6.2
6- ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/v $RWEB_VERSION.tar.gz
7- ENV RWEB_TGZ_SHA1=dca1255e3a11ecae22b57dc49ea6c718d4b4c037
5+ ENV RWEB_VERSION=v1 .6.4
6+ ENV RWEB_TGZ_URL=https://github.com/Reposoft/rweb/archive/$RWEB_VERSION.tar.gz
7+ ENV RWEB_TGZ_SHA1=6a8242747f271f202dff4565c9c01feb04167d6e
88
99RUN echo "Downloading rweb source..." \
1010 && curl -SLk "$RWEB_TGZ_URL" -o /usr/src/rweb-$RWEB_VERSION.tar.gz \
You can’t perform that action at this time.
0 commit comments