Skip to content

Commit

Permalink
Clean patches
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Oct 21, 2024
1 parent 7db79ad commit 9ad7f4c
Show file tree
Hide file tree
Showing 34 changed files with 18 additions and 6,721 deletions.
3 changes: 0 additions & 3 deletions base-no-s6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ RUN echo "# Install packages from ${DEBIAN_VERSION} (${LLNGDIST})" && \
chmod 750 /var/lib/lemonldap-ng/cache && \
perl -000 -MJSON -i -ne '$_=JSON::from_json($_);$_->{reloadUrls}={};print JSON->new->pretty->canonical->encode($_)' /var/lib/lemonldap-ng/conf/lmConf-1.json && \
perl -i -pe 's/\r//g' /usr/share/perl5/Lemonldap/NG/Common/Conf/DefaultValues.pm && \
echo "patch session-cli.patch" && patch -p1 <session-cli.patch && \
echo "patch msg-broker.patch" && patch -p1 <msg-broker.patch && \
echo "patch head.patch" && patch -p1 <head.patch && \
echo "patch no-none.patch" && patch -p1 <no-none.patch && \
rm -f *.patch

Expand Down
19 changes: 0 additions & 19 deletions base-no-s6/head.patch

This file was deleted.

Loading

0 comments on commit 9ad7f4c

Please sign in to comment.