Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-11-05 02:13:19 +0300
committerGitHub <noreply@github.com>2022-11-05 02:13:19 +0300
commit5363c606d536d489081c811099341b4256e3ebe8 (patch)
tree1f1f35fb4b14531183afff35b79e4846a36a2d6c
parent104d850fe444f453d00085f51aa566eaf41ce1ec (diff)
parent77179840dbb6b967b97b5a523f01acef3be69280 (diff)
Merge pull request #462 from nextcloud/rakekniven-patch-1
Adapted supported versions
-rwxr-xr-xtranslations-app/handleAppTranslations.sh6
-rwxr-xr-xtranslations/handleTranslations.sh2
2 files changed, 4 insertions, 4 deletions
diff --git a/translations-app/handleAppTranslations.sh b/translations-app/handleAppTranslations.sh
index 5a0a94f..2948638 100755
--- a/translations-app/handleAppTranslations.sh
+++ b/translations-app/handleAppTranslations.sh
@@ -27,7 +27,7 @@ fi
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
-versions='stable22 stable23 stable24 master main'
+versions='stable23 stable24 stable25 master main'
if [ -f '/app/.tx/backport' ]; then
versions="$(cat /app/.tx/backport) master main"
fi
@@ -53,7 +53,7 @@ do
git push
# ignore build folder logreader
- if [ "$version" = "stable22" ] || [ "$version" = "stable23" ] ; then
+ if [ "$version" = "stable23" ] ; then
if [ "$2" = "logreader" ] ; then
rm -rf build
fi
@@ -63,7 +63,7 @@ do
/translationtool.phar create-pot-files
# ignore build folder logreader
- if [ "$version" = "stable22" ] || [ "$version" = "stable23" ] ; then
+ if [ "$version" = "stable23" ] ; then
if [ "$2" = "logreader" ] ; then
git checkout -- build
fi
diff --git a/translations/handleTranslations.sh b/translations/handleTranslations.sh
index 709e546..f7785a2 100755
--- a/translations/handleTranslations.sh
+++ b/translations/handleTranslations.sh
@@ -22,7 +22,7 @@ cd -
# TODO use build/l10nParseAppInfo.php to fetch app names for l10n
-versions='stable22 stable23 stable24 master'
+versions='stable23 stable24 stable25 master'
# build POT files for all versions
mkdir stable-templates