GitForSiteConf

From T2B Wiki
Revision as of 12:23, 22 August 2017 by OLIVIER DEVROEDE omdevroe@vub.ac.be (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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