-
Probably it could be usefull such function in API, which could be used for adding packages on the list of the kickstart file for installation of specific packages, which will not be installed by defau…
-
It would be really useful to provide a binary for kickstart generation instead of
```
preupg --kickstart
```
We have more chance to add a lot of options which would be useful for administrators.
lik…
-
``` python
Traceback (most recent call last):
File "/usr/bin/preupg", line 33, in ?
sys.exit(main())
File "/usr/bin/preupg", line 20, in main
ret = app.run()
File "/usr/lib/python2.4/sit…
-
After some my modifications in common.sh there are changes between API for shell and python. This should be fixed before next release.
-
We need add new directory, which separate scripts that will be executed/run only by user. E.g. installation of another packages after all needed repositories are available, etc. For now it can be some…
-
Changes in API were not backported to rhel-5
-
It's due to different style of section [home_directories], which is not really INI type.
``` python
Traceback (most recent call last):
File "", line 8, in ?
from preup.script_api import *
Fil…
-
Preupgrade-assistant should delivered a command line tool which will helps with content creation.
The tool can ask user for specific parts and at the end user will see the content with all relevant f…
-
find_solution_txt functionality should be enhanced so that it will use report_parser.get_solution_files.
-
PA should provide option --version, simly because it's good habit have something for print of version of used application.