From 42c69f3c1bdf6358ad1ab632997d3a12fd11dd4f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 30 May 2018 10:23:57 +0200 Subject: lib/mysql-functions: mysql_retrieve_repository_ids() -> mysql_retrieve_static_information() ... and it will be called automatically by lib/load-configuration --- bin/seed-build-list | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/seed-build-list') diff --git a/bin/seed-build-list b/bin/seed-build-list index 389fdcf..809a5fd 100755 --- a/bin/seed-build-list +++ b/bin/seed-build-list @@ -388,7 +388,6 @@ printf 'CREATE TEMPORARY TABLE `pkgbases` (`pkgbase` VARCHAR(64), `repository` V sort -u | \ tr '\t' ' ' | \ if ${update}; then - mysql_retrieve_repository_ids while read -r pkgbase git_rev mod_git_rev repo; do printf '%s ' "${pkgbase}" "${git_rev}" "${mod_git_rev}" "${repo}" | \ sed 's/ $/\n/' -- cgit v1.2.3-54-g00ecf