From 79f1c3477ea5ab159bac5e44157101c3c78b63dc Mon Sep 17 00:00:00 2001 From: Michael Maguire Date: Thu, 28 Jan 2021 16:56:41 +0100 Subject: [PATCH] Make a clearer comment about liba/0.2 creation here. --- features/lockfiles/ci/build.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/lockfiles/ci/build.py b/features/lockfiles/ci/build.py index 301e19db..95f863f7 100755 --- a/features/lockfiles/ci/build.py +++ b/features/lockfiles/ci/build.py @@ -74,7 +74,10 @@ def ci_pipeline(): "--user=user --channel=testing --lockfile-out=../locks/libb_deps_base.lock --base") # Even if liba gets a new 0.2 version, the lockfile will avoid it + # For example, one could run: run("conan create liba liba/0.2@user/testing") + # ... and we'd still be using liba/0.1 below. + with chdir("libb"): # This will be useful to capture the revision run("conan export . libb/0.2@user/testing --lockfile=../locks/libb_deps_base.lock "