From bcd89021876561cd23ec529030a81b0427c301b0 Mon Sep 17 00:00:00 2001 From: jcoomes Date: Thu, 3 Sep 2009 19:21:55 -0700 Subject: [PATCH] 6879076: disable jprt sync after builds are done Reviewed-by: kamg, dholmes --- hotspot/make/jprt.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hotspot/make/jprt.properties b/hotspot/make/jprt.properties index a443c48865..66243d1755 100644 --- a/hotspot/make/jprt.properties +++ b/hotspot/make/jprt.properties @@ -40,6 +40,10 @@ jprt.need.sibling.build=false jprt.tools.default.release=${jprt.submit.release} +# Disable syncing the source after builds and tests are done. + +jprt.sync.push=false + # Define the Solaris platforms we want for the various releases jprt.my.solaris.sparc.jdk7=solaris_sparc_5.10 -- GitLab