Files
fedora-infra_ansible/roles/fedora-docs/translation/files/docs-translation-update
Michael Scherer 4eee290230 Remove safety measure now that's validated
Also prevent sundries from filling up.
2020-05-18 21:14:32 +02:00

16 lines
340 B
Bash

#!/bin/bash
OLD=$(mktemp -d -t fedora_docs_trans_XXXX)
cd $OLD
function clean_tmp() {
[ -n "$OLD" ] && rm -Rf "$OLD"
}
trap clean_tmp exit
git clone https://pagure.io/fedora-docs/translations-scripts.git
cd translations-scripts
./build.py --clone_sources true --commit_l10n true --commit_tsources true --clone-po4a
./stats/compute.sh