summaryrefslogtreecommitdiff
path: root/src/import/pull-job.c
Commit message (Collapse)AuthorAge
* importd: add new bus calls for importing local tar and raw imagesLennart Poettering2015-03-05
| | | | | | | | This also adds "machinectl import-raw" and "machinectl import-tar" to wrap these new bus calls. THe commands basically do for local files that "machinectl pull-raw" and friends do for remote files.
* import: split out compression logic, so that we can share it with between ↵Lennart Poettering2015-03-05
| | | | import and pull calls
* import: rename download code from "import" to "pull"Lennart Poettering2015-03-05
That way we can call the code for local container/VM imports "import" without confusion.