lp:~rcj/charm-helpers/lp1361463

Created by Robert C Jennings and last modified
Get this branch:
bzr branch lp:~rcj/charm-helpers/lp1361463
Only Robert C Jennings can upload to this branch. If you are Robert C Jennings please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Robert C Jennings
Project:
Charm Helpers
Status:
Development

Recent revisions

198. By Robert C Jennings

Fix host.mkdir() when directory exists, improve logging (lp:1361463)

This fixes two related issues in mkdir().

1 - If the directory exists and force is False, the log will contain a
    message that the directory was created, nothing else. Fix this
    by logging a message that an entry was found and not clobbered; this
    should help with failure analysis.
2 - If the path to create is a file and force is True, the existing
    entry is unlinked but the directory is never created. This results
    in an OSError exception when mkdir() attempts to os.chown() the
    non-existent entry. Fix this by calling os.makedirs() after os.unlink()

197. By Charles Butler

  Cory Johns 2014-08-18 Added narrative docs for services framework

196. By Stuart Bishop

[stub] Allow add_source and configure_sources to add GPG keys securely

195. By Liam Young

[gnuoy,r=tribaal] Add helper to perform relation set and store the dict in the peer db. These functions will be used to address Bug #1355848

194. By James Page

[gnuoy,r=james-page] Ensure source package cache is also held in memory to prevent races

193. By Benjamin Saller

Merge ipv6 support for trunk

192. By Charles Butler

  Tim Van Steenburgh 2014-08-05 Sync docs with recent branches

191. By Charles Butler

  Cory Johns 2014-08-05 Fixed documentation typos, per review
  Cory Johns 2014-07-10 Cleanup based on review
  Cory Johns 2014-07-09 Added services framework

190. By Charles Butler

  Christopher Glass 2014-07-31 Removed jujugui code. The code was not using common charmhelprs mecha...

189. By Charles Butler

  Christopher Glass 2014-08-01 Added documentation to hahelpers.cluster.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:charm-helpers
This branch contains Public information 
Everyone can see this information.