diff options
author | Erich Eckner <git@eckner.net> | 2019-06-18 13:30:45 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-18 13:30:45 +0200 |
commit | 320ba470109f88a2097f8270e9f8c6f321f3af80 (patch) | |
tree | 07969637be1bd3e9ba551dbdc7ffa607eb7b935e /bin/build-master-status | |
parent | 58fa076f7312c5cc6b879f462b785c11cec55cb5 (diff) | |
download | builder-320ba470109f88a2097f8270e9f8c6f321f3af80.tar.xz |
bin/build-master-status: keep the `currently_blocking` column up-to-date
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-x | bin/build-master-status | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/build-master-status b/bin/build-master-status index cb18280..7a17923 100755 --- a/bin/build-master-status +++ b/bin/build-master-status @@ -250,3 +250,6 @@ if [ ! -s "${work_dir}/build-master-sanity" ]; then } | \ mysql_run_query 'unimportant' fi + +# update count of blocked packages +update_blocked_packages_count |