2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b72c417510 | |||
| e811b2dc14 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| b72c417510 |
cmds.posix.CmdCopy: Support platform macros
Expand platform macros (as in %{codename}) in the src and dst command arguments. Expansion can be turned off by -F --fixed-strings. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e811b2dc14 |
cmds.posix.CmdCopy: Add module
Add CmdCopy, designed to copy data from the filesystem to another location in the filesystem. Not necessarily local file systems, the URLs can be all URLs supported by ExecContext.run(). Signed-off-by: Jan Lindemann <jan@janware.com> |