Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
f21cbc0c
Commit
f21cbc0c
authored
2 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
fix Makefile
parent
1e874329
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!510
Release
,
!238
Hotfix/e2e client
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
xxdk/version_vars.go
+2
-3
2 additions, 3 deletions
xxdk/version_vars.go
with
3 additions
and
4 deletions
Makefile
+
1
−
1
View file @
f21cbc0c
...
...
@@ -2,7 +2,7 @@
version
:
go run main.go generate
sed
-i
.bak
's/package\ cmd/package\
api
/g'
version_vars.go
sed
-i
.bak
's/package\ cmd/package\
xxdk
/g'
version_vars.go
mv
version_vars.go xxdk/version_vars.go
clean
:
...
...
This diff is collapsed.
Click to expand it.
xxdk/version_vars.go
+
2
−
3
View file @
f21cbc0c
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2022-06-
0
6 1
6:30:34.245821
-0500 CDT m=+0.0
30165276
// 2022-06-
1
6 1
2:41:25.706495
-0500 CDT m=+0.0
27317522
package
xxdk
const
GITVERSION
=
`
48285297 Merge branch 'restructure' into 'release'
`
const
GITVERSION
=
`
1e874329 fix Makefile
`
const
SEMVER
=
"4.2.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
...
...
@@ -58,7 +58,6 @@ require (
gitlab.com/xx_network/ring v0.0.3-0.20220222211904-da613960ad93 // indirect
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect
google.golang.org/genproto v0.0.0-20210105202744-fe13368bc0e1 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment