Print

Print


Commit in SlacMCPrj/scripts on MAIN
cvs-aliroot.sh+3added 1.1
cvs-clhep.sh+3added 1.1
cvs-root.sh+1added 1.1
run-aliroot.sh+2added 1.1
setup-aliroot.sh+20added 1.1
+29
5 added files
JM: adding additional scripts

SlacMCPrj/scripts
cvs-aliroot.sh added at 1.1
diff -N cvs-aliroot.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-aliroot.sh	1 Feb 2006 20:35:10 -0000	1.1
@@ -0,0 +1,3 @@
+export CVSROOT=':pserver:[log in to unmask]:/soft/cvsroot'
+echo "password: cvs"
+cvs -d $CVSROOT login

SlacMCPrj/scripts
cvs-clhep.sh added at 1.1
diff -N cvs-clhep.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-clhep.sh	1 Feb 2006 20:35:10 -0000	1.1
@@ -0,0 +1,3 @@
+#!/bin/sh
+export CVSROOT=:pserver:[log in to unmask]:/cvs/CLHEP
+echo "execute: cvs co CLHEP"

SlacMCPrj/scripts
cvs-root.sh added at 1.1
diff -N cvs-root.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ cvs-root.sh	1 Feb 2006 20:35:10 -0000	1.1
@@ -0,0 +1 @@
+export CVSROOT=:pserver:[log in to unmask]:/user/cvs  

SlacMCPrj/scripts
run-aliroot.sh added at 1.1
diff -N run-aliroot.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ run-aliroot.sh	1 Feb 2006 20:35:10 -0000	1.1
@@ -0,0 +1,2 @@
+#!/bin/sh
+$ALICE_ROOT/bin/tgt_$ALICE_TARGET/aliroot

SlacMCPrj/scripts
setup-aliroot.sh added at 1.1
diff -N setup-aliroot.sh
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ setup-aliroot.sh	1 Feb 2006 20:35:10 -0000	1.1
@@ -0,0 +1,20 @@
+#!/bin/sh
+
+source setup-root.sh
+
+if [ -z "$ALICE" ]; then
+#  ALICE=/afs/cern.ch/alice/offline
+  export ALICE=$PRJ_EXTERN/AliRoot
+fi
+
+if [ -z "$ALICE_LEVEL" ]; then
+  export ALICE_LEVEL=pro
+fi
+
+export ALICE_ROOT=$ALICE/$ALICE_LEVEL
+export ALICE_TARGET=`uname | tr [A-Z] [a-z]`
+export LD_LIBRARY_PATH=$ALICE_ROOT/lib/tgt_${ALICE_TARGET}\:$LD_LIBRARY_PATH
+
+PATH=$PATH:$ALICE_ROOT/bin/tgt_${ALICE_TARGET}
+
+env | grep "ALICE"
CVSspam 0.2.8