diff options
author | Laurent Carlier via arch-projects <arch-projects@archlinux.org> | 2017-06-19 17:55:10 +0200 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-07-05 18:23:38 +0200 |
commit | 041afb5f0740ca5ecc96daa48681b2272f8e8e90 (patch) | |
tree | 6f83a5f5a6981da55d2cd17fac19e090d4afe498 /archrelease.in | |
parent | 3efa4b7bf550e87ade5f484e2f086e164292a51f (diff) | |
download | devtools32-041afb5f0740ca5ecc96daa48681b2272f8e8e90.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}" |