juju / plugins

Basic collection of the first few plugins for Juju

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

juju dhx -s does not sync deletes

mbruzek opened this issue · comments

I was using:
juju dhx -r -s

To fix a hook error. The solution was to delete the hooks/config-changed symbolic link and no other edit was needed so I typed exit, and exit.

When dhx synched the files the link still existed in my charm directory.

This is an issue with juju-sync-charm, it needs the --delete flag for rsync

I see we haven't. Is this going to be an issue if i update juju-sync-charm with the --delete flag?

@chuckbutler Could we use this flag or the vendor application?

@mbruzek completely different underlying components. vendor doesn't use rsync, but a directory-diff python module.