SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("architectures=\"",GROUP_CONCAT(`architectures`.`name` SEPARATOR " "),"\"") FROM `architectures` GROUP BY "1"; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",REPLACE(CONCAT("architecture_ids__",`architectures`.`name`,"=",`architectures`.`id`),"-","_") FROM `architectures`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("non_any_architecture_ids=",GROUP_CONCAT(`architectures`.`id` ORDER BY `architectures`.`id`)) FROM `architectures` WHERE `architectures`.`name`!="any"; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",REPLACE(CONCAT("repository_ids__",`architectures`.`name`,"_",`repositories`.`name`,"=",`repositories`.`id`),"-","_") FROM `repositories` JOIN `architectures` ON `repositories`.`architecture`=`architectures`.`id`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("upstream_repository_names=\"",GROUP_CONCAT(`upstream_repositories`.`name` SEPARATOR " "),"\"") FROM `upstream_repositories` GROUP BY "1"; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("repo_names=\"",GROUP_CONCAT(`git_repositories`.`name` SEPARATOR " "),"\"") FROM `git_repositories` GROUP BY "1"; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("repo_paths__",`git_repositories`.`name`,"=","\"",`git_repositories`.`directory`,"\";repo_heads__",`git_repositories`.`name`,"=","\"",`git_repositories`.`head`,"\"") FROM `git_repositories`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("repository_stability_ids__",`repository_stabilities`.`name`,"=",`repository_stabilities`.`id`) FROM `repository_stabilities`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",REPLACE(CONCAT("compression_ids__",REPLACE(`compressions`.`suffix`,".","_"),"=",`compressions`.`id`),"-","_") FROM `compressions`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;"; SELECT "found_something=false;"; SELECT "found_something=true; ",CONCAT("package_compression_suffix_regex=\"",GROUP_CONCAT(REPLACE(`compressions`.`suffix`,".","\\.") SEPARATOR "\\|"),"\"") FROM `compressions`; SELECT "if ! ${found_something}; then >&2 echo \"Some variable was not found in the database.\"; exit 1; fi;";