From: Nikolaus Rath Date: Sun, 26 Mar 2023 10:49:40 +0000 (+0100) Subject: Update script to drop references to Travis CI. X-Git-Tag: fuse-3.15.0~38 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b509964f7cc7260c16abb41bf4ccabdce08c6bce;p=qemu-gpiodev%2Flibfuse.git Update script to drop references to Travis CI. --- diff --git a/make_release_tarball.sh b/make_release_tarball.sh index a2e777b..c1781ef 100755 --- a/make_release_tarball.sh +++ b/make_release_tarball.sh @@ -21,9 +21,9 @@ mkdir "${TAG}" git archive --format=tar "${TAG}" | tar -x "--directory=${TAG}" find "${TAG}" -name .gitignore -delete -rm "${TAG}/make_release_tarball.sh" \ - "${TAG}/.travis.yml" \ - "${TAG}/.cirrus.yml" +rm -r "${TAG}/make_release_tarball.sh" \ + "${TAG}/.github" \ + "${TAG}/.cirrus.yml" cp -a doc/html "${TAG}/doc/" tar -cJf "${TAG}.tar.xz" "${TAG}/" gpg --armor --detach-sign "${TAG}.tar.xz"