index
:
vyos-cloud-init.git
circinus
crux
current
equuleus
mergify/bp/circinus/pr-78
mergify/bp/circinus/pr-85
mergify/bp/sagitta/pr-78
sagitta
(mirror of https://github.com/vyos/vyos-cloud-init.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cloudinit
/
helpers.py
Age
Commit message (
Collapse
)
Author
2012-06-19
1. When running, return the function results as well as a boolean that ↵
Joshua Harlow
stated if it ran.
2012-06-16
Add comment as to why we need to check for none/empty later when fetching an ↵
Joshua Harlow
ipath.
2012-06-16
Content handlers does not need the paths variable anymore so removed that.
Joshua Harlow
2012-06-16
1. Remove content handler iid param, not used.
Joshua Harlow
2. Ensure if iid is found that it is converted to a string before path joining.
2012-06-15
Fixups to ensure that pylint does not find anything major wrong.
Joshua Harlow
2012-06-15
1. Handle returning values from handlers better.
Joshua Harlow
2. Throw lock specific exception when semaphores can't be obtained 3. Make the paths constructor config variable named better to its actual usage.
2012-06-11
Rename sem class to file sem class, add clear_all methods, add empty methods ↵
Joshua Harlow
to dummy sem class.
2012-06-11
Fix log statement.
Joshua Harlow
2012-06-11
Move paths to here, since it also qualifies.
Joshua Harlow
2012-06-11
All main stage helpers go here, ie semaphores, handler registrys, runners...
Joshua Harlow