From 4a9129024531d2879be6451df5540d47e939a0d0 Mon Sep 17 00:00:00 2001 From: James Page Date: Fri, 28 Oct 2022 08:58:46 +0200 Subject: [PATCH] Open stable/yoga branch Update .gitreview default branch. Pin upper-constraits for stable/yoga. Change-Id: I9ca22f5fea0ca2de9084d1b904e957b4de2c0466 --- .gitreview | 1 + snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitreview b/.gitreview index df5ea22..0da3d2b 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.opendev.org port=29418 project=x/snap-openstackclients.git +defaultbranch=stable/yoga diff --git a/snapcraft.yaml b/snapcraft.yaml index f1ea308..a950a9c 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -184,7 +184,7 @@ parts: - setuptools-rust - Cython constraints: - - https://raw.githubusercontent.com/openstack/requirements/master/upper-constraints.txt + - https://raw.githubusercontent.com/openstack/requirements/stable/yoga/upper-constraints.txt build-packages: - libffi-dev - libssl-dev