port patches
dockers/pixelfed/pipeline/head There was a failure building this commit
Details
dockers/pixelfed/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
0377a9d0dc
commit
9a082a87da
|
@ -29,7 +29,6 @@ RUN set -xe;\
|
||||||
git clone https://github.com/pixelfed/pixelfed.git www &&\
|
git clone https://github.com/pixelfed/pixelfed.git www &&\
|
||||||
cd www &&\
|
cd www &&\
|
||||||
git checkout $VERSION &&\
|
git checkout $VERSION &&\
|
||||||
rm .gitattributes &&\
|
|
||||||
git apply /patches/0001-remove-IP-logging.patch &&\
|
git apply /patches/0001-remove-IP-logging.patch &&\
|
||||||
git apply /patches/0002-hardcode-discovery-settings.patch &&\
|
git apply /patches/0002-hardcode-discovery-settings.patch &&\
|
||||||
git apply /patches/0003-point-to-modified-sourcecode.patch &&\
|
git apply /patches/0003-point-to-modified-sourcecode.patch &&\
|
||||||
|
|
|
@ -27,7 +27,6 @@ RUN set -xe;\
|
||||||
cd /var && rm -rf www &&\
|
cd /var && rm -rf www &&\
|
||||||
git clone https://github.com/pixelfed/pixelfed.git www &&\
|
git clone https://github.com/pixelfed/pixelfed.git www &&\
|
||||||
cd www &&\
|
cd www &&\
|
||||||
rm .gitattributes &&\
|
|
||||||
git checkout $VERSION &&\
|
git checkout $VERSION &&\
|
||||||
git apply /patches/0001-remove-IP-logging.patch &&\
|
git apply /patches/0001-remove-IP-logging.patch &&\
|
||||||
git apply /patches/0002-hardcode-discovery-settings.patch &&\
|
git apply /patches/0002-hardcode-discovery-settings.patch &&\
|
||||||
|
|
Loading…
Reference in New Issue