version 1.2, 2015/08/10 17:00:37
|
version 1.9, 2015/08/25 09:33:51
|
Line 7
|
Line 7
|
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 (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 |
|
|
- convert |
- convert |
|
|
- close down CVS |
- close down CVS |
|
|
add a new script with an error message (indicating the new repository |
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 |
location) and exit 1, and use it as verifymsg script for the wip |
tree. See e.g. 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 |
## git setup |
|
|
- set up git server (SSH) |
- set up git server (SSH) -- done |
|
|
- set up HTTP server for repository |
- set up HTTP server for repository -- done (gitweb) |
|
|
but which? |
|
- git serve(r) |
|
- cgit |
|
- gitolite |
|
|
|
- add user accounts |
- add user accounts |
|
|
ask for SSH keys on pkgsrc-users, and update htdocs-wip |
ask for SSH keys on pkgsrc-user |
|
|
- add script that generates commit emails |
|
|
|
- add script that checks no new branches are created |
done in [[http://mail-index.netbsd.org/pkgsrc-users/2015/08/21/msg022059.html]] |
|
|
- add script that complains about pulling without -r? |
- add script that generates commit emails -- done |
|
|
like libreoffice does if you have local commits |
- add script that checks no new branches are created -- done |
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
Line 44
|
Line 43
|
|
|
- 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 |
|
|
## various |
## documentation |
|
|
- snapshots |
- how users should set up their global git config -- done |
|
|
|
- how to pull -- done |
|
|
|
- how to push -- done |
|
|
|
- how to rebase |
|
|
|
- what else? |
|
|
|
## various |
|
|
are they still necessary or is the 'download tar.gz' button enough |
- snapshots -- done (webgit) |
(does it even exist in plain git?) |
|