From 2fd066794b2d8f69751361622720fcda56e1f4a1 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 25 Sep 2015 10:58:25 +0200 Subject: [PATCH] Transifex push script. --- ci/txpush.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 ci/txpush.sh diff --git a/ci/txpush.sh b/ci/txpush.sh new file mode 100755 index 000000000..f6e7859bc --- /dev/null +++ b/ci/txpush.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +# Make sure we can make Transifex and git operations from the Calamares Docker+Jenkins environment. +cp ~/jenkins-master/.transifexrc ~ +cp ~/jenkins-master/.gitconfig ~ +cp -R ~/jenkins-master/.ssh ~ + +cd "$WORKSPACE" +git config --global http.sslVerify false + +export QT_SELECT=5 +lupdate src/ -ts -no-obsolete lang/calamares_en.ts +tx push --force --source --no-interactive