[09:27] manadart: if you get time, can you have a look at this one as well? https://github.com/juju/juju/pull/8946 [09:28] stickupkid: Yeah, it's on my list. Deep in the zone stuff ATM. [09:29] manadart: sure take your time :) [09:29] manadart: i'm working out how you can add-cloud with a password and it all just work [10:23] I'm sure the CI server hates me :| [11:02] Hey guys, I've just written an interface for a couple of charms I'm writing for Spicule, and I'm coming to build a new revision of the new charms using the new interface and it's not really building. "build: Conflict: File in destination directory was modified after charm build: layer.yaml", and when I build with --force, it says it's unable to locate the interface. I'm pretty new to this, so do [11:02] I need to publish the interface somewhere before building the charms? Can't really see anything on the docs about it... [12:42] rmcd: Use the $INTERFACE_PATH environment variable to point to your local interfaces; interface:foo will be looked for in $INTERFACE_PATH/foo , and if it isn't found there a lookup is made. [12:43] So I need to copy the interface repo to that interface path before building? [12:43] rmcd: The error message (File in destination directory was modified) likely means exactly what it says, and --force is how you can force it. [12:43] rmcd: Yes, or do it the other way and set the environment variable so that your repo is what is found. [12:44] I have $INTERFACE_PATH set to $HOME/charms/interfaces, and keep my interface repo in $HOME/charms/interfaces/foo [12:48] Awesome, thank you so much for your help! :) [14:22] externalreality: pr 8956 is reviewed.