Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jul 6, 2022
1 parent 56f5b0d commit c106c36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git push -u origin IB/CMSSW_12_4_X/master
git checkout IB/CMSSW_12_4_X/master
git fetch upstream; git rebase upstream/IB/CMSSW_12_4_X/master
git push
git checkout -b dasgoclient-v02.04.48
git checkout -b dasgoclient-v02.04.49
git branch -l

# change specs
Expand All @@ -32,7 +32,7 @@ vim dasgoclient*.spec
./build.sh dasgoclient

# test new client
cp w820/slc7_amd64_gcc820/cms/dasgoclient/v02.04.48*/bin/dasgoclient .
cp w820/slc7_amd64_gcc820/cms/dasgoclient/v02.04.49*/bin/dasgoclient .
voms-proxy-init -voms cms -rfc
./dasgoclient -help

Expand All @@ -41,11 +41,11 @@ cd cmsdist
git commit -m "New dasgoclient version" dasgoclient*.spec

# push changes
git push -u origin dasgoclient-v02.04.48
git push -u origin dasgoclient-v02.04.49

# finally make pull request

# delete local branch (named newfeature)
git branch -d dasgoclient-v02.04.48
git branch -d dasgoclient-v02.04.49
# delete remote branch (named newfeature)
git push origin :dasgoclient-v02.04.48
git push origin :dasgoclient-v02.04.49

0 comments on commit c106c36

Please sign in to comment.