Update README.md
This commit is contained in:
parent
c8e7a2f7f5
commit
df0e131ae7
1 changed files with 4 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
||||||
# BitBucket to Gitea migration tool.
|
# BitBucket to Gitea migration tool.
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
Using BitBucket API we're getting repos, project of this repo, description and clone link.
|
Simple script for all repos migration from BitBucket to Gitea.
|
||||||
Then, using Gitea API, creating organizations(gitea has no projects, but organizations replacing it fully), then starting migration for each repo from BitBucket.
|
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
* Create authentification token in bitbucket
|
* Create authentification token in bitbucket
|
||||||
|
|
@ -19,3 +18,6 @@ migrationPassword='password'
|
||||||
|
|
||||||
run with
|
run with
|
||||||
```python3 main.py```
|
```python3 main.py```
|
||||||
|
|
||||||
|
## Problems and logging
|
||||||
|
See migration.log, that will be created on script run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue