Skip to content

Instantly share code, notes, and snippets.

@akutz
Created September 12, 2017 15:47
Show Gist options
  • Save akutz/e673506bc433583b5831bdf07e1ed159 to your computer and use it in GitHub Desktop.
Save akutz/e673506bc433583b5831bdf07e1ed159 to your computer and use it in GitHub Desktop.

REX-Ray Build

This gist contains information about REX-Ray build , job .

Key Value
Binary rexray
MD5Sum a37abcac17aba9d9b1171d2debcd8df4
SemVer 0.10.1+2

A REX-Ray binary with a matching checksum can be created locally using Docker:

$ docker run -it \
  -v "$(pwd)":"/tmp/rexray" \
  golang:1.8.3 \
  bash -c "git clone https://github.com/ \
      \"/go/src/github.com/codedellemc/rexray\" &&
    cd \"/go/src/github.com/codedellemc/rexray\" && 
    git fetch origin +refs/pull//merge: &&
    git remote add upstream https://github.com/codedellemc/rexray &&
    git fetch --tags upstream &&
    git checkout -b c8dec866 c8dec866cdc376bc3700137e2eecb9f95a064250 &&
    XGOOS=darwin XGOARCH=amd64 GOOS= GOARCH= go generate &&
    GOOS=darwin GOARCH=amd64 go build -o \"rexray\" &&
    cp -f \"rexray\" \"/tmp/rexray\"" && \
  md5sum "rexray" && \
  ls -al "rexray"
{
"package": {
"name": "stable",
"repo": "rexray",
"subject": "emccode"
},
"version": {
"name": "0.10.1+2",
"desc": "0.10.1+2.Sha.c8dec866cdc376bc3700137e2eecb9f95a064250",
"released": "17-09-12",
"vcs_tag": "v0.10.1+2",
"gpgSign": false
},
"files": [{
"includePattern": "./(rexray.*?\.(?:gz|rpm|deb))",
"excludePattern": "./.*/.*",
"uploadPattern": "stable/0.10.1+2/$1"
}],
"publish": true
}
{
"package": {
"name": "staged",
"repo": "rexray",
"subject": "emccode"
},
"version": {
"name": "0.10.1+2",
"desc": "0.10.1+2.Sha.c8dec866cdc376bc3700137e2eecb9f95a064250",
"released": "17-09-12",
"vcs_tag": "v0.10.1+2",
"gpgSign": false
},
"files": [{
"includePattern": "./(rexray.*?\.(?:gz|rpm|deb))",
"excludePattern": "./.*/.*",
"uploadPattern": "staged/0.10.1+2/$1"
}],
"publish": true
}
{
"package": {
"name": "unstable",
"repo": "rexray",
"subject": "emccode"
},
"version": {
"name": "0.10.1+2",
"desc": "0.10.1+2.Sha.c8dec866cdc376bc3700137e2eecb9f95a064250",
"released": "17-09-12",
"vcs_tag": "v0.10.1+2",
"gpgSign": false
},
"files": [{
"includePattern": "./(rexray.*?\.(?:gz|rpm|deb))",
"excludePattern": "./.*/.*",
"uploadPattern": "unstable/0.10.1+2/$1"
}],
"publish": true
}
total 218088
drwxr-xr-x+ 57 akutz staff 1938 Sep 12 10:47 .
drwxr-xr-x+ 17 akutz staff 578 Sep 2 20:18 ..
-rw-r--r--@ 1 akutz staff 8196 Jun 9 17:18 .DS_Store
-rw-r--r--+ 1 akutz staff 137 Oct 27 2016 .atomenv.cson
drwxr-xr-x+ 3 akutz staff 102 May 8 11:13 .docker
drwxr-xr-x+ 10 akutz staff 340 Sep 11 09:56 .docs
drwxr-xr-x+ 3 akutz staff 102 Oct 27 2016 .docs-themes
drwxr-xr-x+ 3 akutz staff 102 Aug 6 13:47 .gist
drwxr-xr-x+ 16 akutz staff 544 Sep 12 10:47 .git
drwxr-xr-x+ 5 akutz staff 170 Sep 10 15:23 .github
-rw-r--r--+ 1 akutz staff 6324 Sep 10 15:23 .gitignore
-rw-r--r--+ 1 akutz staff 45 Oct 28 2016 .hound.yml
drwxr-xr-x+ 5 akutz staff 170 Sep 10 15:23 .puml
drwxr-xr-x+ 12 akutz staff 408 Sep 9 17:22 .site
-rw-r--r--+ 1 akutz staff 5042 Sep 10 15:23 .travis.yml
drwxr-xr-x+ 4 akutz staff 136 Dec 8 2016 .vagrant
-rw-r--r--+ 1 akutz staff 13725 Sep 10 19:17 Gopkg.lock
-rw-r--r--+ 1 akutz staff 4835 Sep 10 19:17 Gopkg.toml
-rw-r--r--+ 1 akutz staff 11325 Oct 27 2016 LICENSE
-rw-r--r--+ 1 akutz staff 15833 Sep 10 15:23 Makefile
-rw-r--r--+ 1 akutz staff 6159 Sep 11 09:56 README.md
-rw-r--r--+ 1 akutz staff 7 Sep 11 09:57 VERSION
-rw-r--r--+ 1 akutz staff 9899 Sep 10 15:23 Vagrantfile
drwxr-xr-x+ 5 akutz staff 170 Sep 10 19:17 agent
-rw-r--r--+ 1 akutz staff 528 Sep 12 10:47 bintray-stable.json
-rw-r--r--+ 1 akutz staff 528 Sep 12 10:47 bintray-staged.json
-rw-r--r--+ 1 akutz staff 532 Sep 12 10:47 bintray-unstable.json
drwxr-xr-x+ 29 akutz staff 986 Sep 12 10:46 cli
drwxr-xr-x+ 10 akutz staff 340 Sep 10 15:23 core
-rw-r--r--+ 1 akutz staff 10 Aug 3 17:57 coverage.out
-rwxr-xr-x+ 1 akutz staff 10959760 Aug 4 09:37 dep
-rw-r--r--+ 1 akutz staff 0 Sep 12 10:47 files.txt
-rwxr-xr-x+ 1 akutz staff 10470228 Oct 3 2016 glide
-rwxr-xr-x+ 1 akutz staff 5582 Sep 10 15:23 install
drwxr-xr-x+ 34 akutz staff 1156 Sep 10 15:23 libstorage
-rwxr-xr-x+ 1 akutz staff 266 Sep 10 15:23 make.sh
-rw-r--r--+ 1 akutz staff 41 Aug 6 11:45 md5sum.txt
-rw-r--r--+ 1 akutz staff 17 Sep 9 17:28 mkdocs.txt
-rw-r--r--+ 1 akutz staff 1188 Sep 10 19:17 mkdocs.yml
-rw-r--r--+ 1 akutz staff 9682646 Aug 4 06:18 rexray-Darwin-x86_64-0.9.2+852.tar.gz
-rwxr-xr-x 1 akutz staff 17627036 Sep 5 11:27 rexray-agent
-rw-r--r--+ 1 akutz staff 41 Sep 8 16:05 rexray-agent.yml
-rwxr-xr-x 1 akutz staff 13698700 Sep 5 11:27 rexray-client
-rwxr-xr-x 1 akutz staff 49001548 Sep 5 11:27 rexray-controller
-rw-r--r--+ 1 akutz staff 23 Aug 31 17:12 rexray-csi-nfs.yaml
-rw-r--r--+ 1 akutz staff 8200 Sep 11 09:02 rexray.go
-rw-r--r--+ 1 akutz staff 124 Sep 10 15:23 rexray_docs.go
-rw-r--r--+ 1 akutz staff 455 Sep 10 15:23 rexray_std_agent.go
-rw-r--r--+ 1 akutz staff 145 Sep 10 15:23 rexray_std_client_agent.go
-rw-r--r--+ 1 akutz staff 156 Sep 10 15:23 rexray_std_controller.go
-rw-r--r--+ 1 akutz staff 906 Sep 10 15:23 rpm.spec
drwxr-xr-x+ 10 akutz staff 340 Sep 12 10:46 scripts
-rw-r--r--+ 1 akutz staff 405 Sep 12 10:47 semver.env
-rw-r--r--+ 1 akutz staff 327 Sep 12 10:47 semver.mk
-rw-r--r--+ 1 akutz staff 127 Aug 6 11:45 uname.txt
drwxr-xr-x+ 10 akutz staff 340 Sep 11 09:49 util
drwxr-xr-x 7 akutz staff 238 Sep 10 17:33 vendor
a37abcac17aba9d9b1171d2debcd8df4 rexray
export GOOS=darwin
export GOARCH=amd64
export OS=Darwin
export ARCH=x86_64
export MAJOR=0
export MINOR=10
export PATCH=1
export BUILD=2
export NOTES=""
export DIRTY=false
export SHA7=c8dec866
export SHA32=c8dec866cdc376bc3700137e2eecb9f95a064250
export EPOCH=1505230317
export SEMVER="0.10.1+2"
export SEMVER_RPM="0.10.1+2"
export BUILD_DATE="Tue, 12 Sep 2017 10:31:57 CDT"
export RELEASE_DATE="17-09-12"
Darwin pax.kutz 16.6.0 Darwin Kernel Version 16.6.0: Fri Apr 14 16:21:16 PDT 2017; root:xnu-3789.60.24~6/RELEASE_X86_64 x86_64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment