wordpress-charmers team mailing list archive
-
wordpress-charmers team
-
Mailing list archive
-
Message #00750
[Merge] ~tcuthbert/charm-k8s-wordpress:master into charm-k8s-wordpress:master
Thomas Cuthbert has proposed merging ~tcuthbert/charm-k8s-wordpress:master into charm-k8s-wordpress:master.
Requested reviews:
Wordpress Charmers (wordpress-charmers)
For more details, see:
https://code.launchpad.net/~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress-1/+merge/406850
--
Your team Wordpress Charmers is requested to review the proposed merge of ~tcuthbert/charm-k8s-wordpress:master into charm-k8s-wordpress:master.
diff --git a/image-builder/src/fetcher.py b/image-builder/src/fetcher.py
index 7d77fd2..c82f765 100755
--- a/image-builder/src/fetcher.py
+++ b/image-builder/src/fetcher.py
@@ -68,6 +68,8 @@ branch_plugins_to_get = {
branch_themes_to_get = {
# please keep these in alphabetical order
+ 'advertica-lite': {'url': 'https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-advertica-lite'},
+ 'advertica-lite-child': {'url': 'https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-advertica-lite-child'},
'fruitful': {'url': 'https://git.launchpad.net/~canonical-sysadmins/wordpress/+git/wp-theme-fruitful'},
'light-wordpress-theme': {
'url': 'https://git.launchpad.net/~canonical-sysadmins/ubuntu-community-webthemes/+git/light-wordpress-theme'
Follow ups