3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94eee5c4bb | |||
| 0d6eeeadcf | |||
| 4f98fd6c78 |
Renamed from src/python/jw/pkg/lib/FileTransfer.py (Browse further)
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 94eee5c4bb |
lib.FileContext.put(): Add parameter "atomic"
Add the parameter "atomic" to put() / _put(). If instructs the implementation to take extra precautions to make sure the operation either succeeds or fails entirely, i.e. doesn't leave a broken target file behind. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0d6eeeadcf |
lib.FileContext.log_name: Beautify
Prepend the class name to .log_name. Not sure if that makes logs more legible, but we'll try it out for a while. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4f98fd6c78 |
lib.FileTransfer: Rename to FileContext
Rename class FileTransfer to FileContext because that's the better name. It's the base class of ExecContext and also a context. Signed-off-by: Jan Lindemann <jan@janware.com> |