version 1.4, 2015/08/11 14:31:38
|
version 1.14, 2015/08/31 22:42:18
|
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 |
|
|
- set up git server (SSH) |
- add check that no new tags are created |
|
|
|
- fix UTF-8 in committer's name (From:, body) |
|
|
|
- can we include the pusher in the commit emails? |
|
|
|
- add SSL support |
|
|
- set up HTTP server for repository |
- add IPv6 support |
|
|
but which? |
### DONE |
- git serve(r) |
|
- cgit |
- set up git server (SSH) -- done |
- gitolite |
|
|
- set up HTTP server for repository -- done (gitweb) |
|
|
- add user accounts |
- add user accounts |
|
|
ask for SSH keys on pkgsrc-users, and update htdocs-wip |
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 |
|
|
- add script that generates commit emails |
- improve script that generates commit emails: subject should contain useful path -- done |
|
|
- add script that checks no new branches are created |
after discussions we decided to use git standards instead: first block of commit in subject |
|
|
- add script that complains about pulling without -r? |
- add script that checks no new branches are created -- done |
|
|
like libreoffice does if you have local commits |
|
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
Line 50
|
Line 58
|
|
|
- clean up htdocs-wip |
- 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 |
and link the new location |
|
|
|
## documentation |
|
|
|
- how to rebase |
|
|
|
- what else? |
|
|
|
### DONE |
|
|
|
- how users should set up their global git config -- done |
|
|
|
- how to pull -- done |
|
|
|
- how to push -- done |
|
|
## various |
## various |
|
|
- snapshots |
### DONE |
|
|
are they still necessary or is the 'download tar.gz' button enough |
- snapshots -- done (webgit) |
(does it even exist in plain git?) |
|