mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 10:46:10 +02:00
Move restore from backend to tools
Move the "restoreCommitLogs" command from the backend module to the tools module so it's easier to access with nomulus. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=156768389
This commit is contained in:
parent
9ee9229456
commit
e6af34301d
7 changed files with 22 additions and 9 deletions
|
@ -84,6 +84,12 @@
|
|||
<url-pattern>/_dr/task/killAllCommitLogs</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- Restores commit logs. -->
|
||||
<servlet-mapping>
|
||||
<servlet-name>tools-servlet</servlet-name>
|
||||
<url-pattern>/_dr/task/restoreCommitLogs</url-pattern>
|
||||
</servlet-mapping>
|
||||
|
||||
<!-- This path serves up the App Engine results page for mapreduce runs. -->
|
||||
<servlet>
|
||||
<servlet-name>mapreduce</servlet-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue