зеркало из https://github.com/github/vitess-gh.git
Address PR Feedback
Signed-off-by: Morgan Tocker <tocker@gmail.com>
This commit is contained in:
Родитель
5ebe0cfbd4
Коммит
aa84ea4300
3
go.mod
3
go.mod
|
@ -25,6 +25,7 @@ require (
|
|||
github.com/golang/mock v1.3.1
|
||||
github.com/golang/protobuf v1.3.2
|
||||
github.com/golang/snappy v0.0.0-20170215233205-553a64147049
|
||||
github.com/google/btree v1.0.0 // indirect
|
||||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect
|
||||
github.com/gorilla/websocket v0.0.0-20160912153041-2d1e4548da23
|
||||
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
|
||||
|
@ -49,6 +50,8 @@ require (
|
|||
github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
|
||||
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
|
||||
github.com/mitchellh/mapstructure v1.1.2 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
github.com/olekukonko/tablewriter v0.0.0-20160115111002-cca8bbc07984
|
||||
github.com/opentracing-contrib/go-grpc v0.0.0-20180928155321-4b5a12d3ff02
|
||||
github.com/opentracing/opentracing-go v1.1.0
|
||||
|
|
|
@ -17,12 +17,12 @@ VERSION="5.0.0" # tmp
|
|||
|
||||
RELEASE_ID="vitess-${VERSION}-${SHORT_REV}"
|
||||
RELEASE_DIR="${VTROOT}/releases/${RELEASE_ID}"
|
||||
DESCRIPTION='A database clustering system for horizontal scaling of MySQL
|
||||
DESCRIPTION="A database clustering system for horizontal scaling of MySQL
|
||||
|
||||
Vitess is a database solution for deploying, scaling and managing large
|
||||
clusters of MySQL instances. It’s architected to run as effectively in a public
|
||||
clusters of MySQL instances. It's architected to run as effectively in a public
|
||||
or private cloud architecture as it does on dedicated hardware. It combines and
|
||||
extends many important MySQL features with the scalability of a NoSQL database.'
|
||||
extends many important MySQL features with the scalability of a NoSQL database."
|
||||
|
||||
DEB_FILE="vitess_${VERSION}-${SHORT_REV}_amd64.deb"
|
||||
RPM_FILE="vitess-${VERSION}-${SHORT_REV}.x86_64.rpm"
|
||||
|
@ -83,6 +83,6 @@ echo "Packages created as of $(date +"%m-%d-%y") at $(date +"%r %Z")"
|
|||
echo ""
|
||||
echo "Package | SHA256"
|
||||
echo "------------ | -------------"
|
||||
echo "${TAR_FILE} | $(sha256sum ~/releases/"${TAR_FILE}" | awk '{print $1}')"
|
||||
echo "${DEB_FILE} | $(sha256sum ~/releases/"${DEB_FILE}" | awk '{print $1}')"
|
||||
echo "${RPM_FILE} | $(sha256sum ~/releases/"${RPM_FILE}" | awk '{print $1}')"
|
||||
echo "${TAR_FILE} | $(sha256sum "${VTROOT}/releases/${TAR_FILE}" | awk '{print $1}')"
|
||||
echo "${DEB_FILE} | $(sha256sum "${VTROOT}/releases/${DEB_FILE}" | awk '{print $1}')"
|
||||
echo "${RPM_FILE} | $(sha256sum "${VTROOT}/releases/${RPM_FILE}" | awk '{print $1}')"
|
||||
|
|
Загрузка…
Ссылка в новой задаче