version 1.8, 2015/08/24 07:07:45
|
version 1.11, 2015/08/31 20:29:56
|
Line 2
|
Line 2
|
|
|
## convert repository |
## convert repository |
|
|
- get list of committers |
- get list of committers (ongoing, cut-off date is September 15) |
|
|
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/]] |
|
|
|
how to use authors list: see e.g. reposurgeon(1) "ARTIFACT REMOVAL" section, "authors" keyword |
how to use authors list: see e.g. reposurgeon(1) "ARTIFACT REMOVAL" section, "authors" keyword |
|
|
Line 23
|
Line 16
|
|
|
## git setup |
## git setup |
|
|
- set up git server (SSH) -- done |
- check no new tags are created |
|
|
- set up HTTP server for repository |
|
|
|
but which? |
|
- git serve(r) |
|
- cgit |
|
- gitolite |
|
|
|
- add user accounts |
|
|
|
ask for SSH keys on pkgsrc-user |
|
|
|
done in [[http://mail-index.netbsd.org/pkgsrc-users/2015/08/21/msg022059.html]] |
- add SSL support |
|
|
- add script that generates commit emails -- done |
- add IPv6 support |
|
|
- add script that checks no new branches are created -- done |
|
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
Line 53
|
Line 33
|
|
|
## documentation |
## documentation |
|
|
- how users should set up their global git config -- done |
|
|
|
- how to pull -- done |
|
|
|
- how to push -- done |
|
|
|
- how to rebase |
- how to rebase |
|
|
- what else? |
- what else? |
|
|
## various |
|
|
|
- snapshots |
|
should the snapshots include .git? Doesn't seem worth it. |
|