version 1.11, 2015/08/31 20:29:56
|
version 1.12, 2015/08/31 20:46:16
|
Line 2
|
Line 2
|
|
|
## convert repository |
## convert repository |
|
|
- get list of committers (ongoing, cut-off date is September 15) |
- get list of committers |
|
|
|
sourceforge user name => Full Name (possible mostly from commit emails) |
|
and email address (ask on pkgsrc-users). |
|
|
|
[[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 16
|
Line 21
|
|
|
## git setup |
## git setup |
|
|
- check no new tags are created |
- add check that no new tags are created |
|
|
|
- can we include the pusher in the commit emails? |
|
|
- add SSL support |
- add SSL support |
|
|
- add IPv6 support |
- add IPv6 support |
|
|
|
### DONE |
|
|
|
- set up git server (SSH) -- done |
|
|
|
- set up HTTP server for repository -- done (gitweb) |
|
|
|
- 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 script that generates commit emails -- done |
|
|
|
- improve script that generates commit emails: subject should contain useful path -- done |
|
|
|
after discussions we decided to use git standards instead: first block of commit in subject |
|
|
|
- add script that checks no new branches are created -- done |
|
|
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
- shut down remaining mailing lists |
- shut down remaining mailing lists |
Line 36
|
Line 64
|
- how to rebase |
- how to rebase |
|
|
- what else? |
- what else? |
|
|
|
### DONE |
|
|
|
- how users should set up their global git config -- done |
|
|
|
- how to pull -- done |
|
|
|
- how to push -- done |
|
|
|
## various |
|
|
|
### DONE |
|
|
|
- snapshots -- done (webgit) |