So I have been seeing the 'No Repositories Available' message also, but I only seem to have the problems when using livecd-creator.  Revisor seems to work ok.

I am trying to build from a local repository only and I see errors from the CLI tool like this:

No Repositories Available to Set Up
  Installing: fedora-livecd                ######################### [1/2]
  Installing: fedora-livecd-gnome          ######################### [2/2]
Traceback (most recent call last):
  File "/usr/bin/livecd-creator", line 1088, in <module>
    sys.exit(main())
  File "/usr/bin/livecd-creator", line 1069, in main
    target.install()
  File "/usr/bin/livecd-creator", line 872, in install
    self.configureSystem()
  File "/usr/bin/livecd-creator", line 646, in configureSystem
    f = open("%s/etc/sysconfig/i18n" %(instroot,), "w+")
IOError: [Errno 2] No such file or directory: '/var/tmp/livecd-creator-k8baXl/install_root/etc/sysconfig/i18n'

i finally got the thing to only use local repos once i modified my /etc/yum.repos.d directory, otherwise revisor was always trying to dld' lots of packages.

i want to be able to do these from the command line.

regards,

timm