Skip to content

Commit 3f28071

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
*.pyc
22
.DS_Store
3-
target
3+
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)