Code review comment for lp:~hazmat/pyjuju/proposed-support

Revision history for this message
Clint Byrum (clint-fewbar) wrote :

Hi Kapil, this is great! Except one thing:

124 + if self._origin == PROPOSED:
125 + return ["deb $MIRROR $RELEASE-proposed main"]

Juju is not in 'main' yet. You'll need to enable universe as well. You can do so by adding just 'universe' as a word after 'main'.

Once that is done, +1!

review: Needs Fixing

« Back to merge proposal