--- wikisrc/users/wiz/wip-migration.mdwn 2015/08/11 14:30:46 1.3 +++ wikisrc/users/wiz/wip-migration.mdwn 2015/08/31 20:29:56 1.11 @@ -2,14 +2,7 @@ ## convert repository -- get list of committers - - sourceforge user name => Full Name (possible mostly from commit emails) - and email address (ask on pkgsrc-users). - - asked in [http://mail-index.netbsd.org/pkgsrc-users/2015/08/11/msg021991.html] - - [authors list started here|http://wiki.netbsd.org/users/wiz/authorslist/] +- get list of committers (ongoing, cut-off date is September 15) how to use authors list: see e.g. reposurgeon(1) "ARTIFACT REMOVAL" section, "authors" keyword @@ -19,30 +12,15 @@ add a new script with an error message (indicating the new repository location) and exit 1, and use it as verifymsg script for the wip - tree. See e.g. [here|http://stackoverflow.com/questions/1857101/use-the-commit-message-in-a-cvs-pre-commit-hook] + tree. See e.g. [[here|http://stackoverflow.com/questions/1857101/use-the-commit-message-in-a-cvs-pre-commit-hook]] ## git setup -- set up git server (SSH) - -- set up HTTP server for repository - - but which? - - git serve(r) - - cgit - - gitolite - -- add user accounts - - ask for SSH keys on pkgsrc-users, and update htdocs-wip - -- add script that generates commit emails - -- add script that checks no new branches are created +- check no new tags are created -- add script that complains about pulling without -r? +- add SSL support - like libreoffice does if you have local commits +- add IPv6 support ## sourceforge shutdown @@ -50,12 +28,11 @@ - clean up htdocs-wip - make htdocs-wip a redirect to a wip page in the wiki + make htdocs-wip a redirect to [[wip-users]] and link the new location -## various +## documentation -- snapshots +- how to rebase - are they still necessary or is the 'download tar.gz' button enough - (does it even exist in plain git?) +- what else?