Update script to drop references to Travis CI.

This commit is contained in:
Nikolaus Rath 2023-03-26 11:49:40 +01:00
parent d8d1f84200
commit b509964f7c

View File

@ -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"