summaryrefslogtreecommitdiff
path: root/NewDeveloperAccount.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'NewDeveloperAccount.mdwn')
-rw-r--r--NewDeveloperAccount.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/NewDeveloperAccount.mdwn b/NewDeveloperAccount.mdwn
new file mode 100644
index 0000000..c5fef84
--- /dev/null
+++ b/NewDeveloperAccount.mdwn
@@ -0,0 +1,15 @@
+
+
+### Instructions for new developers
+
+Developers can get write access to the CVS repository after having contributed patches to the DRI and being proposed by another committer. Write access to the CVS repository is provided by having an account at freedesktop.org. This is managed by the fd.o 'sitewranglers'.
+
+To get a new account, follow the procedure at [[AccountRequests @ fd.o|http://www.freedesktop.org/wiki/AccountRequests]].
+
+Your ssh public key should be dsa if possible, though people with existing rsa keys have been allowed to use them. If you don't have an ssh key yet, use "ssh-keygen -t dsa". You should use a passphrase to keep your key safe. If you don't like typing in your passphrase every time you access freedesktop.org, check out ssh-agent and ssh-add.
+
+Access to the repository is explained on the CVS wiki page. If you use cvsup to maintain a local mirror, you can commit from a local checkout by explicitly specifying the freedesktop.org cvs root in your "cvs commit" command (i.e. env CVS_RSH=ssh cvs -d:ext:[[username@dri.freedesktop.org|mailto:username@dri.freedesktop.org]]:/cvs/dri commit).
+
+Should you experience troubles committing and feel things should be fixed in the repository, send an email to [[dri-devel@lists.sourceforge.net|mailto:dri-devel@lists.sourceforge.net]] to get it resolved, rather than jumping in to fix it on freedesktop.org yourself.
+
+Remember to add the user's [[WikiName|WikiName]] to the [[CurrentDevelopers|CurrentDevelopers]] page.