migrate gitlab to gogs tool
$ go get github.com/wayne666/gitlab2gs
gitlab2gs -config=/path/config.json
If "gitlabProjects" is empty, all projects will be migrated
{
"gitlabHost": "https://gitlab.com",
"gitlabApiPath": "/api/v3",
"gitlabUser": "username",
"gitlabPassword": "passwrod",
"gitlabToken": "xxxxx",
"gitlabProjects": ["project1", "project2"],
"gogsUrl": "gogs host url",
"gogsToken": "yyyyyy",
"gogsApiPath": "/api/v1"
}
Written by WayneZhou, cumtxhzyy[at]gmail.com
Copyright (c) 2016 WayneZhou. This library is free software; you can redistribute it and/or modify it.
I have learnt a lot from gitlab2gos, Thanks to ewoutp. I just add a field which can spcify projects you want to migrate.