Skip to content

Commit 6fb5d70

Browse files
Merge pull request #796 from nextcloud/translation/noid/add-tooling-versions
ci(translations): Print tooling versions in output
2 parents 9778704 + b7d4832 commit 6fb5d70

11 files changed

+53
-0
lines changed

translations-app/handleAppTranslations.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
php -v
9+
tx -v
10+
xgettext -V
11+
612
# import GPG keys
713
gpg --import /gpg/nextcloud-bot.public.asc
814
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleAppsTranslations.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
php -v
9+
tx -v
10+
xgettext -V
11+
612
# import GPG keys
713
gpg --import /gpg/nextcloud-bot.public.asc
814
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleAppstoreTranslations.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
python3 --version
9+
tx -v
10+
611
# import GPG keys
712
gpg --import /gpg/nextcloud-bot.public.asc
813
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleChangelogServerTranslations.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
php -v
9+
tx -v
10+
611
# import GPG keys
712
gpg --import /gpg/nextcloud-bot.public.asc
813
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleExternalBranchedAndroidTranslations.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
tx -v
9+
610
# import GPG keys
711
gpg --import /gpg/nextcloud-bot.public.asc
812
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handlePlainTranslations.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
python3 --version
9+
tx -v
10+
611
# import GPG keys
712
gpg --import /gpg/nextcloud-bot.public.asc
813
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleSwiftNextcloudUITranslations.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
tx -v
9+
610
# import GPG keys
711
gpg --import /gpg/nextcloud-bot.public.asc
812
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleTranslations.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
php -v
9+
tx -v
10+
xgettext -V
11+
612
# import GPG keys
713
gpg --import /gpg/nextcloud-bot.public.asc
814
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleiOSNotesTranslations.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
tx -v
9+
610
# import GPG keys
711
gpg --import /gpg/nextcloud-bot.public.asc
812
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

translations/handleiOSTalkTranslations.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
# verbose and exit on error
44
set -xe
55

6+
# Print tooling information
7+
lsb_release -a
8+
tx -v
9+
610
# import GPG keys
711
gpg --import /gpg/nextcloud-bot.public.asc
812
gpg --allow-secret-key-import --import /gpg/nextcloud-bot.asc

0 commit comments

Comments
 (0)