1
0
Fork 0
mirror of https://github.com/correl/codereview.git synced 2025-03-25 21:04:59 -09:00

Example script to update repos and search indexes

This commit is contained in:
Correl Roush 2011-01-14 00:11:44 -05:00
parent 858cacd0f1
commit 3d4a564679

6
tools/update.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
CODEREVIEW_PATH=/path/to/codereview
cd $CODEREVIEW_PATH \
&& python manage.py updaterepos $* >/dev/null \
&& python manage.py update_index >/dev/null