Skip to content

fixed makefile which pinned old issue - #149

Merged
Jefffrey merged 3 commits into
apache:mainfrom
Abhinandankaushik:fix/makefile
Feb 9, 2026
Merged

fixed makefile which pinned old issue#149
Jefffrey merged 3 commits into
apache:mainfrom
Abhinandankaushik:fix/makefile

Conversation

@Abhinandankaushik

Copy link
Copy Markdown
Contributor

Title

Fix: Track main branch instead of pinned commit in Makefile

Description

The infrastructure-actions repository is currently pinned to a specific commit in the Makefile due to a previously reported issue in apache/infrastructure-actions (#218). That issue has since been resolved, but the pinned commit remains outdated.

I attempted to build the local Docker image using the pinned commit hash and encountered URL-related failures, which further suggests that the commit is no longer reliable.

This change updates the Makefile to stop pinning to a fixed commit and instead track the latest main branch of the infrastructure-actions repository. This ensures we automatically receive future fixes and reduces the risk of build failures caused by stale dependencies.

Changes Made :

  • Removed the hardcoded COMMIT_HASH
  • Updated the checkout-commit target to fetch and sync with origin/main

fix issue : #144

Copilot AI review requested due to automatic review settings February 8, 2026 10:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates the site build Makefile to stop pinning apache/infrastructure-actions to an old commit and instead track the repository’s main branch, addressing build breakages from stale dependencies (Issue #144).

Changes:

  • Removed the hardcoded COMMIT_HASH pin.
  • Updated the repo update target to fetch/checkout/pull main instead of a specific commit.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
Comment thread Makefile Outdated
Comment thread Makefile Outdated
@Abhinandankaushik

Copy link
Copy Markdown
Contributor Author

hey @Jefffrey can you please take a look in this PR is this is the change you want ?

Comment thread Makefile Outdated
Updated git commands to remove hard reset.

@Jefffrey Jefffrey left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thanks

@Jefffrey
Jefffrey merged commit eca0115 into apache:main Feb 9, 2026
2 checks passed
@Abhinandankaushik

Copy link
Copy Markdown
Contributor Author

Hey @Jefffrey
Can you please take a look here #148

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.

3 participants