forked from msvsphere/leapp-repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Arkady L. Shane
3240f572cb
|
9 months ago | |
---|---|---|
.copr | 9 months ago | |
.github | 9 months ago | |
.travis | 9 months ago | |
commands | 9 months ago | |
docs | 9 months ago | |
etc/leapp | 9 months ago | |
packaging | 9 months ago | |
repos | 9 months ago | |
utils | 9 months ago | |
.gitignore | 9 months ago | |
.gitlab-ci.yml | 9 months ago | |
.isort.cfg | 9 months ago | |
.packit.yaml | 9 months ago | |
.pylintrc | 9 months ago | |
.travis.yml | 9 months ago | |
CONTRIBUTING.md | 9 months ago | |
LICENSE | 9 months ago | |
Makefile | 9 months ago | |
README.md | 9 months ago | |
conftest.py | 9 months ago | |
pytest.ini | 9 months ago | |
requirements.txt | 9 months ago | |
setup.cfg | 9 months ago |
README.md
Before doing anything, please read Leapp framework documentation.
Troubleshooting
Where can I report an issue or RFE related to the framework or other actors?
-
GitHub issues are preferred:
- Leapp framework: https://github.com/oamg/leapp/issues/new/choose
- Leapp actors: https://github.com/oamg/leapp-repository/issues/new/choose
-
When filing an issue, include:
- Steps to reproduce the issue
- All files in /var/log/leapp
- /var/lib/leapp/leapp.db
- journalctl
- If you want, you can optionally send anything else would you like to provide (e.g. storage info)
For your convenience you can pack all logs with this command:
# tar -czf leapp-logs.tgz /var/log/leapp /var/lib/leapp/leapp.db
Then you may attach only the leapp-logs.tgz
file.
Where can I seek help?
We’ll gladly answer your questions and lead you to through any troubles with the actor development.
You can reach us at IRC: #leapp
on Libera.Chat.