Skip to content
Snippets Groups Projects
Unverified Commit 041afb5f authored by Laurent Carlier via arch-projects's avatar Laurent Carlier via arch-projects Committed by Jan Alexander Steffens (heftig)
Browse files

archrelease: sync the repos directory before commiting changes

parent 3efa4b7b
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,8 @@ done ...@@ -57,6 +57,8 @@ done
# gracefully handle files containing an "@" character # gracefully handle files containing an "@" character
known_files=("${known_files[@]/%/@}") known_files=("${known_files[@]/%/@}")
# update repo directory first to avoid a commit failure
svn up repos
for tag in "$@"; do for tag in "$@"; do
stat_busy "Copying %s to %s" "${trunk}" "${tag}" stat_busy "Copying %s to %s" "${trunk}" "${tag}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment