X Tutup
Skip to content

Commit dae0889

Browse files
author
Greg Turnquist
committed
Need to filter out what is seen and also support the website's update file.
1 parent ad918b5 commit dae0889

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
target/

generate_site.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export M2_HOME=~/apache-maven
2626
export M2=$M2_HOME/bin
2727
export PATH=$M2:$JAVA_HOME/bin:$PATH
2828

29-
cd ~/springpython-1.1.x
30-
svn update
29+
cd ~/spring-python-1.2.x
30+
git pull
3131
./build.py --clean --docs-all --pydoc
3232

0 commit comments

Comments
 (0)
X Tutup