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:
parent
858cacd0f1
commit
3d4a564679
1 changed files with 6 additions and 0 deletions
6
tools/update.sh
Executable file
6
tools/update.sh
Executable 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
|
Loading…
Add table
Reference in a new issue