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
cb0f3139
Commit
cb0f3139
authored
4 years ago
by
Rick Carback
Browse files
Options
Downloads
Patches
Plain Diff
Modify makefile to work with mac and linux and make release
parent
3af99e13
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
globals/version_vars.go
+5
-11
5 additions, 11 deletions
globals/version_vars.go
with
6 additions
and
12 deletions
Makefile
+
1
−
1
View file @
cb0f3139
...
...
@@ -5,7 +5,7 @@ setup:
version
:
go run main.go generate
sed
-i
bak
's/package\ cmd/package\ globals/g'
version_vars.go
sed
-i
.
bak
's/package\ cmd/package\ globals/g'
version_vars.go
mv
version_vars.go globals/version_vars.go
clean
:
...
...
This diff is collapsed.
Click to expand it.
globals/version_vars.go
+
5
−
11
View file @
cb0f3139
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 Privategrity Corporation /
// /
// All rights reserved. /
////////////////////////////////////////////////////////////////////////////////
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2020-05-1
5
1
3:25:08.127867 -0700 PDT m=+0.028882236
// 2020-05-1
8
1
7:48:50.138022583 +0000 UTC m=+0.007609069
package
globals
const
GITVERSION
=
`
0e6d5ed update deps
`
const
GITVERSION
=
`
3af99e1 run make release
`
const
SEMVER
=
"1.3.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
...
...
@@ -28,9 +22,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
gitlab.com/elixxir/comms v0.0.0-2020051
5
17
0
44
7-d88e95684f9c
gitlab.com/elixxir/crypto v0.0.0-2020051
4211323-de119c132b78
gitlab.com/elixxir/primitives v0.0.0-2020051
4181428-14736275e533
gitlab.com/elixxir/comms v0.0.0-2020051
8
1744
25-0ed52593c136
gitlab.com/elixxir/crypto v0.0.0-2020051
8174417-c70257faa82f
gitlab.com/elixxir/primitives v0.0.0-2020051
5202141-16fa8236f167
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
gopkg.in/ini.v1 v1.52.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