This repository has been archived on 2021-01-28 . You can view files and clone it, but cannot push or open issues or pull requests.
15dec56422ea61e43349ba1749e67840bd695ac9
Gitlab to Gitea migration script.
This script uses the Gitlab and Gitea API's to migrate all data from Gitlab to Gitea.
This script support migrating the following data:
- Repositories & Wiki (fork status is lost)
- Milestones
- Labels
- Issues (no comments)
- Users (no profile pictures)
- Groups
- Public SSH keys
Usage
Change items in the config section of the script.
Install all dependencies via python -m pip install -r requirements.txt
and
use python3 to execute the script.
Description
Gitlab to Gitea migration script. Moved to Github!
https://github.com/h44z/gitlab_to_gitea
v1.0 - Initial release
Latest
Languages
Python
100%