index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-02-18 08:25:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-02-18 08:25:51 +0100 |
commit | 8fe54b099f881a3dbe885f3c29049324b2ae4747 (patch) | |
tree | 3b79a49d93144120aafffb80ab199639d75b6ba4 | |
parent | ba935ea9e7709c284bfe714db156f17eea75819a (diff) |
-rwxr-xr-x | bin/mysql-functions | 4 |
diff --git a/bin/mysql-functions b/bin/mysql-functions index 9e00887..5850ab5 100755 --- a/bin/mysql-functions +++ b/bin/mysql-functions @@ -725,6 +725,10 @@ mysql_find_build_assignment_loops() { printf ' WHERE `repositories_dependent`.`name`="build-list" AND `repositories_dependency`.`name`="build-list"' } | \ ${mysql_command} --raw --batch | \ + sed ' + 1d + y/\t/ / + ' | \ tsort 2>&1 >/dev/null | \ sed 's/^tsort:\s*//' | \ { |