From 8514f734e4fd5f675657e3eba4733eb4eec8aafe Mon Sep 17 00:00:00 2001 From: mmuller Date: Thu, 27 Apr 2017 07:16:27 -0700 Subject: [PATCH] Document procedural changes to restore - Document how to bring up an environment without starting cron. - Fix the javascript to be copied into the console to ensure that the user edits the parameters. - Link the production build step back to the procedures document. - Fix a few textual issues. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=154419128 --- java/google/registry/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/java/google/registry/BUILD b/java/google/registry/BUILD index df83639a5..6ad97b241 100644 --- a/java/google/registry/BUILD +++ b/java/google/registry/BUILD @@ -47,6 +47,7 @@ registry_ear_file( # We use the production "nocron" earfile only in the event of a datastore # restore. +# for details. registry_ear_file( name = "registry_nocron_ear", out = "registry_nocron.ear",