From 041afb5f0740ca5ecc96daa48681b2272f8e8e90 Mon Sep 17 00:00:00 2001 From: Laurent Carlier via arch-projects Date: Mon, 19 Jun 2017 17:55:10 +0200 Subject: archrelease: sync the repos directory before commiting changes --- archrelease.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archrelease.in') diff --git a/archrelease.in b/archrelease.in index 6b4f1be..2ebabc9 100644 --- a/archrelease.in +++ b/archrelease.in @@ -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}" -- cgit v1.2.3-54-g00ecf