Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import tickets from SourceForge #36

Open
highperformancecoder opened this issue Nov 4, 2016 · 2 comments
Open

Import tickets from SourceForge #36

highperformancecoder opened this issue Nov 4, 2016 · 2 comments

Comments

@highperformancecoder
Copy link
Owner

No description provided.

@highperformancecoder
Copy link
Owner Author

If we're going to use Projects, then we'll need to import our existing tickets

@Russell-Jones
Copy link

I've not tried it, but I guess you could use https://github.com/cmungall/gosf2github

From reading https://raw.githubusercontent.com/cmungall/gosf2github/master/README.md it looks like you need to:

git clone https://github.com/cmungall/gosf2github.git

Export tickets at https://sourceforge.net/p/minsky/admin/export and save as minsky-sf-export.json

Create and get an OAuth token for GitHub:
https://github.com/settings/tokens

Get GitHub details for the script:
curl -H "Authorization: token YOUR-TOKEN-HERE" https://api.github.com/repos/highperformancecoder/minsky/collaborators > minsky-collab.json

curl -H "Authorization: token YOUR-TOKEN-HERE" https://github.com/highperformancecoder/go-site/blob/master/metadata/users_sf2gh.json > users_sf2gh.json

Put the tickets on GitHub:
./gosf2github.pl -a highperformancecoder -u users_sf2gh.json -c minsky-collab.json -r highperformancecoder/minsky -t YOUR-TOKEN-HERE minsky-sf-export.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants