Skip to content

Commit

Permalink
Remove LocalSettingsGenerator.php Chameleon patch (#286)
Browse files Browse the repository at this point in the history
* Remove LocalSettingsGenerator.php Chameleon patch

No longer necessary, now that only the Vector skin gets enabled by default.

* Delete _sources/patches/core-local-settings-generator.patch
  • Loading branch information
yaronkoren authored Sep 1, 2023
1 parent cca381e commit 08105ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -656,12 +656,6 @@ RUN set -x; \
cd $MW_HOME/extensions/SemanticScribunto \
&& git apply /tmp/semantic-scribunto-autoload.patch

# Add Bootstrap to LocalSettings.php if the web installer added the Chameleon skin
COPY _sources/patches/core-local-settings-generator.patch /tmp/core-local-settings-generator.patch
RUN set -x; \
cd $MW_HOME \
&& git apply /tmp/core-local-settings-generator.patch

# Cleanup all .git leftovers
RUN set -x; \
cd $MW_HOME \
Expand Down
18 changes: 0 additions & 18 deletions _sources/patches/core-local-settings-generator.patch

This file was deleted.

0 comments on commit 08105ce

Please sign in to comment.