import: rename download code from "import" to "pull"
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2015 16:07:12 +0000 (17:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2015 23:59:37 +0000 (00:59 +0100)
commitdc2c282b6aac820a3c27d8a7a68c0386300db663
tree24928f6aa6130636cc5489ddbc0152222928b767
parentcc22955cfefb4bd6e7a135f1ec95fb5a07ba9ce3
import: rename download code from "import" to "pull"

That way we can call the code for local container/VM imports "import"
without confusion.
22 files changed:
Makefile.am
src/import/import-common.c [deleted file]
src/import/import-common.h [deleted file]
src/import/import-dkr.c [deleted file]
src/import/import-dkr.h [deleted file]
src/import/import-job.c [deleted file]
src/import/import-job.h [deleted file]
src/import/import-raw.c [deleted file]
src/import/import-raw.h [deleted file]
src/import/import-tar.c [deleted file]
src/import/import-tar.h [deleted file]
src/import/pull-common.c [new file with mode: 0644]
src/import/pull-common.h [new file with mode: 0644]
src/import/pull-dkr.c [new file with mode: 0644]
src/import/pull-dkr.h [new file with mode: 0644]
src/import/pull-job.c [new file with mode: 0644]
src/import/pull-job.h [new file with mode: 0644]
src/import/pull-raw.c [new file with mode: 0644]
src/import/pull-raw.h [new file with mode: 0644]
src/import/pull-tar.c [new file with mode: 0644]
src/import/pull-tar.h [new file with mode: 0644]
src/import/pull.c