https://github.com/suse/suse-migration-services
https://github.com/suse/suse-migration-services
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/suse/suse-migration-services
- Owner: SUSE
- License: gpl-3.0
- Created: 2018-10-09T12:28:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-05T11:05:35.000Z (2 months ago)
- Last Synced: 2025-05-05T12:22:39.675Z (2 months ago)
- Language: Python
- Size: 842 KB
- Stars: 7
- Watchers: 11
- Forks: 13
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Distribution Migration System
=============================.. |GitHub Action Unit Types| image:: https://github.com/SUSE/suse-migration-services/actions/workflows/ci-testing.yml/badge.svg
:target: https://github.com/SUSE/suse-migration-services/actions
.. |Doc| replace:: `Documentation `__|GitHub Action Unit Types|
**Migrate a SUSE distribution from 12 to 15 with DMS**
Contents
--------* |Doc|
* Contributing.. _contributing:
Contributing
============The Python project uses `poetry` to setup a development environment
for the desired Python version. To get into a development shell
call:.. code:: bash
$ poetry shell
In order to leave the development mode just call:
.. code:: bash
$ exit