index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-17 15:48:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-17 15:48:43 +0200 |
commit | 7351da7b66148a91ae48e6a95564c6a64490e248 (patch) | |
tree | cdd4aa91f17e4436dbc351201ed0f0cd510c29e1 | |
parent | 40d8a3a26d3160bc327b37d0ea180806bf267277 (diff) |
-rwxr-xr-x | bin/build-master-status-from-mysql | 3 |
diff --git a/bin/build-master-status-from-mysql b/bin/build-master-status-from-mysql index 46e8e38..4b00278 100755 --- a/bin/build-master-status-from-mysql +++ b/bin/build-master-status-from-mysql @@ -45,7 +45,6 @@ if [ ! -s "${work_dir}/build-master-sanity" ]; then { printf 'INSERT IGNORE INTO `statistics` (' printf '`%s`,' \ - 'date' \ 'stable_packages_count' \ 'pending_tasks_count' \ 'pending_packages_count' \ @@ -60,8 +59,6 @@ if [ ! -s "${work_dir}/build-master-sanity" ]; then 'next_tasks_count' | \ sed 's/,$//' printf ') VALUES (' - # date - printf 'NOW(),' # stable_packages_count printf '(SELECT COUNT(DISTINCT `binary_packages`.`id`) FROM' printf ' `binary_packages`' |