diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-10-11 10:48:08 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-11 10:48:08 -0700 |
commit | 7f09a55c782d7d5ba740c089b924f057a5d7ce27 (patch) | |
tree | 95de09a3c359f3ea51826b5271fd2370b03f8b48 | |
parent | e625244896adb3a287c875718efee9ac3402e387 (diff) | |
download | subsurface-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-x | scripts/mobilecomponents.sh | 2 |
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 |