Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c851e6f

Browse files
committed
point to new sf web server
svn path=/trunk/matplotlib/; revision=6183
1 parent 86f505f commit c851e6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/make.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def check_build():
1616

1717
def sf():
1818
'push a copy to the sf site'
19-
os.system('cd build; rsync -avz html jdh2358@matplotlib.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh')
19+
os.system('cd build; rsync -avz html jdh2358@web.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/ -essh')
2020

2121
def sfpdf():
2222
'push a copy to the sf site'
23-
os.system('cd build/latex; scp Matplotlib.pdf jdh2358@matplotlib.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/')
23+
os.system('cd build/latex; scp Matplotlib.pdf jdh2358@web.sf.net:/home/groups/m/ma/matplotlib/htdocs/doc/')
2424

2525
def figs():
2626
os.system('cd users/figures/ && python make.py')

0 commit comments

Comments
 (0)