Changeset 3807 in MondoRescue for branches/3.3/ansible/roles/trac/templates
- Timestamp:
- Feb 16, 2024, 1:26:59 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3/ansible/roles/trac/templates/trac-svn-hook
r3806 r3807 117 117 # 118 118 ## TODO: make a loop ? 119 TRAC_ENV=/prj/trac/dploy.env:/prj/trac/mondorescue.env:/prj/trac/project-builder.env:/prj/trac/pusk.env:/prj/trac/uuwl.env/119 #TRAC_ENV=/prj/trac/dploy.env:/prj/trac/mondorescue.env:/prj/trac/project-builder.env:/prj/trac/pusk.env:/prj/trac/uuwl.env/ 120 120 # TRAC_PATH=/path/to/python/bin 121 121 # TRAC_LD_LIBRARY_PATH=/path/to/lib:/path/to/another/lib … … 177 177 # This is the script itself, you shouldn't need to modify this part. 178 178 179 export TRAC_ENV180 179 if [ -n "$PYTHONPATH" ]; then 181 180 export PYTHONPATH … … 209 208 if ! trac-admin -v 2>/dev/null; then 210 209 >&2 echo "trac-admin is not in the PATH ($PATH), check TRAC_PATH." 211 exit 2212 fi213 214 if [ -z "$TRAC_ENV" ]; then215 >&2 echo "TRAC_ENV is not set."216 210 exit 2 217 211 fi
Note:
See TracChangeset
for help on using the changeset viewer.