Skip to content

Commit

Permalink
new version of das2go
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 2, 2022
1 parent d3d93d3 commit e7afa48
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.42
git checkout -b dasgoclient-v02.04.43
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.42/bin/dasgoclient .
cp w820/slc7_amd64_gcc820/cms/dasgoclient/v02.04.43/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.42
git push -u origin dasgoclient-v02.04.43

# finally make pull request

# delete local branch (named newfeature)
git branch -d dasgoclient-v02.04.42
git branch -d dasgoclient-v02.04.43
# delete remote branch (named newfeature)
git push origin :dasgoclient-v02.04.42
git push origin :dasgoclient-v02.04.43
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-20220225162604-843753da7a27
github.com/dmwm/das2go v0.0.0-20220302112758-108ce55426f8
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 @@ -13,6 +13,8 @@ github.com/dmwm/das2go v0.0.0-20220224130316-589847dbbb7f h1:4OuFdASVT6HZlQ9gQba
github.com/dmwm/das2go v0.0.0-20220224130316-589847dbbb7f/go.mod h1:G1K2zEk0mZpSER5bxqAwTZsl/G9RxYr+3OXqoVmiZNM=
github.com/dmwm/das2go v0.0.0-20220225162604-843753da7a27 h1:7Icu79u2KtfmpJd/5hKVq4xtWGMbmdg93WNUIFbmi8k=
github.com/dmwm/das2go v0.0.0-20220225162604-843753da7a27/go.mod h1:G1K2zEk0mZpSER5bxqAwTZsl/G9RxYr+3OXqoVmiZNM=
github.com/dmwm/das2go v0.0.0-20220302112758-108ce55426f8 h1:T99aeHVaxfkFxFLOXlSZCwL7ffWjIoKyzMYj+nLzCC8=
github.com/dmwm/das2go v0.0.0-20220302112758-108ce55426f8/go.mod h1:G1K2zEk0mZpSER5bxqAwTZsl/G9RxYr+3OXqoVmiZNM=
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 e7afa48

Please sign in to comment.