2017-05-18 23:53 GMT+02:00 Matthew Miller <mattdm@fedoraproject.org>:
On Thu, May 18, 2017 at 11:21:33AM -0700, Adam Williamson wrote:
> image to test with. This isn't actually super hard, though you do need
> somewhere to host a repository via HTTP (unless there's a way to pass a
> local repo to lorax that I don't know about). Create a repo with the

Lorax takes file:/// URLs.

I confirm that file URL works.
Make the directory a repomd repository with: "createrepo -v /var/tmp/repo" (/var/tmp/repo contains some RPMs)
Then issue the command
sudo lorax -p Fedora -v 26 -r 26 -s https://kojipkgs.fedoraproject.org/compose/branched/Fedora-26-20170518.n.0/compose/Everything/x86_64/os/ -s file:///var/tmp/repo ./results

Thanks. There is always something to learn.
A.