version 1.2, 2015/08/10 17:00:37
|
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) |
how to use authors list: see e.g. reposurgeon(1) "ARTIFACT REMOVAL" section, "authors" keyword |
and email address (ask on pkgsrc-users). |
|
|
|
- convert |
- convert |
|
|
Line 13
|
Line 12
|
|
|
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) |
- check no new tags are created |
|
|
- set up HTTP server for repository |
- add SSL support |
|
|
but which? |
- add IPv6 support |
- git serve(r) |
|
- cgit |
|
- gitolite |
|
|
|
- add user accounts |
|
|
|
ask for SSH keys on pkgsrc-users, and update htdocs-wip |
|
|
|
- add script that generates commit emails |
|
|
|
- add script that checks no new branches are created |
|
|
|
- add script that complains about pulling without -r? |
|
|
|
like libreoffice does if you have local commits |
|
|
|
## sourceforge shutdown |
## sourceforge shutdown |
|
|
Line 44
|
Line 28
|
|
|
- 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 to rebase |
|
|
are they still necessary or is the 'download tar.gz' button enough |
- what else? |
(does it even exist in plain git?) |
|