From a6edfdee8beb53aef708c7d5c90c9aeada23d6bc Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 20 Dec 2018 01:08:54 +0100 Subject: removed blogc-github-lambda it will be provided in a separate repository soon --- build-aux/build-static.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'build-aux/build-static.sh') diff --git a/build-aux/build-static.sh b/build-aux/build-static.sh index bf9cbf4..cacca1b 100755 --- a/build-aux/build-static.sh +++ b/build-aux/build-static.sh @@ -4,17 +4,4 @@ set -ex ${MAKE_CMD:-make} LDFLAGS="-all-static" blogc -rm -rf root -mkdir -p root - -install -m 755 blogc root/blogc -install -m 644 src/blogc-github-lambda/lambda_function.py root/lambda_function.py -install -m 644 ../LICENSE root/LICENSE -strip root/blogc - -pushd root > /dev/null -zip "../blogc-github-lambda-${PV}.zip" * -popd > /dev/null - -install -m 755 root/blogc "blogc-static-amd64-${PV}" -xz -z "blogc-static-amd64-${PV}" +xz -zc blogc > "blogc-static-amd64-${PV}.xz" -- cgit v1.2.3-18-g5258