diff options
author | Erich Eckner <git@eckner.net> | 2018-06-07 09:13:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-06-07 09:13:23 +0200 |
commit | f198880ff57b9d2318fc593a8aaa2df8f63d1775 (patch) | |
tree | 8db88c93fd59908996624855f56328a25bf1cd4f /lib | |
parent | 9333613ac6521af7859caaff42f0eb61c1f88f0f (diff) | |
download | builder-f198880ff57b9d2318fc593a8aaa2df8f63d1775.tar.xz |
lib/mysql-functions: make comment more precise
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index d159fe9..885e445 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -1078,7 +1078,9 @@ done # mysql_retrieve_static_information # retrieve some static information from the database: -# - ids of all known repositories -> $repository_ids__$arch_$repo +# - ids of package repositories -> $repository_ids__$arch_$repo +# - names and paths of git_repositories +# - ids of repository_stabilities mysql_retrieve_static_information() { eval "$( { |