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
3
2
4
- git checkout v0.7.0
3
+ git checkout v0.16.0 # or whatever
5
4
rm -Rf docs/build/
6
5
cd docs; make html
7
6
cp cheatsheet.pdf /shared/
@@ -10,15 +9,14 @@ touch /shared/python-future-html-docs.zip
10
9
rm /shared/python-future-html-docs.zip
11
10
zip -r /shared/python-future-html-docs.zip *
12
11
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
16
15
17
16
18
- On the remote machine:
19
- ----------------------
17
+ # On the remote machine:
20
18
21
- cd /var/www/python-future/
19
+ cd /var/www/python-future.org /
22
20
unzip -o ~ /python-future-html-docs.zip
23
21
chmod a+r * html/* html/_static/*
24
22
cp ~ /cheatsheet.pdf ./html/compatible_idioms.pdf
You can’t perform that action at this time.
0 commit comments