Piotr Tabor
|
0ba16d8ee1
|
*: Convert tabulators to whitespaces in bash scripts.
Execution of `./scripts/fix.sh` that executed:
```
find ./ -name '*.sh' | xargs sed --follow-symlinks -i 's|\t| |g'
```
|
2020-10-26 10:59:40 +01:00 |
|
Nirman Narang
|
17a220eaee
|
scripts: Added s390x support for docker image release
|
2020-01-20 07:09:59 -08:00 |
|
Gyuho Lee
|
ac613c481f
|
scripts: fix build docker commands, add more logging
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-08-12 10:20:05 -07:00 |
|
Gyuho Lee
|
7299a6a106
|
*: remove "acbuild"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
|
2019-08-12 09:31:22 -07:00 |
|
Joe Betz
|
7750974760
|
scripts: Add scripts/release that performs 'etcd-release-runbook' (https://goo.gl/Gxwysq) style release workflow
|
2018-04-18 13:35:41 -07:00 |
|