stickupkid | manadart: if you get time, can you have a look at this one as well? https://github.com/juju/juju/pull/8946 | 09:27 |
---|---|---|
manadart | stickupkid: Yeah, it's on my list. Deep in the zone stuff ATM. | 09:28 |
stickupkid | manadart: sure take your time :) | 09:29 |
stickupkid | manadart: i'm working out how you can add-cloud with a password and it all just work | 09:29 |
stickupkid | I'm sure the CI server hates me :| | 10:23 |
rmcd | 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 |
rmcd | I need to publish the interface somewhere before building the charms? Can't really see anything on the docs about it... | 11:02 |
stub | 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:42 |
rmcd | So I need to copy the interface repo to that interface path before building? | 12:43 |
stub | 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 |
stub | rmcd: Yes, or do it the other way and set the environment variable so that your repo is what is found. | 12:43 |
stub | I have $INTERFACE_PATH set to $HOME/charms/interfaces, and keep my interface repo in $HOME/charms/interfaces/foo | 12:44 |
rmcd | Awesome, thank you so much for your help! :) | 12:48 |
hml | externalreality: pr 8956 is reviewed. | 14:22 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!