Обновить tools/build/README.md
This commit is contained in:
@@ -121,20 +121,20 @@ BUILD_ID=prod-$(date -u +%Y%m%dT%H%M%SZ) \
|
||||
Проверка архива:
|
||||
|
||||
```bash
|
||||
ls -lh dist/hy2xs-install-0.1.6.tar.gz
|
||||
sha256sum dist/hy2xs-install-0.1.6.tar.gz | tee dist/hy2xs-install-0.1.6.tar.gz.sha256
|
||||
ls -lh dist/hy2xs-install-0.2.1.tar.gz
|
||||
sha256sum dist/hy2xs-install-0.2.1.tar.gz | tee dist/hy2xs-install-0.2.1.tar.gz.sha256
|
||||
```
|
||||
|
||||
Проверка обязательных файлов:
|
||||
|
||||
```bash
|
||||
tar -tzf dist/hy2xs-install-0.1.6.tar.gz | grep -E '^(hy2xs-install/install.sh|hy2xs-install/orchestrator/hy2xs-orchestrator|hy2xs-install/ui/hy2xs-admin/hy2xs-admin|hy2xs-install/metadata/checksums.txt)$'
|
||||
tar -tzf dist/hy2xs-install-0.2.1.tar.gz | grep -E '^(hy2xs-install/install.sh|hy2xs-install/orchestrator/hy2xs-orchestrator|hy2xs-install/ui/hy2xs-admin/hy2xs-admin|hy2xs-install/metadata/checksums.txt)$'
|
||||
```
|
||||
|
||||
Проверка metadata:
|
||||
|
||||
```bash
|
||||
tar -xOzf dist/hy2xs-install-0.1.6.tar.gz hy2xs-install/metadata/package.env
|
||||
tar -xOzf dist/hy2xs-install-0.2.1.tar.gz hy2xs-install/metadata/package.env
|
||||
```
|
||||
|
||||
## When to update orchestrator/bun.lock
|
||||
@@ -173,7 +173,7 @@ If frozen install fails, update dependencies intentionally in source control and
|
||||
|
||||
## Полезные переменные
|
||||
|
||||
- `PACKAGE_VERSION=0.1.6`
|
||||
- `PACKAGE_VERSION=0.2.1`
|
||||
- `BUILD_ID=prod-$(date -u +%Y%m%dT%H%M%SZ)`
|
||||
- `BUN_FLAVOR=auto|x64|x64-baseline`
|
||||
- `FRONTEND_NODE_OLD_SPACE_SIZE=2048` (default memory limit for frontend build step)
|
||||
@@ -223,7 +223,7 @@ echo "bun_exit=$?"
|
||||
rm -rf .toolchain/bun .toolchain/bun-tmp
|
||||
rm -f .toolchain/downloads/bun-linux-x64-*.zip
|
||||
rm -f .toolchain/downloads/bun-linux-x64-baseline-*.zip
|
||||
PACKAGE_VERSION=0.1.6 ./tools/build/build.sh
|
||||
PACKAGE_VERSION=0.2.1 ./tools/build/build.sh
|
||||
```
|
||||
|
||||
Проверить shell syntax:
|
||||
|
||||
Reference in New Issue
Block a user