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
d0d75a98
Commit
d0d75a98
authored
4 years ago
by
Jake Taylor
Browse files
Options
Downloads
Patches
Plain Diff
update makefile
parent
0e6d5ed4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+11
-4
11 additions, 4 deletions
Makefile
globals/version_vars.go
+13
-7
13 additions, 7 deletions
globals/version_vars.go
with
24 additions
and
11 deletions
Makefile
+
11
−
4
View file @
d0d75a98
.PHONY
:
update master release setup update_master update_release build
.PHONY
:
update master release setup update_master update_release build
clean version
setup
:
git config
--global
--add
url.
"git@gitlab.com:"
.insteadOf
"https://gitlab.com/"
update
:
version
:
go run main.go generate
sed
-i
bak
's/package\ cmd/package\ globals/g'
version_vars.go
mv
version_vars.go globals/version_vars.go
clean
:
rm
-rf
vendor/
go mod vendor
update
:
-
GOFLAGS
=
""
go get
-u
all
build
:
...
...
@@ -22,6 +29,6 @@ update_master:
GOFLAGS
=
""
go get
-u
gitlab.com/elixxir/crypto@master
GOFLAGS
=
""
go get
-u
gitlab.com/elixxir/comms@master
master
:
update
update_master build
master
:
clean
update_master build
version
release
:
update
update_release build
release
:
clean
update_release build
version
This diff is collapsed.
Click to expand it.
globals/version_vars.go
+
13
−
7
View file @
d0d75a98
////////////////////////////////////////////////////////////////////////////////
// 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
2 21:02:57.275479486 +0000 UTC m=+0.003920070
// 2020-05-1
5 13:25:08.127867 -0700 PDT m=+0.028882236
package
globals
const
GITVERSION
=
`
daeebfe disable stdout on the global jww logger
`
const
GITVERSION
=
`
0e6d5ed update deps
`
const
SEMVER
=
"1.3.0"
const
DEPENDENCIES
=
`module gitlab.com/elixxir/client
...
...
@@ -11,7 +17,7 @@ go 1.13
require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.4.
0
github.com/golang/protobuf v1.4.
2
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/pkg/errors v0.9.1
...
...
@@ -22,10 +28,10 @@ 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-20200
4
15
204952-6d63dd94a0ea
gitlab.com/elixxir/crypto v0.0.0-20200
410231849-90e859940f5d
gitlab.com/elixxir/primitives v0.0.0-20200
410231944-a57d71d577c9
golang.org/x/crypto v0.0.0-20200
323165209-0ec3e9974c59
gitlab.com/elixxir/comms v0.0.0-20200
5
15
170447-d88e95684f9c
gitlab.com/elixxir/crypto v0.0.0-20200
514211323-de119c132b78
gitlab.com/elixxir/primitives v0.0.0-20200
514181428-14736275e533
golang.org/x/crypto v0.0.0-20200
510223506-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