Diff comments:
> diff --git a/lib/lp/crafts/model/craftrecipebuildjob.py
> b/lib/lp/crafts/model/craftrecipebuildjob.py
> index f1cbcf5..c799b7f 100644
> --- a/lib/lp/crafts/model/craftrecipebuildjob.py
> +++ b/lib/lp/crafts/model/craftrecipebuildjob.py
> @@ -381,6 +381,12 @@ class CraftPublishingJob(CraftRecipeBuildJobDerived):
>
> f.write(config_content)
>
> + # Create credentials.toml
> + with open(os.path.join(cargo_dir, "credentials.toml"), "w") as f:
> + f.write(
My question was more about tests checking whether this file gets created or not.
> + "\n" "[registries.launchpad]\n" f'token = "Bearer {token}"\n'
> + )
> +
> # Replace any Cargo.toml files with their .orig versions if they
> exist,
> # as the .orig files contain the original content before build
> # modifications
--
https://code.launchpad.net/~ruinedyourlife/launchpad/+git/launchpad/+merge/487668
Your team Launchpad code reviewers is requested to review the proposed merge of
~ruinedyourlife/launchpad:fix-wrong-conflict-removal into launchpad:master.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp