/[smeserver]/builds_bin/smebuild.sh
ViewVC logotype

Diff of /builds_bin/smebuild.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by gordonr, Mon Oct 10 03:48:28 2005 UTC Revision 1.2 by gordonr, Fri Jun 30 00:18:36 2006 UTC
# Line 1  Line 1 
1  # Developer environment  # Developer environment
2  # This gets symlinked into /etc/profile.d  # This gets symlinked into /etc/profile.d
3    
4  export CVS_RSH=ssh  export CVS_RSH=ssh # tell CVS to use ssh
5  export CVSROOT=cvs.sourceforge.net:/cvsroot/smeserver  
6    # DO NOT set CVSROOT
7    sf_cvsroot=smeserver.cvs.sourceforge.net:/cvsroot/smeserver
8    sf_cvsroot_anon=:pserver:anonymous@smeserver.cvs.sourceforge.net:/cvsroot/smeserver
9    
10    alias mzgetsf="mzget --dir $sf_cvsroot"
11    alias mzimportsf="mzimport --dir $sf_cvsroot"
12    
13    alias mzgetsf_anon="mzget --dir $sf_cvsroot_anon"
14    
15  export PATH=$PATH:/builds/bin  export PATH=$PATH:/builds/bin


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed