-
The empty string is processed as file. Also the backtick looks weird in the case on 2nd line.
```
preupg.log.WARNING: The file mentioned in the configuration file does not exist.
/hana/shared/RH…
-
The configuration files are stored outside of dirtyconf and cleanconf directories and do not see they are really used in the end (maybe I overlooked something). Review this module better. And probably…
-
This is part of a greater change that needs to be done in all three codebases in 3 stages:
* [ ] 1. preupgrade-assistant-modules ([#31][s1]),
* [ ] 2. preupgrade-assistant ([#335][s2]),
* […
-
In /Tools we are going to add some graphics to Systems Management to make it more visible.
-
PA doesn't provide API to work with all directories which are part of the tarball and
have special usability for modules.
-
The line below contains extended regular expression which is parsed as basic reular expression. Unless the `+` char should be evaluated as the `+` char, use the `-E` option or fix the regex.
https:…
-
I use the term upgrade for the major version and update for the minor version.
I am trying to upgrade from 6.9 to 7.4. We have set up a local repository to do the latest update of 6.9
I copy t…
-
Different names & paths for 32b rpm. Detail description here: https://bugzilla.redhat.com/show_bug.cgi?id=1563407
-
The post-upgrade script uses as input for the semanage commane lines from the file `semanage_export`. But the error occurs during post-upgrade phase when the file contains line as below:
```
fcont…
-
# Synopsis
It is proposed to create a more modular architecture for the LeApp CLI, using dataflow-based programming concepts and frameworks. Modules in this architecture are called Actors. This infra…