Changes

Jump to navigation Jump to search
→‎Update the CVSROOT: - Correct cvs path
Line 32: Line 32:  
* If local username is different to shell.koozali.org username edit ~/.ssh/config:
 
* If local username is different to shell.koozali.org username edit ~/.ssh/config:
 
   
 
   
  Host  shell.koozasli.org
+
  Host  shell.koozali.org
 
  User  koozaliusername ''(without @shell.koozali.org)''
 
  User  koozaliusername ''(without @shell.koozali.org)''
 
  Host  shell.koozali.org
 
  Host  shell.koozali.org
 
  User  koozaliusername ''(without @shell.koozali.org)''
 
  User  koozaliusername ''(without @shell.koozali.org)''
 +
port 222
    
* Don't forget to set the proper privileges on the file
 
* Don't forget to set the proper privileges on the file
Line 47: Line 48:  
  Host  shell.koozali.org
 
  Host  shell.koozali.org
 
  User koozaliusername
 
  User koozaliusername
 +
port 222
 
  IdentityFile ~/.ssh/my.private.key
 
  IdentityFile ~/.ssh/my.private.key
   Line 69: Line 71:  
- To retrieve a package or a full tree as a registered user, cd into a work directory and issue following commands:
 
- To retrieve a package or a full tree as a registered user, cd into a work directory and issue following commands:
 
* for smeserver
 
* for smeserver
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P packagename [individual package]
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P packagename [individual package]
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P rpms [full tree]
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P rpms [full tree]
 
* for smecontribs
 
* for smecontribs
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smecontribs co -P packagename [individual package]
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smecontribs co -P packagename [individual package]
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smecontribs co -P rpms [full tree]
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smecontribs co -P rpms [full tree]
    
===== Anonymous users =====
 
===== Anonymous users =====
 
- To retrieve a package or a full tree as an anonymous user, cd into a work directory and issue following commands:
 
- To retrieve a package or a full tree as an anonymous user, cd into a work directory and issue following commands:
 
* for smeserver
 
* for smeserver
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver checkout -P packagename [individual package]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver checkout -P packagename [individual package]
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smeserver co -P rpms [full tree]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smeserver co -P rpms [full tree]
    
* for smecontribs
 
* for smecontribs
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs checkout -P packagename [individual package]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs checkout -P packagename [individual package]
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvsroot/smecontribs co -P rpms [full tree]
+
  cvs -z3 -d:pserver:anonymous@shell.koozali.org:/cvs/smecontribs co -P rpms [full tree]
    
====Retrieving the latest version====
 
====Retrieving the latest version====
Line 184: Line 186:     
first you need to checkout the CVSROOT, of course you need to be granted as developer
 
first you need to checkout the CVSROOT, of course you need to be granted as developer
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smecontribs co -P CVSROOT
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smecontribs co -P CVSROOT
 
or if it is not a contrib
 
or if it is not a contrib
  cvs -z3 -d:ext:shell.koozali.org:/cvsroot/smeserver co -P CVSROOT
+
  cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P CVSROOT
    
then  
 
then  
Line 556: Line 558:  
Add a new package to bugzilla
 
Add a new package to bugzilla
 
  http://bugs.contribs.org/editvalues.cgi?action=add&field=cf_package
 
  http://bugs.contribs.org/editvalues.cgi?action=add&field=cf_package
 
+
[[Category:Howto]]
+
 
+
[[Category:Howto]]
[[Category:Developer]]
+
 +
 +
[[Category:Developer]]

Navigation menu