Changes

Jump to navigation Jump to search
53 bytes added ,  03:52, 25 December 2007
m
no edit summary
Line 1: Line 1: −
*set up developer environment
+
===Set up===
 +
====Local developer environment====
 
  $ cat /etc/profile.d/smebuild.sh
 
  $ cat /etc/profile.d/smebuild.sh
 
   
 
   
Line 13: Line 14:  
  alias mv='mv -i'
 
  alias mv='mv -i'
   −
*Setup access to build system
+
====Access to build system====
 
  $ yum install --enablerepo=smedev plague-client
 
  $ yum install --enablerepo=smedev plague-client
 
   
 
   
Line 34: Line 35:  
   
 
   
   −
* if local username is different to sf.net username
+
====if local username is different to sf.net username====
 
  $ cat ~/.ssh/config
 
  $ cat ~/.ssh/config
 
  Host  smeserver.cvs.sourceforge.net
 
  Host  smeserver.cvs.sourceforge.net
Line 43: Line 44:  
  $ chmod 600 ~/.ssh/config
 
  $ chmod 600 ~/.ssh/config
   −
 
+
===Usage===
* import cvs code (not source code)
+
====Import cvs code (not source code)====
 
  mkdir ~/smeserver
 
  mkdir ~/smeserver
 
  cd ~/smeserver
 
  cd ~/smeserver
Line 58: Line 59:       −
* go to work
+
====Go to work====
 
mezzanine, mzsfget, mzclean, mzprep, mzpatch, mzbuild, mzput have all be replaced with a new method
 
mezzanine, mzsfget, mzclean, mzprep, mzpatch, mzbuild, mzput have all be replaced with a new method
   Line 77: Line 78:  
  #  
 
  #  
   −
* Workflow
+
===Workflow===
 
Once the server successfully builds it will automatically be pulled on the next repo update run  
 
Once the server successfully builds it will automatically be pulled on the next repo update run  
 
(40 past the even hours MDT). The package will either be put into the smedev (new package) or smetest (exist in higher repo)  After verification the package is manually moved from smedev/smetest to smecontribs/smeupdates-testing
 
(40 past the even hours MDT). The package will either be put into the smedev (new package) or smetest (exist in higher repo)  After verification the package is manually moved from smedev/smetest to smecontribs/smeupdates-testing
    
Check updates/status on the build server:  http://buildsys.contribs.org
 
Check updates/status on the build server:  http://buildsys.contribs.org

Navigation menu