version 1.5, 2015/08/11 18:00:37
|
version 1.7, 2015/08/23 18:32:29
|
Line 23
|
Line 23
|
|
|
## 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 |
|
|
Line 34
|
Line 34
|
|
|
- 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 |
- add script that generates commit emails |
|
|
- add script that checks no new branches are created |
- add script that checks no new branches are created (done) |
|
|
- add script that complains about pulling without -r? |
- add script that complains about pulling without -r? |
|
|
Line 50
|
Line 52
|
|
|
- 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 |
## documentation |
|
|
- how users should set up their global git config |
- how users should set up their global git config -- done |
|
|
- how to pull |
- how to pull -- done |
|
|
- how to push |
- how to push -- done |
|
|
- how to rebase |
- how to rebase |
|
|
Line 68
|
Line 70
|
## various |
## various |
|
|
- snapshots |
- snapshots |
|
should the snapshots include .git? Doesn't seem worth it. |
are they still necessary or is the 'download tar.gz' button enough |
|
(does it even exist in plain git?) |
|