summaryrefslogtreecommitdiff
path: root/scripts/dev/update_version.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev/update_version.py')
-rw-r--r--scripts/dev/update_version.py6
1 files changed, 0 insertions, 6 deletions
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")