Skip to content

Commit 35a40cf

Browse files
Lassi Tuuralat
Lassi Tuura
authored and
lat
committed
ESC11 deployment.
From: Lassi Tuura <[email protected]> git-svn-id: svn+ssh://svn.cern.ch/reps/CMSDMWM/Infrastructure/trunk@14647 4525493e-7705-40b1-a816-d608a930855b
1 parent a9a5f58 commit 35a40cf

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

esc/deploy

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# vim: set ft=sh sw=2 ts=8 et :
2+
deploy_esc_variants="comp cmssw"
3+
deploy_esc_prep()
4+
{
5+
mkproj -s -l
6+
}
7+
8+
deploy_esc_sw()
9+
{
10+
case $variant in
11+
cmssw )
12+
deploy_pkg cms cms+cmssw CMSSW_4_4_1
13+
;;
14+
15+
comp )
16+
deploy_pkg comp cms+esc-webdoc 2011c
17+
rm -f $root/current/apps/esc-webdoc
18+
deploy_pkg comp cms+esc 2011c
19+
20+
rm -f $root/env-*.sh
21+
for f in $project_config/env-*.sh; do
22+
ln -s $f $root/$(basename $f)
23+
done
24+
;;
25+
esac
26+
}

0 commit comments

Comments
 (0)