Changes

Jump to navigation Jump to search
393 bytes removed ,  08:14, 17 November 2017
Update CVS server details
Line 23: Line 23:  
There is a nice web based interface through which you can browse the development of SME Server contribs and you can find it [http://smeserver.cvs.sourceforge.net/viewvc/smeserver/rpms/ here for SME_Server] and [http://smeserver.cvs.sourceforge.net/viewvc/smecontribs/rpms/ here for SME_Contribs].
 
There is a nice web based interface through which you can browse the development of SME Server contribs and you can find it [http://smeserver.cvs.sourceforge.net/viewvc/smeserver/rpms/ here for SME_Server] and [http://smeserver.cvs.sourceforge.net/viewvc/smecontribs/rpms/ here for SME_Contribs].
   −
===Sourceforge access===
+
===koozali.org access===
This chapter is used only by developers who aim to be granted in write access to the source code on Sourceforge, you don't need it if you want to only make patch or modify code in your build environment. You can see [[Package_Modification]] for more informations.
+
This chapter is used only by developers who aim to be granted in write access to the source code on koozali.org, you don't need it if you want to only make patch or modify code in your build environment. You can see [[Package_Modification]] for more informations.
* SME Server code is stored in the CVS on  http://SourceForge.net. To be able to work on your code in the SME Server CVS repository you need an account on SourceForge. With this account the development team can give you access to the CVS repository. More information can be found here:
+
* SME Server code is stored in the CVS on  http://shell.koozali.org. To be able to work on your code in the SME Server CVS repository you need an account on koozali.org. With this account the development team can give you access to the CVS repository.  
[http://sourceforge.net/apps/trac/sourceforge/wiki/Register%20a%20user%20account Registering a User Account]
+
* After you have created your koozali.org account you can ask the development team to give you developer access to smecontribs. Create a bug in the Bug Tracker as usual.
[http://sourceforge.net/apps/trac/sourceforge/wiki/CVS CVS (Version Control for Source Code)]
  −
[http://sourceforge.net/apps/trac/sourceforge/wiki/SSH%20keys SSH Key Generation and Usage]
     −
* After you have created your SourceForge account you can ask the development team to give you developer access to smecontribs. Create a bug in the Bug Tracker as usual.
+
* Links to manage your SSH keys on koozali.org may be found on the ''to be advised''.  
   −
* Links to manage your SSH keys on SourceForge may be found on the [http://sourceforge.net/account/services SourceForge Account Services page].
+
* If local username is different to shell.koozali.org username edit ~/.ssh/config:
 
  −
* If local username is different to sf.net username edit ~/.ssh/config:
   
   
 
   
  Host  smeserver.cvs.sourceforge.net
+
  Host  shell.koozasli.org
  User  sfusername ''(without @shell.sf.net)''
+
  User  koozaliusername ''(without @shell.koozali.org)''
  Host  smecontribs.cvs.sourceforge.net
+
  Host  shell.koozali.org
  User  sfusername ''(without @shell.sf.net)''
+
  User  koozaliusername ''(without @shell.koozali.org)''
    
* Don't forget to set the proper privileges on the file
 
* Don't forget to set the proper privileges on the file
Line 49: Line 45:  
You can add the following to your ~/.ssh/config file to specify the correct key:
 
You can add the following to your ~/.ssh/config file to specify the correct key:
   −
  Host  smecontribs.cvs.sourceforge.net
+
  Host  shell.koozali.org
  User sfusername
+
  User koozaliusername
 
  IdentityFile ~/.ssh/my.private.key
 
  IdentityFile ~/.ssh/my.private.key
  

Navigation menu