version 1.10, 2015/08/25 13:31:59
|
version 1.13, 2015/08/31 20:47:52
|
Line 2
|
Line 2
|
|
|
## convert repository |
## convert repository |
|
|
- get list of committers |
- get list of committers -- cut-off date is September 15 |
|
|
sourceforge user name => Full Name (possible mostly from commit emails) |
sourceforge user name => Full Name (possible mostly from commit emails) |
and email address (ask on pkgsrc-users). |
and email address (asked on pkgsrc-users, tech-pkg (twice each), netbsd-announce, blog.netbsd.org). |
|
|
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/]] |
[[authors list started here|http://wiki.netbsd.org/users/wiz/authorslist/]] |
|
|
Line 23
|
Line 21
|
|
|
## git setup |
## git setup |
|
|
|
- add check that no new tags are created |
|
|
|
- can we include the pusher in the commit emails? |
|
|
|
- add SSL support |
|
|
|
- add IPv6 support |
|
|
|
### DONE |
|
|
- set up git server (SSH) -- done |
- set up git server (SSH) -- done |
|
|
- set up HTTP server for repository -- done (gitweb) |
- set up HTTP server for repository -- done (gitweb) |
Line 35
|
Line 43
|
|
|
- add script that generates commit emails -- done |
- add script that generates commit emails -- done |
|
|
- improve script that generates commit emails: subject should contain useful path |
- improve script that generates commit emails: subject should contain useful path -- done |
|
|
- add script that checks no new branches are created -- done |
after discussions we decided to use git standards instead: first block of commit in subject |
|
|
- add script that checks no new tags are created |
- add script that checks no new branches are created -- done |
|
|
- add SSL support |
|
|
|
- add IPv6 support |
|
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
Line 56
|
Line 61
|
|
|
## documentation |
## documentation |
|
|
|
- how to rebase |
|
|
|
- what else? |
|
|
|
### DONE |
|
|
- how users should set up their global git config -- done |
- how users should set up their global git config -- done |
|
|
- how to pull -- done |
- how to pull -- done |
|
|
- how to push -- done |
- how to push -- done |
|
|
- how to rebase |
|
|
|
- what else? |
|
|
|
## various |
## various |
|
|
|
### DONE |
|
|
- snapshots -- done (webgit) |
- snapshots -- done (webgit) |