mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #6360 from jonboulle/master
scripts, doc: remove actool references
This commit is contained in:
commit
0b9c65c82f
@ -47,7 +47,7 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
|
|||||||
|
|
||||||
## Build release binaries and images
|
## Build release binaries and images
|
||||||
|
|
||||||
- Ensure `actool` is available, or installing it through `go get github.com/appc/spec/actool`.
|
- Ensure `acbuild` is available.
|
||||||
- Ensure `docker` is available.
|
- Ensure `docker` is available.
|
||||||
|
|
||||||
Run release script in root directory:
|
Run release script in root directory:
|
||||||
|
@ -48,7 +48,7 @@ All releases version numbers follow the format of [semantic versioning 2.0.0](ht
|
|||||||
|
|
||||||
## Build Release Binaries and Images
|
## Build Release Binaries and Images
|
||||||
|
|
||||||
- Ensure `actool` is available, or installing it through `go get github.com/appc/spec/actool`.
|
- Ensure `acbuild` is available.
|
||||||
- Ensure `docker` is available.
|
- Ensure `docker` is available.
|
||||||
|
|
||||||
Run release script in root directory:
|
Run release script in root directory:
|
||||||
|
@ -11,11 +11,8 @@ if [ -z "${VERSION}" ]; then
|
|||||||
exit 255
|
exit 255
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# A non-installed actool can be used, for example:
|
if ! command -v acbuild >/dev/null; then
|
||||||
# ACTOOL=../../appc/spec/bin/actool
|
echo "cannot find acbuild"
|
||||||
ACTOOL=${ACTOOL:-actool}
|
|
||||||
if ! command -v $ACTOOL >/dev/null; then
|
|
||||||
echo "cannot find actool ($ACTOOL)"
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user