diff --git a/ci/txpull.sh b/ci/txpull.sh index 49e5c698b..ed22c278e 100755 --- a/ci/txpull.sh +++ b/ci/txpull.sh @@ -14,6 +14,9 @@ tx pull --force --source --all git add --verbose lang/calamares*.ts git commit --author='Calamares CI ' --message='[core] Automatic merge of Transifex translations' | true +git add --verbose lang/desktop*.desktop calamares.desktop +git commit --author='Calamares CI ' --message='[desktop] Automatic merge of Transifex translations' | true + # Transifex updates the PO-Created timestamp also when nothing interesting # has happened, so drop the files which have just 1 line changed (the # PO-Created line). This applies only to modules which use po-files. diff --git a/ci/txpush.sh b/ci/txpush.sh index 0bb3f35f1..e27346bd0 100755 --- a/ci/txpush.sh +++ b/ci/txpush.sh @@ -32,3 +32,5 @@ for MODULE_DIR in `find src/modules -maxdepth 1 -mindepth 1 -type d`; do done tx push --source --no-interactive -r calamares.calamares-master +tx push --no-interactive -r calamares.fdo +