Skip to content

Release v26.2 -> dev#123

Closed
lsheikal wants to merge 590 commits intodevfrom
release_26.2
Closed

Release v26.2 -> dev#123
lsheikal wants to merge 590 commits intodevfrom
release_26.2

Conversation

@lsheikal
Copy link
Contributor

@lsheikal lsheikal commented Mar 3, 2026

Automated PR to merge release branch release_26.2 into dev.

@lsheikal lsheikal closed this Mar 3, 2026
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5d9a26c0ca

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +136 to +137
@ssh -q $(PROD_USER) 'test -e $(STAGING_PKGS)/$(PKG_NAME) || mkdir $(STAGING_PKGS)/$(PKG_NAME)'
@scp $(DIST_DIR)/* $(PROD_USER):$(STAGING_PKGS)/$(PKG_NAME)/

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Validate staging deploy vars before invoking ssh/scp

The new distribute_staging target uses $(PROD_USER) and $(STAGING_PKGS) without defining defaults or checking that they are set, and this commit also removed the previous top-level deploy variable defaults. In a normal local run (no extra env vars), these expand to empty strings and produce invalid commands like ssh -q ... / scp ... :/unicon.plugins/, so staging distribution fails (or can target an unintended path) before any package is copied.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants