Skip to content

Commit

Permalink
Clean plugins (#105)
Browse files Browse the repository at this point in the history
add launchpad integration again
  • Loading branch information
gtrkiller authored Jul 26, 2023
1 parent 42e6529 commit ad73df5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion docs/reference/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

By default, the following WordPress themes are installed with the latest version from source.

- [fruitful](https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-fruitful/)
- [launchpad](https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-launchpad)
- [light-wordpress-theme](https://git.launchpad.net/~canonical-sysadmins/ubuntu-community-webthemes/+git/light-wordpress-theme)
- [mscom](https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-mscom)
Expand Down
4 changes: 0 additions & 4 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class _ReplicaRelationNotReady(Exception):

# Default themes and plugins are installed in oci image build time and defined in Dockerfile
_WORDPRESS_DEFAULT_THEMES = [
"fruitful",
"launchpad",
"light-wordpress-theme",
"mscom",
Expand Down Expand Up @@ -100,9 +99,7 @@ class _ReplicaRelationNotReady(Exception):
"essential-addons-for-elementor-lite",
"favicon-by-realfavicongenerator",
"feedwordpress",
"fruitful-shortcodes",
"genesis-columns-advanced",
"hello",
"line-break-shortcode",
"wp-mastodon-share",
"no-category-base-wpml",
Expand All @@ -119,7 +116,6 @@ class _ReplicaRelationNotReady(Exception):
"simple-301-redirects",
"simple-custom-css",
"so-widgets-bundle",
"social-media-buttons-toolbar",
"svg-support",
"syntaxhighlighter",
"wordpress-importer",
Expand Down
3 changes: 0 additions & 3 deletions wordpress.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ RUN set -e; \
essential-addons-for-elementor-lite \
favicon-by-realfavicongenerator \
feedwordpress \
fruitful-shortcodes \
genesis-columns-advanced \
line-break-shortcode \
no-category-base-wpml \
Expand All @@ -94,7 +93,6 @@ RUN set -e; \
show-current-template \
simple-301-redirects \
simple-custom-css \
social-media-buttons-toolbar \
so-widgets-bundle \
svg-support \
syntaxhighlighter \
Expand All @@ -121,7 +119,6 @@ RUN set -e; \
rm -rf */.git

RUN cd ./wp-content/themes && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-fruitful fruitful && \
git clone https://git.launchpad.net/~canonical-sysadmins/ubuntu-community-webthemes/+git/light-wordpress-theme light-wordpress-theme && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-mscom mscom && \
git clone https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-thematic thematic && \
Expand Down

0 comments on commit ad73df5

Please sign in to comment.