File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 1- On the local machine
2- --------------------
1+ # On the local machine
32
4- git checkout v0.7.0
3+ git checkout v0.16.0 # or whatever
54rm -Rf docs/build/
65cd docs; make html
76cp cheatsheet.pdf /shared/
@@ -10,15 +9,14 @@ touch /shared/python-future-html-docs.zip
109rm /shared/python-future-html-docs.zip
1110zip -r /shared/python-future-html-docs.zip *
1211
13- scp -i ~ /.ssh/pythoncharmers_2015.pem /shared/python-future-html-docs.zip python-future.org:
14- scp -i ~ /.ssh/pythoncharmers_2015.pem /shared/cheatsheet.pdf python-future.org:
15- ssh -i ~ /.ssh/pythoncharmers_2015.pem python-future.org
12+ scp /shared/python-future-html-docs.zip python-future.org:
13+ scp /shared/cheatsheet.pdf python-future.org:
14+ ssh python-future.org
1615
1716
18- On the remote machine:
19- ----------------------
17+ # On the remote machine:
2018
21- cd /var/www/python-future/
19+ cd /var/www/python-future.org /
2220unzip -o ~ /python-future-html-docs.zip
2321chmod a+r * html/* html/_static/*
2422cp ~ /cheatsheet.pdf ./html/compatible_idioms.pdf
You can’t perform that action at this time.
0 commit comments