summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-07 22:02:23 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-07 22:02:23 +0200
commit0e1ac9f0abb9b54ba9c637064cb7b7462bc95658 (patch)
tree1c44ba0e5ede6e856c58093302fd27c4c9f00220
parent486c73b43ab4137f1a17ada1f1a69e5e81e2901d (diff)
downloadqutebrowser-0e1ac9f0abb9b54ba9c637064cb7b7462bc95658.tar.gz
qutebrowser-0e1ac9f0abb9b54ba9c637064cb7b7462bc95658.zip
Update for qutebrowser.org server move
-rw-r--r--doc/faq.asciidoc4
-rw-r--r--scripts/dev/update_version.py6
2 files changed, 0 insertions, 10 deletions
diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc
index c82fa694a..e5dfeda9f 100644
--- a/doc/faq.asciidoc
+++ b/doc/faq.asciidoc
@@ -488,10 +488,6 @@ For any privacy questions, please contact mailto:privacy@qutebrowser.org[].
The qutebrowser.org website does not use any cookies or trackers.
-However, IP addresses are currently (October 2019) logged and stored
-indefinitely. It's planned to change this soon by migrating qutebrowser.org to
-a different server.
-
Note that some services related to qutebrowser are stored on third-party
services such as GitHub. By using their websites, you're subject to their
privacy policies.
diff --git a/scripts/dev/update_version.py b/scripts/dev/update_version.py
index 13bd3d776..e86ff257d 100644
--- a/scripts/dev/update_version.py
+++ b/scripts/dev/update_version.py
@@ -88,9 +88,3 @@ if __name__ == "__main__":
print("* macOS: git fetch && git checkout v{v} && "
"python3 scripts/dev/build_release.py --upload"
.format(v=version))
-
- print("* On server:")
- print(" - bash download_release.sh {v}"
- .format(v=version))
- print(" - git pull github master && sudo python3 "
- "scripts/asciidoc2html.py --website /srv/http/qutebrowser")