8000 Introduce --parallel options · python/python-docs-ja@1be00b4 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit 1be00b4

Browse files
committed
Introduce --parallel options
1 parent e47a64d commit 1be00b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/push/renew-catalog-template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ echo "I have .pot file(s) to upload"
2727
rm -rf .tx
2828
sphinx-intl create-txconfig
2929
sphinx-intl update-txconfig-resources --transifex-project-name=${TRANSIFEX_PROJECT} --locale-dir . --pot-dir pot
30-
tx push -s
30+
tx push --source --parallel
3131
git add .tx
3232
git commit --message="[skip ci] Update .pot files and .tx/config"
3333
git push --quiet "git@cpython-doc-catalog.github.com:python-doc-ja/cpython-doc-catalog.git" ${CATALOG_BRANCH}:${CATALOG_BRANCH}

scripts/push/upload-catalog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -e .tx/config ]; then
1616
exit 0
1717
fi
1818

19-
tx pull --force --language ja
19+
tx pull --force --language ja --parallel
2020
cd ja/LC_MESSAGES
2121
git add *.po **/*.po
2222
git status

0 commit comments

Comments
 (0)
0