Comment 14 for bug 1278369

Revision history for this message
Matt Bruzek (mbruzek) wrote :

Hey Joshua,

I forgot to mention that running our lint tool "charm proof" against the charm showed one error:
$ charm proof
E: revision file contains non-numeric data

The revision file was used for internal Juju processing many releases ago and was meant to contain a single integer number. The file is now deprecated and no longer needed. I would highly recommend removing the file entirely that would fix this error in charm proof.

Thanks again!