diff options
author | Erich Eckner <git@eckner.net> | 2018-09-20 07:33:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-09-20 07:33:19 +0200 |
commit | 206ec537c47bcdbef5895ec96cbaad89b668f637 (patch) | |
tree | 5424fdc950275712faee4055d2c079f2c89fb43b /lib | |
parent | 182fcd2fff70ac2aaed3b9a111e151f77acaff3e (diff) | |
download | builder-206ec537c47bcdbef5895ec96cbaad89b668f637.tar.xz |
lib/mysql-functions: mysql_add_package_source(): add TODO
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mysql-functions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mysql-functions b/lib/mysql-functions index be02e4b..8319580 100755 --- a/lib/mysql-functions +++ b/lib/mysql-functions @@ -149,6 +149,8 @@ mysql_add_package_source() { p ' "${srcinfo_file}" ) + # TODO: This is slow and blocks, but is not important enough to + # block the whole buildmaster -> Make it asynchronous! commit_time=$( git -C "${repo_path}" log -n 1 --pretty=format:%ct "${old_git_revision}${git_revision}" -- "${pkgbuild}" ) |