comparison scripts/make-release @ 7337:d5eaa70e0f2a

remove references to pythonhosted.org (issue #293) The pythonhosted service is no longer supported. Update links to point to docs.kallithea-scm.org (which redirects to kallithea.readthedocs.io) While at it, fix the whoosh pythonhosted.org reference as well.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 11 Jun 2018 21:43:03 +0200
parents b3289fef0daa
children b45994c0779e
comparison
equal deleted inserted replaced
7336:2cbdbf55ed99 7337:d5eaa70e0f2a
71 [ "$answer" = "pypi" ] 71 [ "$answer" = "pypi" ]
72 72
73 echo "Upload docs to pypi" 73 echo "Upload docs to pypi"
74 # See https://wiki.python.org/moin/PyPiDocumentationHosting 74 # See https://wiki.python.org/moin/PyPiDocumentationHosting
75 python2 setup.py build_sphinx upload_sphinx 75 python2 setup.py build_sphinx upload_sphinx
76 xdg-open https://pythonhosted.org/Kallithea/
77 xdg-open http://packages.python.org/Kallithea/installation.html 76 xdg-open http://packages.python.org/Kallithea/installation.html
78 77
79 echo "Rebuild readthedocs for docs.kallithea-scm.org" 78 echo "Rebuild readthedocs for docs.kallithea-scm.org"
80 xdg-open https://readthedocs.org/projects/kallithea/ 79 xdg-open https://readthedocs.org/projects/kallithea/
81 curl -X POST http://readthedocs.org/build/kallithea 80 curl -X POST http://readthedocs.org/build/kallithea