Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate dasgoclient under dmwm; add support for querying testbed host #3100

Merged
merged 1 commit into from Jun 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions dasgoclient-binary.spec
@@ -1,11 +1,11 @@
### RPM cms dasgoclient-binary v00.00.12
Source0: git+https://github.com/vkuznet/dasgoclient?obj=master/%{realversion}&export=dasgoclient&output=/dasgoclient.tar.gz
Source1: git+https://github.com/vkuznet/cmsauth?obj=master/e9fca92e3335252a5f71d8e6d09c64012f7d3c0c&export=github.com/vkuznet/cmsauth&output=/cmsauth.tar.gz
### RPM cms dasgoclient-binary v01.00.01
Source0: git+https://github.com/dmwm/dasgoclient?obj=master/%{realversion}&export=dasgoclient&output=/dasgoclient.tar.gz
Source1: git+https://github.com/dmwm/cmsauth?obj=master/e9fca92e3335252a5f71d8e6d09c64012f7d3c0c&export=github.com/dmwm/cmsauth&output=/cmsauth.tar.gz
Source2: git+https://github.com/vkuznet/x509proxy?obj=master/b4622388b3a347c8df75b6e944e9d2a580acee60&export=github.com/vkuznet/x509proxy&output=/x509proxy.tar.gz
Source3: git+https://github.com/buger/jsonparser?obj=master/6bd16707875b997f7a60327f888a28a3d28cf8c2&export=github.com/buger/jsonparser&output=/jsonparser.tar.gz
Source4: git+https://github.com/go-mgo/mgo?obj=v2/3f83fa5005286a7fe593b055f0d7771a7dce4655&export=gopkg.in/mgo.v2&output=/mgo.v2.tar.gz
Source5: git+https://github.com/pkg/profile?obj=master/3a8809bd8a80f8ecfe4ee1b34b3f37194968617c&export=github.com/pkg/profile&output=/profile.tar.gz
Source6: git+https://github.com/vkuznet/das2go?obj=master/6ae86dda1875e6d144d5680ee2feb9ffd9917004&export=github.com/vkuznet/das2go&output=/das2go.tar.gz
Source6: git+https://github.com/dmwm/das2go?obj=master/0c773fc7947a18b57d2016521f5b79e8cd9911ee&export=github.com/dmwm/das2go&output=/das2go.tar.gz
%prep

%setup -n dasgoclient
Expand Down
2 changes: 1 addition & 1 deletion dasgoclient.spec
@@ -1,4 +1,4 @@
### RPM cms dasgoclient v00.00.12
### RPM cms dasgoclient v01.00.01
## NOCOMPILER
%define dasgoclient_arch slc6_amd64_gcc530
%define dasgoclient_pkg cms+%{n}-binary+%{realversion}
Expand Down