mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-26 21:54:30 +08:00
Update script to drop references to Travis CI.
This commit is contained in:
parent
d8d1f84200
commit
b509964f7c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user