Support downloading from local repository even without libcurl
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 9 Oct 2014 16:27:41 +0000 (17:27 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Thu, 9 Oct 2014 16:27:41 +0000 (17:27 +0100)
commit8802fc72ca7a6b8f88382e9b74ba760f1c0512c2
tree3d59671aaad3f3d464fdf8ad65b40855a81d8653
parent6e251119046acab916e67af4775c3f13151861ff
Support downloading from local repository even without libcurl

Using the --url option of the razor executable, it is possible
to specify a yum repository on the local machine (eg., on installation
media) and import from there, eg.,:

C> razor --url file:///d:/ import-yum

This will be handled by libcurl if available but if not, an internal
copy routine will be used.

Note that if Microsoft's KTM implementation of atomic transactions is
used, then the current directory must support atomic transactions
(also improve error messages for this, and other, cases).
Makefile.am
configure.ac
librazor/Makefile.am
librazor/error.c
librazor/test-lua.c
librazor/types/Makefile.am
librazor/util.c
src/Makefile.am
src/import-yum.c
src/main.c