Merge pull request #3068 from metalefty/v0.10-update-news

Turn off cache explicitly when fetching NEWS from wiki
This commit is contained in:
metalefty 2024-05-10 17:58:22 +09:00 committed by GitHub
commit 8c614cdf9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#!/bin/sh
curl https://raw.githubusercontent.com/wiki/neutrinolabs/xrdp/NEWS-v0.10.md > \
curl -s -H 'Cache-Control: no-cache' \
https://raw.githubusercontent.com/wiki/neutrinolabs/xrdp/NEWS-v0.10.md > \
$(git rev-parse --show-superproject-working-tree --show-toplevel | head -1)/NEWS.md