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

Annotation of /builds_bin/smebuild.sh

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


Revision 1.2 - (hide annotations) (download) (as text)
Fri Jun 30 00:18:36 2006 UTC (17 years, 11 months ago) by gordonr
Branch: MAIN
Changes since 1.1: +10 -2 lines
Content type: application/x-sh
Checkpoint

1 gordonr 1.1 # Developer environment
2     # This gets symlinked into /etc/profile.d
3    
4 gordonr 1.2 export CVS_RSH=ssh # tell CVS to use ssh
5    
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 gordonr 1.1
15     export PATH=$PATH:/builds/bin

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