Re: [Wordpress-charmers] [Merge] ~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress:wordpress_plugin_integration into charm-k8s-wordpress:master

2020-07-03 Thread Canonical IS Mergebot
Change successfully merged at revision ea46252e6276931259e54620f2533c91d4381d79 -- https://code.launchpad.net/~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/386800 Your team Wordpress Charmers is subscribed to branch charm-k8s-wordpress:master. -- Mailing list:

Re: [Wordpress-charmers] [Merge] ~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress:wordpress_plugin_integration into charm-k8s-wordpress:master

2020-07-03 Thread Tom Haddon
Review: Approve LGTM, thx. We'll want to come back and figure out how to use a temporary directory rather than hard coding a path in /tmp, but this is fine for now. -- https://code.launchpad.net/~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/386800 Your team Wordpress Charmers

Re: [Wordpress-charmers] [Merge] ~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress:wordpress_plugin_integration into charm-k8s-wordpress:master

2020-07-03 Thread Canonical IS Mergebot
This merge proposal is being monitored by mergebot. Change the status to Approved to merge. -- https://code.launchpad.net/~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress/+merge/386800 Your team Wordpress Charmers is requested to review the proposed merge of

Re: [Wordpress-charmers] [Merge] ~tcuthbert/charm-k8s-wordpress/+git/charm-k8s-wordpress:wordpress_plugin_integration into charm-k8s-wordpress:master

2020-07-03 Thread Tom Haddon
Let's update it from /tmp/.tox to minimise possible collisions Diff comments: > diff --git a/Makefile b/Makefile > index cf18918..a4853e1 100644 > --- a/Makefile > +++ b/Makefile > @@ -1,16 +1,24 @@ > -lint: > +format: > @echo "Normalising python layout with black." > @tox -e black >