index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-07-05 15:44:42 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@parabola.nu> | 2017-07-05 15:44:42 -0400 |
commit | 75c741615ecb8e708f9bd8600cf77383be5cecf3 (patch) | |
tree | ead4b8474f31c88e83172ba9654ac677ded03359 /archrelease.in | |
parent | 68bfc3b1b33210bef89ec8dc5c636c019db5ed0a (diff) | |
parent | b57ae07ee862fe022a637661cc39f41484abeec4 (diff) |
-rw-r--r-- | archrelease.in | 3 |
diff --git a/archrelease.in b/archrelease.in index 6b4f1be..25379a7 100644 --- a/archrelease.in +++ b/archrelease.in @@ -58,6 +58,9 @@ 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}" |