Skip to content

Commit

Permalink
New version of das2go lib
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 22, 2022
1 parent e899415 commit e99fff8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 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_3_X/master
git checkout IB/CMSSW_12_3_X/master
git fetch upstream; git rebase upstream/IB/CMSSW_12_3_X/master
git push
git checkout -b dasgoclient-v02.04.45
git checkout -b dasgoclient-v02.04.46
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.45*/bin/dasgoclient .
cp w820/slc7_amd64_gcc820/cms/dasgoclient/v02.04.46*/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.45
git push -u origin dasgoclient-v02.04.46

# finally make pull request

# delete local branch (named newfeature)
git branch -d dasgoclient-v02.04.45
git branch -d dasgoclient-v02.04.46
# delete remote branch (named newfeature)
git push origin :dasgoclient-v02.04.45
git push origin :dasgoclient-v02.04.46
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/buger/jsonparser v1.1.1
github.com/dmwm/das2go v0.0.0-20220310203810-12589cef23f2
github.com/dmwm/das2go v0.0.0-20220322184420-ea7b2a4a7c08
github.com/pkg/profile v1.6.0
github.com/stretchr/testify v1.7.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/dmwm/das2go v0.0.0-20220309181940-94629a59d4e4 h1:OcP2FRpg/pUEjn+gg1v
github.com/dmwm/das2go v0.0.0-20220309181940-94629a59d4e4/go.mod h1:EuvMTkzfSi3gpYC94FZKYC97wuc0MybXkdFBkzqvl58=
github.com/dmwm/das2go v0.0.0-20220310203810-12589cef23f2 h1:Cwvd6JbtH9dO/GJGpglmVpktIT+LkxbmaJZB+jMGQ4Y=
github.com/dmwm/das2go v0.0.0-20220310203810-12589cef23f2/go.mod h1:EuvMTkzfSi3gpYC94FZKYC97wuc0MybXkdFBkzqvl58=
github.com/dmwm/das2go v0.0.0-20220322184420-ea7b2a4a7c08 h1:rz6kMRzN6tnbAyM0L+A6sGVlEbVb97DrZ4oYRBd78PY=
github.com/dmwm/das2go v0.0.0-20220322184420-ea7b2a4a7c08/go.mod h1:EuvMTkzfSi3gpYC94FZKYC97wuc0MybXkdFBkzqvl58=
github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down

0 comments on commit e99fff8

Please sign in to comment.