[hello-world-addon] Adapt the HelloWorld addon to changes in Anaconda

Vratislav Podzimek vpodzime at redhat.com
Tue Jan 6 16:29:26 UTC 2015


Sending just to let you guys know what needs to be changed in the addons in case
somebody asks.

Vratislav Podzimek (4):
  Adapt to unified GUI+TUI categories
  Adapt to new way to get target root path
  Adapt to new way lightboxing works in anaconda
  Update the .glade file for the HelloWorld spoke

 org_fedora_hello_world/categories/__init__.py      |  1 +
 org_fedora_hello_world/categories/hello_world.py   | 40 ++++++++++++++++++++++
 org_fedora_hello_world/gui/categories/__init__.py  |  1 -
 .../gui/categories/hello_world.py                  | 40 ----------------------
 .../gui/spokes/hello_world.glade                   |  8 ++---
 org_fedora_hello_world/gui/spokes/hello_world.py   |  5 ++-
 org_fedora_hello_world/ks/hello_world.py           |  4 +--
 org_fedora_hello_world/tui/spokes/hello_world.py   | 10 +++---
 8 files changed, 54 insertions(+), 55 deletions(-)
 create mode 100644 org_fedora_hello_world/categories/__init__.py
 create mode 100644 org_fedora_hello_world/categories/hello_world.py
 delete mode 100644 org_fedora_hello_world/gui/categories/__init__.py
 delete mode 100644 org_fedora_hello_world/gui/categories/hello_world.py

-- 
2.1.0



More information about the anaconda-patches mailing list