Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf1aba49

Browse files
authored
update.sh: tx-push before changing the tx config (#36)
1 parentf461f21 commitf1aba49

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎scripts/update.sh

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ cd locales
2525
sphinx-intl create-txconfig
2626
sphinx-intl update-txconfig-resources -p pot -d. --transifex-project-name python-newest
2727

28+
if ["$CI"=true ]
29+
then
30+
tx push --source --no-interactive --skip
31+
fi
32+
2833
# Update the translation project's .tx/config
2934
cd ../../..# back to $ROOTDIR
3035
mkdir -p .tx
@@ -33,9 +38,5 @@ sed cpython/Doc/locales/.tx/config \
3338
-e's|<lang>/LC_MESSAGES/||' \
3439
-e"s|^file_filter|trans.${LANGUAGE}|" \
3540
> .tx/config
36-
37-
if ["$CI"=true ]
38-
then
39-
tx push --source --no-interactive --skip
40-
fi
41+
4142
tx pull -l${LANGUAGE} --use-git-timestamps --parallel

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp