gnome-patch-translation/update-solve-upload-conflict

20 lines
495 B
Plaintext
Raw Normal View History

#!/bin/bash
# Fail on errors:
set -e
if ! test -x 50-tools/gnome-patch-translation-collect ; then
echo "ERROR: 50-tools/gnome-patch-translation-collect is missing.
Please call update-step1-update-translations-from-lcn."
exit 1
fi
. ./gnome-patch-translation.conf
export CALLING_FROM_G_P_T=1
export FORGESVN_URI LCN_BRANCH OSC_REPOSITORY GPT_PACKAGES OSC_APIURL
# And then run needed scripts:
50-tools/gnome-patch-translation-from-forge
exec 50-tools/gnome-patch-translation-remerge