diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 17:41:40 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-05-03 17:41:40 +0000 |
commit | 8430ab734e78aa2ef93a9849ca85459250e774bf (patch) | |
tree | 794ff707459f88f915dcbe31827c4e009f230331 /lib/common-functions | |
parent | 942531d3630ba90125b38142bdf2ae8d708e5017 (diff) | |
parent | 0bc88d347f7d5f3b4fc51e277c3e0489d34dfe04 (diff) | |
download | builder-8430ab734e78aa2ef93a9849ca85459250e774bf.tar.xz |
Merge branch 'master' into fixes
Diffstat (limited to 'lib/common-functions')
-rwxr-xr-x | lib/common-functions | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/common-functions b/lib/common-functions index a4d51b0..ef10367 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 @@ -561,6 +550,8 @@ recursively_umount_and_rm() { # mangle $arch in PKBUILDs to contain i486, i586, i686 # append $sub_pkgrel to the pkgrel +# TODO: actually include the other architectures + mangle_pkgbuild() { local PKGBUILD="$1" local sub_pkgrel="$2" |