Skip to content
Snippets Groups Projects
Commit 9f7b98eb authored by Donghee Kang's avatar Donghee Kang
Browse files

Update file README.md

parent ea06a2af
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,10 @@
Useful python migration tools
Author : Donghee Kang
E-mail : donghee.kang@kit.edu
Author: Donghee Kang, donghee.kang@kit.edu.
Felix Dörre, felix.doerre@kit.edu
 
## Requirement
......@@ -16,7 +18,7 @@ Use pip to install the latest stable version of python-gitlab
 
## 1. Group "my_group" on pilot gitlab -> Group "my_group" on new GitLab at KIT
## 1. **Group** from pilot gitlab to new GitLab at KIT
Usage: migration_group_export_import.py
1. add your personal access token (PAT) getting from the source and target gitlab both.
......@@ -35,9 +37,12 @@ Procedure:
2. Download exported files to the local directory `"{PWD}/exported_files"`
3. Importing the exported files to the target gitlab on `"kit/institute/my_group"`
<img src="./Figure/Migration_structure.png" width="400" height="400">
&nbsp;
## 2. Exported Project Files -> Group "my_group" on new GitLab at KIT
## 2. Exported project files transfer to the Group on new GitLab at KIT
Usage: migration_group_import_only.py
1. add your personal access token (PAT) getting from the target gitlab only.
2. define a set of exported files, that are located under the local directory `"{PWD}/exported_files"`
......@@ -57,7 +62,7 @@ Procedure:
&nbsp;
## 3. Project "my_project" on pilot gitlab -> Project "my_project" on new GitLab at KIT
## 3. **Project** from pilot gitlab to new GitLab at KIT
Usage: migration_project_export_improt.py
1. add your personal access token (PAT) getting from the source and target gitlab both.
......@@ -77,5 +82,3 @@ Procedure:
2. Download exported file to the local directory `"{PWD}/exported_files"`
3. Importing the exported file to the target gitlab on private namesapce `"firstname.lastname"`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment