Tags:
create new tag
, view all tags

Embedding actual CMS config into git.

{{{
########## T1_RU_JINR ##########
cd
mkdir t
cd t
rm -rf siteconf
git clone https://:@git.cern.ch/kerberos/siteconf
cd siteconf
rsync -aH --delete --exclude="*-[0-9][0-9]" --exclude=CVS/ --delete-excluded \
--out-format=%f%L \
vvm@ui01.jinr-t1.ru:/opt/exp_soft/cms/SITECONF/local/JobConfig/ \
T1_RU_JINR/JobConfig
----------------------
rsync -aH --delete --exclude="*-[0-9][0-9]" --exclude CVS/ --delete-excluded \
--out-format=%f%L \
vvm@ui01.jinr-t1.ru:/opt/exp_soft/cms/SITECONF/local/PhEDEx/ \
T1_RU_JINR/PhEDEx
----------------------
git add T1_RU_JINR/PhEDEx/*
git add T1_RU_JINR/JobConfig/*
git commit -m "Latest configs"
git show
git push origin master

########## T2_RU_JINR ##########
cd
mkdir t
cd t
rm -rf siteconf
git clone https://:@git.cern.ch/kerberos/siteconf
cd siteconf
rsync -aH --delete --exclude="*-[0-9][0-9]" --exclude=CVS/ --delete-excluded \
--out-format=%f%L \
vvm@lxpub.jinr.ru:/opt/exp_soft/cms/SITECONF/local/JobConfig/ \
T2_RU_JINR/JobConfig
----------------------
rsync -aH --delete --exclude="*-[0-9][0-9]" --exclude=CVS/ --delete-excluded \
--out-format=%f%L \
vvm@lxpub.jinr.ru:/opt/exp_soft/cms/SITECONF/local/PhEDEx/ \
T2_RU_JINR/PhEDEx
----------------------
git add T2_RU_JINR/PhEDEx/*
git add T2_RU_JINR/JobConfig/*
git commit -m "Latest configs"
git show
git push origin master
}}}

-- TWikiAdminUser - 2014-08-11

Topic revision: r2 - 2014-08-12 - TWikiAdminUser
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback