gnome-patch-translation/update-solve-upload-conflict
Vincent Untz 632fb99c4e Accepting request 88859 from home:sbrabec:branches:GNOME:Factory
- Updated da, el, fr, hu, it, ja, nb, nl, pl, ru.
- Fix of update-solve-upload-conflict supplementary script.

OBS-URL: https://build.opensuse.org/request/show/88859
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-patch-translation?expand=0&rev=40
2011-10-21 16:12:02 +00:00

23 lines
606 B
Bash

#!/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
RPM_OSC_REPOSITORIES="${OSC_REPOSITORIES[*]}"
export LCN_SVN_URI LCN_BRANCH RPM_OSC_REPOSITORIES GPT_PACKAGES OSC_APIURL
# Delete the old LCN snapshot.
rm -rf LCN-${LCN_BRANCH//\//-}
# And then run needed scripts:
50-tools/gnome-patch-translation-from-lcn
exec 50-tools/gnome-patch-translation-remerge