-
Python3 was announced for Fedora23 as default, however /usr/bin/python will be still for Python2. As I read we shouldn't use shebang "#! /usr/bin/python" in our application, so we will do some haraki…
-
There comes a problem when there are more module sets than one (say RHEL5_7 and my_custom5_7) in /usr/share/preupgrade. The using the --list-rules, Preupgrade Assistant suggests to use -s option to ch…
-
preupgrade assistant did a huge refactoring.
Class is available in preupg instead of preup.
Modify calling of preupgrade assistant API
-
When modules are missing, preupg shows message about it. The message has broken formatting, though:
[0 root@qeos-244 preupgrade-assistant]# preupg
No handlers could be found for logger "p…
-
Preupg assessments system and generates report in XML file.
Either new binary or new option in preupg called `--diff` should be able to compare two or more reports and provides differences.
Be caref…
-
We have modified manual page by Pull Request #192 .
Unfortunately exit 1 is also return values caused by tracebacks.
We should detect tracebacks caused by exceptions like IndexError, ValueError and …
-
I have specified the option --results-dir in Dockerfile and I have expected that
the output of rebase-helper will be stored there.
Unfortunately rebase-helper also expects in the directory all pac…
-
Sometimes github servers don't send _Content-length_ header in a HTTP response and rebase-helper fails with `The file has zero size`.
I don't have a solid reproducer, but I noticed it usually happens…
-
I would be useful to enable Travis-CI for Preupgrade-Assistant.
Branch travis-ci is going to be used for it.
-
UNKNOWN exit status will not be supported any more.
We will use only ERROR which is similar.