summaryrefslogtreecommitdiffstats
path: root/pyanaconda/ui/gui/tools/run-spoke.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-2/+2
|
* Move tsort, platform, and baseudev into storage.David Lehman2013-01-281-3/+1
| | | | Merge baseudev into storage.udev.
* Update run-spoke to use pathsMartin Sivak2012-12-171-1/+12
|
* Merge master into newtuiMartin Sivak2012-08-061-1/+0
|\
| * Remove backend_logBrian C. Lane2012-08-021-1/+0
| | | | | | | | | | | | The second instance of rsyslog is not needed, and it interferes with virtio logging. The yum and rpm file io logging will be dealt with in another patch.
* | Fix bits and pieces to make TUI hub and spoke model work + example Hub and ↵Martin Sivak2012-08-061-4/+3
|/ | | | Password spoke
* Improve run-spoke and related files so we can use overrides directly from ↵Martin Sivak2012-05-241-1/+11
| | | | anaconda sources for testing
* make run-spoke run also Standalone and Personalization spoke screensMartin Sivak2012-05-241-2/+2
|
* Merge run-hub with run-spoke as the code was almost identicalMartin Sivak2012-05-241-14/+26
| | | | | | | | | | To start hub use the following command: make runhub HUB_MODULE=summary or make runhub HUB_MODULE=summary HUB_CLASS=SummaryHub
* Improve the runspoke.py tool and make it callable from makeMartin Sivak2012-05-241-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make runspoke SPOKE_MODULE=source or make runspoke SPOKE_MODULE=source SPOKE_CLASS=InstallSource - runspoke now accepts the name of the module containing the spoke the user wants to run on command line and will find the spoke automatically - as an optional second argument, the script accepts the name of the spoke class - install classes and gi introspection files are looked for in anaconda sources first, so there is no need to install the anaconda-widgets package to the system - anaconda should use ANACONDA_DATA, ANACONDA_WIDGETS_DATA and ANACONDA_INSTALL_CLASSES env variables to look for data files if those variables are defined - there was a circular dependency between yuminstall, backend and kickstart modules, which caused import yuminstall to fail, because: yuminstall called backend, which called kickstart, which requested NoSuchGroup from yuminstall. NoSuchGroup was present in the source, but much later, so it hadn't been evaluated yet and the import failed with missing symbol error.
* All UI objects need to take a Storage instead of a DeviceTree.Chris Lumens2012-03-201-2/+1
| | | | | | We're going to need to do this for the advanced partitioning stuff anyway, and now it looks like we'll need a Storage to do a reset on the base repo when it's changed in the source spoke. Might as well make the change now.
* Make the base UI classes take a payload instance, just like they do devicetree.Chris Lumens2012-02-281-1/+6
|
* And then rename setup to refresh.Chris Lumens2012-02-101-1/+1
| | | | | I think that's a better description of what the method actually does. Hopefully I'll be able to keep everything straight.
* Rename the populate method to initialize.Chris Lumens2012-02-101-1/+1
| | | | | | I can't keep "populate" and "setup" straight in my head since they sound like they should do the exact same things. This is the first step in straightening out the mess.
* Pass ksdata and platform to Storage from run-spoke.py and run-hub.py.David Lehman2012-02-091-3/+4
|
* Call initThreading in run-* instead of using GObject.Chris Lumens2012-01-261-3/+4
| | | | | | This is a more sensible version of what I'd previously pushed, which allows me to put more stuff into initThreading that the tools can make use of. I'm apparently going to need to do that for exception handling.
* Make sure to initialize threading in the run-* tools, too.Chris Lumens2012-01-261-1/+3
| | | | This is for all the same reasons as 6aa9d782ee36000972b17ab5ca5245bda57b687b.
* only StandaloneSpokes have the register_event_cb methodVratislav Podzimek2012-01-161-2/+3
|
* Add a testing flag to allow limited use as non-root.David Lehman2012-01-141-0/+1
| | | | | This reverts commit 7b909ceb20402d18fb8a8bdb6aad1c51c35db30c. This reverts some of commit 0b30b8ec7ec3c4dbde75da70d0445194ce22e266.
* Fix run-spoke up to work with StandaloneSpokes.Chris Lumens2012-01-141-1/+4
|
* Add tools that are useful in working on the GUI. These are not installed.Chris Lumens2011-12-091-0/+55