Skip to content

Commit

Permalink
WIP craft-cli from main
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Jun 13, 2023
1 parent 665d179 commit 650adf7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ codespell==2.2.4
colorama==0.4.6
coverage==7.2.5
craft-archives==1.0.0
craft-cli==1.2.0
#craft-cli==1.2.0
git+https://github.com/canonical/craft-cli.git@main#egg=craft_cli
craft-grammar==1.1.1
craft-parts==1.21.1
craft-providers==1.13.0
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ chardet==5.1.0
charset-normalizer==3.1.0
click==8.1.3
craft-archives==1.0.0
craft-cli==1.2.0
#craft-cli==1.2.0
git+https://github.com/canonical/craft-cli.git@main#egg=craft_cli
craft-grammar==1.1.1
craft-parts==1.21.1
craft-providers==1.13.0
Expand Down
2 changes: 1 addition & 1 deletion snapcraft/parts/lifecycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def _run_lifecycle_and_pack(
parsed_args: "argparse.Namespace",
) -> None:
"""Execute the parts lifecycle, generate metadata, and create the snap."""
emit.message("USING craft-cli version 1.2.0")
emit.message("USING craft-cli from branch 'main'")
with ua_manager.ua_manager(parsed_args.ua_token, services=project.ua_services):
lifecycle.run(
step_name,
Expand Down

0 comments on commit 650adf7

Please sign in to comment.