Skip to content

Commit

Permalink
update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jan 10, 2024
1 parent 18922e7 commit 901171e
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_14_0_X/master
git checkout IB/CMSSW_14_0_X/master
git fetch upstream; git rebase upstream/IB/CMSSW_14_0_X/master
git push
git checkout -b dasgoclient-v02.04.50
git checkout -b dasgoclient-v02.04.51
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.50*/bin/dasgoclient .
cp w820/slc7_amd64_gcc820/cms/dasgoclient/v02.04.51*/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.50
git push -u origin dasgoclient-v02.04.51

# finally make pull request

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

0 comments on commit 901171e

Please sign in to comment.