summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 0648db3..d827cdb 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -239,6 +239,11 @@ while [ "${count}" -ne 0 ]; do
find_pkgbuilds "${package}" "${repository}" "${git_repo}" "${git_revision}" "${mod_git_revision}"
+ # trigger update of mirror (if configured)
+ if [ -n "${mirror_update_command}" ]; then
+ ${mirror_update_command}
+ fi
+
bail_out() {
err=$?
if [ -n "$1" ]; then