Продакшн рефактор без легаси
This commit is contained in:
@@ -24,6 +24,16 @@ if [ ! -x "$ORCHESTRATOR" ]; then
|
||||
fail "Missing executable orchestrator artifact: $ORCHESTRATOR"
|
||||
fi
|
||||
|
||||
if [ ! -f "$PACKAGE_DIR/metadata/checksums.txt" ]; then
|
||||
fail "Missing package checksums: $PACKAGE_DIR/metadata/checksums.txt"
|
||||
fi
|
||||
|
||||
log "verifying package checksums"
|
||||
(
|
||||
cd "$PACKAGE_DIR"
|
||||
sha256sum -c metadata/checksums.txt
|
||||
)
|
||||
|
||||
install -d -m 0755 /usr/local/lib/hy2xs
|
||||
install -m 0755 "$ORCHESTRATOR" "$ORCHESTRATOR_INSTALL_PATH"
|
||||
ln -sf "$ORCHESTRATOR_INSTALL_PATH" "$ORCHESTRATOR_SYMLINK"
|
||||
|
||||
Reference in New Issue
Block a user