index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-23 15:16:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-23 15:16:58 +0200 |
commit | baba38d4dd908df6a1b24eeec935f3dad3d89a93 (patch) | |
tree | 5c120d1568a4f8fda5cddeaa6448f83b1533480a /lib/common-functions | |
parent | 3ba80fbc9c1231c8612ce25798383192c38bbad5 (diff) |
-rwxr-xr-x | lib/common-functions | 11 |
diff --git a/lib/common-functions b/lib/common-functions index 59af46f..d959094 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -9,17 +9,6 @@ if [ -z "${base_dir}" ]; then . '../conf/default.conf' fi -if [ ! -s "${work_dir}/build-master-sanity" ]; then - { - date - printf 'sourcing common-functions for %s\n' "$0" - printf '%s parameters:' "$#" - printf ' "%s"' "$@" - printf '\n' - } >> \ - "${work_dir}/command-log" -fi - # find_pkgbuilds package repository git_repository git_revision mod_git_revision # find the PKGBUILD and modification of $package from $repository # sets $PKGBUILD and $PKGBUILD_mod |