From 9d44006726c1fa2783331f91cc91cd07ccac5460 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Tue, 2 Jan 2018 21:17:51 +0100 Subject: [PATCH] include build.sh from the build-bin directory --- .build-bin/build.sh | 12 ++++++++++++ .gitignore | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100755 .build-bin/build.sh diff --git a/.build-bin/build.sh b/.build-bin/build.sh new file mode 100755 index 0000000..c4a3611 --- /dev/null +++ b/.build-bin/build.sh @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +SCRIPT_DIR=$( dirname $( readlink -e $0 ) ) +source "$SCRIPT_DIR/../.build-lib/ci-library.sh" + +_do list_packages + +# sort repository packages based on (inter-)dependency hierarchy +# - it is assumed that the repository contains only compatible package +# versions, hence version information is ignored. If this assumption +# does not hold, makepkg will fail later on +_do sort_packages_by_dependency +_do build_packages diff --git a/.gitignore b/.gitignore index c4e9a2d..27a72e9 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,7 @@ hdr *~ build-desktop.sh -build.sh +./build.sh check-database.sh check-links.sh check-so-files.sh