← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lp-signing:charm-update-ols-layers into lp-signing:master

 

Colin Watson has proposed merging ~cjwatson/lp-signing:charm-update-ols-layers into lp-signing:master.

Commit message:
charm: Update charm-wheels/ols-layers

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lp-signing/+git/lp-signing/+merge/452570

The old version of layer-basic embedded in ols-layers had some insufficient pinning; as a result, builds have started failing recently due to changes in some unpinned dependencies.  Updating charm-wheels and ols-layers fixes that.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lp-signing:charm-update-ols-layers into lp-signing:master.
diff --git a/charm/lp-signing/charmcraft.yaml b/charm/lp-signing/charmcraft.yaml
index 9b1a73d..e0454fe 100644
--- a/charm/lp-signing/charmcraft.yaml
+++ b/charm/lp-signing/charmcraft.yaml
@@ -11,7 +11,7 @@ bases:
 parts:
   charm-wheels:
     source: https://git.launchpad.net/~ubuntuone-hackers/ols-charm-deps/+git/wheels
-    source-commit: "81b18be78649b73fda9a65dbbb1e02fc3aba166f"
+    source-commit: "42c89d9c66dbe137139b047fd54aed49b66d1a5e"
     source-submodules: []
     source-type: git
     plugin: dump
@@ -21,7 +21,7 @@ parts:
       - "-charm-wheels"
   ols-layers:
     source: https://git.launchpad.net/ols-charm-deps
-    source-commit: "e13ccad47df4f05afbf93fa62ddafe180fde78aa"
+    source-commit: "9c59a9804f1f40e2a74be7dac9bf18a655a7864f"
     source-submodules: []
     source-type: git
     plugin: dump