Difference: ConfigCMSAtGit (1 vs. 2)

Revision 22014-08-12 - TWikiAdminUser

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<
Embeddin
>
>

ConfigCMSAtGit

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
}}}

Revision 12014-08-12 - TWikiAdminUser

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"
Embeddin

{{{
########## 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-12

 
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