Skip to content

Commit

Permalink
feat(parts): capture error message from scriptlets
Browse files Browse the repository at this point in the history
Update Craft Parts to a version that captures stderr from scriptlet
execution.

Signed-off-by: Claudio Matsuoka <[email protected]>
  • Loading branch information
cmatsuoka committed Jan 16, 2025
1 parent 685a8d6 commit 9ba562f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ craft-grammar==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-parts==2.1.2
craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ craft-grammar==2.0.1
# via
# craft-application
# snapcraft (setup.py)
craft-parts==2.1.2
craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution
# via
# craft-application
# snapcraft (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def recursive_data_files(directory, install_directory):
"craft-archives~=2.0",
"craft-cli~=2.9",
"craft-grammar>=2.0.1,<3.0.0",
"craft-parts>=2.1.2,<3.0.0",
"craft-parts @ git+https://github.com/canonical/craft-parts@CRAFT-3828-Capture-error-in-step-scriptlet-execution",
"craft-platforms~=0.4",
"craft-providers>=2.0.4,<3.0.0",
"craft-store>=3.0.2,<4.0.0",
Expand Down

0 comments on commit 9ba562f

Please sign in to comment.