diff options
author | Laurent Carlier via arch-projects <arch-projects@archlinux.org> | 2017-06-19 17:55:10 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-07-14 07:00:40 +0200 |
commit | 818e5f533f430f5596215aadc038064dbbc75d9b (patch) | |
tree | 64b5bb2bfd6cc5851aafb5f8d38e4c054e8e1c9b /archrelease.in | |
parent | 77679c4c6c2f45cd39c6db156ac6c6b48076c69a (diff) | |
download | devtools32-818e5f533f430f5596215aadc038064dbbc75d9b.tar.xz |
archrelease: sync the repos directory before commiting changes
Diffstat (limited to 'archrelease.in')
-rw-r--r-- | archrelease.in | 2 |
1 files changed, 2 insertions, 0 deletions
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}" |