From 5b967c476ac5a1d9fffb7ebf334090659ac9830c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sat, 25 Jun 2016 11:18:34 +0200 Subject: Only obtain {ntctty,psxscl} from ${GITROOT_HEAD} and exclude ${WORKDIR}/tmp/{ntctty,psxscl}/.git from the source tarball. --- 999.tarballs.build | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '999.tarballs.build') diff --git a/999.tarballs.build b/999.tarballs.build index 7ff794a7..3d4829a6 100644 --- a/999.tarballs.build +++ b/999.tarballs.build @@ -57,7 +57,10 @@ log_msg info "Restored ${PREFIX_BASENAME}/lib."; log_msg info "Building source tarball..."; -tar -cpf - $(find tmp -mindepth 1 -maxdepth 1 -type d) |\ +tar -cpf - $(find tmp -mindepth 1 -maxdepth 2 \ + -not -path tmp/.\* \ + -not -path tmp/\*.tar\* -not -path tmp/\*.tgz -not -path tmp/\*.txz \ + -not -path tmp/ntctty/.git -not -path tmp/psxscl/.git) |\ ${TARBALL_COMPRESS_CMD} ${TARBALL_COMPRESS_ARGS} -c > ${TARBALL_SRC_FNAME}; log_msg info "Finished building source tarball."; if [ -x "$(which gpg 2>/dev/null)" -a -n "${TARBALL_SRC_SIGN_GPG_KEY}" ] &&\ -- cgit v1.2.3