fix: revert organize from build
Metadata
Current evaluation
Merged to revert commit 8e4daf5, resolving a Snapcraft regression caused by the organize-from-build feature. Approved by two reviewers and verified downstream. The feature will be reintroduced once underlying issues are resolved.
Suggested action: —
No scores available.
Issue body
This reverts commit 8e4daf5dfb8c81bc6634b9d7f7f1f182cb9a99ab as
it causes a regression reported in Snapcraft. This feature will be
added back when all issues are properly solved.
- [ ] Have you followed the guidelines for contributing?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `make lint && make test`?
- [ ] Have you added an entry to the changelog (`docs/reference/changelog.rst`)?
---
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged to revert commit 8e4daf5, resolving a Snapcraft regression caused by the organize-from-build feature. Approved by two reviewers and verified downstream. The feature will be reintroduced once underlying issues are resolved. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged to revert commit 8e4daf5, resolving a Snapcraft regression. The feature will be reintroduced after underlying issues are addressed. Downstream testing verified the fix. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #442 executor: fix subdir in pull and build steps | craft-parts | merged | Merged fix aligning pull and build step working directories with source-subdir settings. Approved by two reviewers and passed CI. Reviewers noted potential Snapcraft breakage and recommended noting workaround removal in release notes. | |
| #2047 pluginhandler: organize in build instead of stage | snapcraft | merged | Merged. Relocates file organization from the stage step to the build step in Snapcraft, resolving double-staging failures and ensuring collision detection accounts for organized files. Approved by reviewer. |