GitForSiteConf

From T2B Wiki
Jump to navigation Jump to search

All up to dat info on how to update siteconf (site-local-config.xml and storage.xml) can be found via this page:

https://twiki.cern.ch/twiki/bin/view/CMSPublic/SiteConfInGitlab

<HEREUNDER IS DEPRECATED>


Before starting to edit a file:

git pull --rebase

Then, edit the file, then:

git commit -a -m "Some other test change."
git push origin master

All information can be found on the cms twiki:
https://twiki.cern.ch/twiki/bin/view/CMSPublic/CompOpsSiteconfMigrationToGit

Remark that you need to be on lxplus to be able to commit.


Template:TracNotice