aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-11 10:48:08 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-10-11 10:48:08 -0700
commit7f09a55c782d7d5ba740c089b924f057a5d7ce27 (patch)
tree95de09a3c359f3ea51826b5271fd2370b03f8b48
parente625244896adb3a287c875718efee9ac3402e387 (diff)
downloadsubsurface-7f09a55c782d7d5ba740c089b924f057a5d7ce27.tar.gz
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 <dirk@hohndel.org>
-rwxr-xr-xscripts/mobilecomponents.sh2
1 files changed, 1 insertions, 1 deletions
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