From 1f65d9df62e53d28c0726f1067fdda345242709f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 6 Oct 2020 10:50:47 -0700 Subject: build-sytem: hide archived Subsurface version from translation scan The release process creates full Subsurface trees under tmp. Don't pick those up when looking for source strings. Signed-off-by: Dirk Hohndel --- scripts/updatetranslationsource.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/updatetranslationsource.sh') diff --git a/scripts/updatetranslationsource.sh b/scripts/updatetranslationsource.sh index 71d3f974d..c5bdff50b 100755 --- a/scripts/updatetranslationsource.sh +++ b/scripts/updatetranslationsource.sh @@ -20,7 +20,9 @@ git status | grep "Changes not staged for commit" 2>/dev/null && echo "tree not git status | grep "Changes to be committed" 2>/dev/null && echo "tree not clean" && exit 1 # now remove the translations and remove access to the kirigami sources +# and any old sources under tmp chmod 000 mobile-widgets/qml/kirigami +chmod 000 tmp rm translations/subsurface_source.ts # enable creating the translation strings @@ -51,6 +53,7 @@ git reset --hard # now enable access to kirigami again chmod 755 mobile-widgets/qml/kirigami +chmod 755 tmp # this really depends on my filesystem layout # push sources to Transifex -- cgit v1.2.3-70-g09d2