index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/mysql-functions | 2 |
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}" ) |