You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

reindex-tickets.cmd 585B

12345678910111213
  1. @REM --------------------------------------------------------------------------
  2. @REM This is for reindexing Tickets with Lucene.
  3. @REM
  4. @REM Since the Tickets feature is undergoing massive churn it may be necessary
  5. @REM to reindex tickets due to model or index changes.
  6. @REM
  7. @REM Always use forward-slashes for the path separator in your parameters!!
  8. @REM
  9. @REM Set FOLDER to the baseFolder.
  10. @REM --------------------------------------------------------------------------
  11. @SET FOLDER=data
  12. @java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.ReindexTickets --baseFolder %FOLDER%