New: [rhinstaller/anaconda/pulls/438 master] Make it possible to run ./anaconda from git

atodorov installerbot-noreply at redhat.com
Wed Nov 4 15:38:48 UTC 2015


Several minor fixes which make it possible to execute ./anaconda from the git checkout without having anaconda RPMs installed on the system. This is strictly for testing purposes. I intend to refactor the Dogtail tests to use `anaconda --image` instead of a VM. 

If you want to play with it you have to add something like this in Makefile.am:

```
runanaconda:
       ANACONDA_DATA=$(abs_srcdir)/data \
       ANACONDA_WIDGETS_OVERRIDES=$(abs_srcdir)/widgets/python \
       ANACONDA_WIDGETS_DATA=$(abs_srcdir)/widgets/data \
       ANACONDA_INSTALL_CLASSES=$(abs_srcdir)/pyanaconda/installclasses \
       PYTHONPATH=$(abs_srcdir):$(abs_builddir)/pyanaconda/isys/.libs:$(abs_srcdir)/widgets/python/:$(abs_builddir)/widgets/src/.libs/ \
       LD_LIBRARY_PATH=$(abs_builddir)/widgets/src/.libs \
       UIPATH=$(abs_srcdir)/pyanaconda/ui/gui/ \
       GI_TYPELIB_PATH=$(abs_builddir)/widgets/src/ \
       GLADE_CATALOG_SEARCH_PATH=$(abs_srcdir)/widgets/glade \
       GLADE_MODULE_SEARCH_PATH=$(abs_builddir)/widgets/src/.libs \
       $(abs_srcdir)/anaconda -G --dirinstall /var/tmp/anaconda-install/
```
-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/438


More information about the anaconda-patches mailing list