lp:~smoser/cloud-init/finalcmd

Created by Scott Moser and last modified
Get this branch:
bzr branch lp:~smoser/cloud-init/finalcmd
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Scott Moser
Project:
cloud-init
Status:
Merged

Recent revisions

735. By Scott Moser

use os.devnull [trivial]

734. By Scott Moser

add sleep, allow errno '3' (ESRCH) on the open of /proc/pid/cmdline

The sleep is added here simply to not completely spin cpu on waiting
for the parent pid to die.

the allowing of errno 3 is because I was getting this. I dont have
a perfect explanation, but I suspect that the 'open' was actually
getting this back from the /proc filesystem after the pid had died.
Possibly in the window between when the 'open' was done and the 'read()'
was done.

733. By Scott Moser

clean up exit to single function call

732. By Scott Moser

fix read of /proc/cmdline

731. By Scott Moser

merge from trunk

730. By Scott Moser

implement power_state with tests.

729. By Scott Moser

pep8 and pylint

728. By Scott Moser

rename module 'finalcmd' to power-state-change

727. By Scott Moser

merge from trunk

726. By Scott Moser

pass execmd a list, not tuple or string

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~cloud-init-dev/cloud-init/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers