Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dgraph
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
dgraph
Commits
70b23918
Unverified
Commit
70b23918
authored
8 years ago
by
Pawan Rawal
Browse files
Options
Downloads
Patches
Plain Diff
Move build.sh to contrib/releases
parent
1f3b9356
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/releases/build.sh
+7
-0
7 additions, 0 deletions
contrib/releases/build.sh
with
7 additions
and
0 deletions
build.sh
→
contrib/releases/
build.sh
+
7
−
0
View file @
70b23918
#!/bin/bash
# This script is used to compile and tar gzip the release binaries so that they
# can be uploaded to Github. It would typically only be used by Dgraph developers
# while doing a new release. If you are looking to build Dgraph, you should run a
# go build from inside $GOPATH/src/github.com/dgraph-io/dgraph/cmd/dgraph
# Exit script in case an error is encountered.
set
-e
...
...
@@ -72,4 +77,6 @@ rm -rf $tmp_dir
echo
-e
"
\n
Calculating and storing checksum for ICU data file."
checksum
=
$(
$digest_cmd
$GOPATH
/src/github.com/dgraph-io/goicu/icudt58l.dat |
awk
'{print $1}'
)
PATH/src/github.com/dgraph-io/dgraph/cmd/dgraph
echo
"
$checksum
/usr/local/share/icudt58l.dat"
>>
$checksum_file
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