Ad-hoc refresh of all domains to clean up orphan glues

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=130424917
This commit is contained in:
jianglai 2016-08-16 11:26:23 -07:00 committed by Ben McIlwain
parent 467286d79e
commit d2f033d9ed
5 changed files with 90 additions and 1 deletions

View file

@ -25,7 +25,6 @@ java_library(
"//java/google/registry/config",
"//java/google/registry/cron",
"//java/google/registry/dns",
"//java/google/registry/dns/writer",
"//java/google/registry/dns/writer/clouddns",
"//java/google/registry/dns/writer/dnsupdate",
"//java/google/registry/export",
@ -42,6 +41,7 @@ java_library(
"//java/google/registry/request:modules",
"//java/google/registry/tmch",
"//java/google/registry/util",
"//java/google/registry/tools/server/javascrap",
],
)