archrelease: sync the repos directory before commiting changes

This commit is contained in:
Laurent Carlier via arch-projects 2017-06-19 17:55:10 +02:00 committed by Jan Alexander Steffens (heftig)
parent 3efa4b7bf5
commit 041afb5f07
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,8 @@ done
# gracefully handle files containing an "@" character
known_files=("${known_files[@]/%/@}")
# update repo directory first to avoid a commit failure
svn up repos
for tag in "$@"; do
stat_busy "Copying %s to %s" "${trunk}" "${tag}"