From 7f09a55c782d7d5ba740c089b924f057a5d7ce27 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 11 Oct 2017 10:48:08 -0700 Subject: QML UI: pin known good Kirigami version Following master is just not healthy. We need to be more deliberate in which version we built against. An update in the last 24 hours broke Subsurface-mobile again. Signed-off-by: Dirk Hohndel --- scripts/mobilecomponents.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 3fd01b683..6e1178496 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -33,7 +33,7 @@ if [ "$NOPULL" = "" ] ; then git checkout master git pull origin master # if we want to pin a specific Kirigami version, we can do this here - # git checkout v2.2.0 + git checkout 71e0b7ca2aee5b2381e07baedc0affcd367758b7 popd fi if [ ! -d breeze-icons ] ; then -- cgit v1.2.3-70-g09d2