|
Last change
on this file was
3386,
checked in by Peter Kropf, 16 years ago
|
|
build scripts no longer need the parameter for the environment.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id HeadURL LastChangedRevision
|
|
File size:
482 bytes
|
| Line | |
|---|
| 1 | #! /bin/sh |
|---|
| 2 | |
|---|
| 3 | echo $PATH |
|---|
| 4 | |
|---|
| 5 | ENV=/opt/trac/py25/env0.11 |
|---|
| 6 | PORT=9011 |
|---|
| 7 | |
|---|
| 8 | export PATH=$ENV/bin:$PATH_RESET |
|---|
| 9 | |
|---|
| 10 | echo "cleaning out old build" |
|---|
| 11 | rm -rf build dist |
|---|
| 12 | python setup.py bdist_egg |
|---|
| 13 | |
|---|
| 14 | echo "cleaning out old installation" |
|---|
| 15 | rm -f $ENV/trac/plugins/graphviz-*.egg |
|---|
| 16 | rm -f $ENV/trac/htdocs/graphviz/* |
|---|
| 17 | |
|---|
| 18 | echo "running tracd on port $PORT" |
|---|
| 19 | cp dist/graphviz-*.egg $ENV/trac/plugins/ |
|---|
| 20 | #LD_LIBRARY_PATH=$ENV/lib tracd --port $PORT -b 172.16.6.1 $ENV/trac |
|---|
| 21 | LD_LIBRARY_PATH=$ENV/lib tracd --port $PORT $ENV/trac |
|---|
Note: See
TracBrowser
for help on using the repository browser.