Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package 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
integration
Commits
ad06d30d
Commit
ad06d30d
authored
6 years ago
by
Spencer Brown
Browse files
Options
Downloads
Patches
Plain Diff
Update package paths
parent
1a451486
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+9
-9
9 additions, 9 deletions
build.sh
update.sh
+15
-15
15 additions, 15 deletions
update.sh
with
24 additions
and
24 deletions
build.sh
+
9
−
9
View file @
ad06d30d
...
...
@@ -6,33 +6,33 @@
mkdir
-p
bin
pushd
$GOPATH
/src/gitlab.com/
privategrity
/client
pushd
$GOPATH
/src/gitlab.com/
elixxir
/client
go generate cmd/version.go
go build
popd
mv
$GOPATH
/src/gitlab.com/
privategrity
/client/client bin
mv
$GOPATH
/src/gitlab.com/
elixxir
/client/client bin
pushd
$GOPATH
/src/gitlab.com/
privategrity
/server
pushd
$GOPATH
/src/gitlab.com/
elixxir
/server
go generate cmd/version.go
go build
popd
mv
$GOPATH
/src/gitlab.com/
privategrity
/server/server bin
mv
$GOPATH
/src/gitlab.com/
elixxir
/server/server bin
pushd
$GOPATH
/src/gitlab.com/
privategrity
/channelbot
pushd
$GOPATH
/src/gitlab.com/
elixxir
/channelbot
go generate cmd/version.go
go build
popd
mv
$GOPATH
/src/gitlab.com/
privategrity
/channelbot/channelbot bin
mv
$GOPATH
/src/gitlab.com/
elixxir
/channelbot/channelbot bin
UDBPATH
=
gitlab.com/
privategrity
/user-discovery-bot
UDBPATH
=
gitlab.com/
elixxir
/user-discovery-bot
pushd
$GOPATH
/src/
$UDBPATH
go generate cmd/version.go
popd
go build
-o
udb
$UDBPATH
mv
./udb bin
pushd
$GOPATH
/src/gitlab.com/
privategrity
/gateway
pushd
$GOPATH
/src/gitlab.com/
elixxir
/gateway
go generate cmd/version.go
go build
popd
mv
$GOPATH
/src/gitlab.com/
privategrity
/gateway/gateway bin
mv
$GOPATH
/src/gitlab.com/
elixxir
/gateway/gateway bin
This diff is collapsed.
Click to expand it.
update.sh
+
15
−
15
View file @
ad06d30d
...
...
@@ -8,43 +8,43 @@ rm -fr ~/.glide
update
()
{
git clean
-ffdx
#
git checkout master
git checkout master
git pull
glide cc
glide up
}
pushd
$GOPATH
/src/gitlab.com/
privategrity
/client
pushd
$GOPATH
/src/gitlab.com/
elixxir
/client
update
popd
pushd
$GOPATH
/src/gitlab.com/
privategrity
/server
pushd
$GOPATH
/src/gitlab.com/
elixxir
/server
update
popd
pushd
$GOPATH
/src/gitlab.com/
privategrity
/channelbot
pushd
$GOPATH
/src/gitlab.com/
elixxir
/channelbot
update
popd
pushd
$GOPATH
/src/gitlab.com/
privategrity
/user-discovery-bot
pushd
$GOPATH
/src/gitlab.com/
elixxir
/user-discovery-bot
update
popd
pushd
$GOPATH
/src/gitlab.com/
privategrity
/gateway
pushd
$GOPATH
/src/gitlab.com/
elixxir
/gateway
update
popd
#
pushd $GOPATH/src/gitlab.com/
privategrity
/comms
#
update
#
popd
pushd
$GOPATH
/src/gitlab.com/
elixxir
/comms
update
popd
#
pushd $GOPATH/src/gitlab.com/
privategrity
/crypto
#
update
#
popd
pushd
$GOPATH
/src/gitlab.com/
elixxir
/crypto
update
popd
#
pushd $GOPATH/src/gitlab.com/
privategrity
/client-consoleUI
#
update
#
popd
pushd
$GOPATH
/src/gitlab.com/
elixxir
/client-consoleUI
update
popd
pushd
..
go
test
./...
...
...
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