Skip to content

Commit

Permalink
HG1201a production RPMs.
Browse files Browse the repository at this point in the history
From: Lassi Tuura <[email protected]>


git-svn-id: svn+ssh://svn.cern.ch/reps/CMSDMWM/Infrastructure/trunk@14822 4525493e-7705-40b1-a816-d608a930855b
  • Loading branch information
Lassi Tuura authored and lat committed Dec 19, 2011
1 parent 6533d26 commit 610f8d0
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion base/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy_base_prep()

deploy_base_sw()
{
deploy_pkg comp cms+webtools-base 0.1.21-comp
deploy_pkg comp cms+webtools-base 0.1.21-comp2
}

deploy_base_post()
Expand Down
2 changes: 1 addition & 1 deletion das/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy_das_prep()

deploy_das_sw()
{
deploy_pkg comp cms+das 1.0.1
deploy_pkg comp cms+das 1.0.1-comp
perl -p -i -e "s|{ROOT}|$root|" $project_config/analytics_cfg.py
}

Expand Down
2 changes: 1 addition & 1 deletion dbs/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deploy_dbs_prep()

deploy_dbs_sw()
{
deploy_pkg -a dbs/DBSSecrets.py -l dbs comp cms+dbs3 3.0.13
deploy_pkg -a dbs/DBSSecrets.py -l dbs comp cms+dbs3 3.0.13-comp
cp -p $project_config/DBS-${variant}.py $project_config/DBS.py
}

Expand Down
2 changes: 1 addition & 1 deletion dbsweb/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy_dbsweb_prep()
deploy_dbsweb_sw()
{
app=$root/current/apps/dbs-web
deploy_pkg comp cms+dbs-web V06_00_52-comp
deploy_pkg comp cms+dbs-web V06_00_52-comp2
perl -p -i -e "s|{ROOT}|$root|g" $project_config/DBSDD.conf
setgroup ug+r,g-w,o-rwx _config $project_config/DBSDD.conf
chmod g-w,o-rwx $project_config/DBSDD.conf
Expand Down
2 changes: 1 addition & 1 deletion dqmgui/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deploy_dqmgui_prep()

deploy_dqmgui_sw()
{
deploy_pkg comp cms+dqmgui 6.1.2
deploy_pkg comp cms+dqmgui 6.1.2-comp
}

deploy_dqmgui_post()
Expand Down
2 changes: 1 addition & 1 deletion filemover/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deploy_filemover_prep()

deploy_filemover_sw()
{
deploy_pkg comp cms+filemover 1.1.1
deploy_pkg comp cms+filemover 1.1.1-comp
case $variant in dev ) suff="-dev";; preprod ) suff="-testbed";; * ) suff="";; esac
perl -p -i -e "s|cmsweb.cern.ch/|cmsweb${suff}.cern.ch/|g" $project_config/fm_config.py
}
Expand Down
2 changes: 1 addition & 1 deletion overview/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy_overview_prep()

deploy_overview_sw()
{
deploy_pkg -a overview/dbparam.py comp cms+overview 6.0.7-comp
deploy_pkg -a overview/dbparam.py comp cms+overview 6.0.7-comp2
}

deploy_overview_post()
Expand Down
6 changes: 3 additions & 3 deletions phedex/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ deploy_phedex_prep()

deploy_phedex_sw()
{
deploy_pkg comp cms+PHEDEX-datasvc 2.2.8
deploy_pkg comp cms+PHEDEX-webapp 1.3.3
deploy_pkg -a phedex/DBParam -a phedex/DBGraph comp cms+PHEDEX-web 4.1.9
deploy_pkg comp cms+PHEDEX-datasvc 2.2.8-comp
deploy_pkg comp cms+PHEDEX-webapp 1.3.3-comp
deploy_pkg -a phedex/DBParam -a phedex/DBGraph comp cms+PHEDEX-web 4.1.9-comp

(set -e
for app in PHEDEX-{web,webapp,datasvc}; do
Expand Down
2 changes: 1 addition & 1 deletion reqmgr/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ deploy_reqmgr_sw()
deploy_pkg \
-a dmwm-service-cert.pem:wmcore/dmwm-service-cert.pem \
-a dmwm-service-key.pem:wmcore/dmwm-service-key.pem \
-a ReqMgrSecrets.py:reqmgr/ReqMgrSecrets${secrets}.py comp cms+reqmgr 0.8.11-comp2
-a ReqMgrSecrets.py:reqmgr/ReqMgrSecrets${secrets}.py comp cms+reqmgr 0.8.11-comp3

if grep -rq "replace me" $project_auth; then
note "WARNING: replace certificates in $project_auth with real ones"
Expand Down
2 changes: 1 addition & 1 deletion t0datasvc/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploy_t0datasvc_prep()

deploy_t0datasvc_sw()
{
deploy_pkg -a t0datasvc/connect comp cms+T0DataSvc 5.0.4-comp
deploy_pkg -a t0datasvc/connect comp cms+T0DataSvc 5.0.4-comp2
}

deploy_t0datasvc_post()
Expand Down
2 changes: 1 addition & 1 deletion t0mon/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ deploy_t0mon_prep()

deploy_t0mon_sw()
{
deploy_pkg comp cms+T0Mon 4.2.11-comp
deploy_pkg comp cms+T0Mon 4.2.11-comp2
}

deploy_t0mon_post()
Expand Down
2 changes: 1 addition & 1 deletion workqueue/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deploy_workqueue_sw()
deploy_pkg \
-a dmwm-service-cert.pem:wmcore/dmwm-service-cert.pem \
-a dmwm-service-key.pem:wmcore/dmwm-service-key.pem \
comp cms+workqueue 0.8.17-comp
comp cms+workqueue 0.8.17-comp2

if grep -rq "replace me" $project_auth; then
note "WARNING: replace certificates in $project_auth with real ones"
Expand Down

0 comments on commit 610f8d0

Please sign in to comment.