Fetch upstream for latest strings

This commit is contained in:
su-ex 2021-09-18 00:21:21 +02:00
parent 737b93d446
commit bf43efd0f3
No known key found for this signature in database
GPG Key ID: E9E9F6644110943E

View File

@ -9,6 +9,10 @@ pushd "$mydir" > /dev/null
source ./merge_helpers.sh
# Fetch to get latest strings for current version
# ToDo: Find out actual versions in case it's not yet merged
forall_repos git fetch upstream
# Check branch
check_branch $branch
forall_repos check_branch $branch