| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
LGTM, please fix formatting
Sorry, something went wrong.
|
please rebase on the latest main, for the CI to pass :) |
Sorry, something went wrong.
UPDATE_DISCONNECTED still re-touches the update step's stamp on every build, which invalidates the downstream patch step's stamp even though the source wasn't reset. Since git apply isn't idempotent, this made every incremental build after the first fail with "patch does not apply". Skip re-applying when the patch is already present. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
done |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
UPDATE_DISCONNECTED still re-touches the update step's stamp on every
build, which invalidates the downstream patch step's stamp even though
the source wasn't reset. Since git apply isn't idempotent, this made
every incremental build after the first fail with "patch does not
apply". Skip re-applying when the patch is already present.
Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com
Checklist