Hi, I have just pushed changesets [1] that will allow us to use bug ids from the OpenJDK6 JIRA [2] when pushing to the jdk6 forest.
I would like to make sure that this is in fact, working. The attached patch (sorry, webrev is not playing nice with me today) is a NOP change that adds and removes a file from jdk6/hotspot repo to verify that the commits are working. Andrew, can I list you as a reviewer? Kelly suggested that _only_ bug ids from the OpenJDK6 JIRA should be used once we switch over. Does this sounds sensible to others? Any other suggestions to avoid confusion about where to look for more information on a bug. Any suggestions, thoughts or comments? Thanks, Omair [1] http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/0d99d61882b7 [1] http://java.net/jira/browse/OPENJDK6 -- PGP Key: 66484681 (http://pgp.mit.edu/) Fingerprint = F072 555B 0A17 3957 4E95 0056 F286 F14F 6648 4681
# HG changeset patch # User omajid # Date 1360689290 18000 # Node ID b01fb48132d2cc10d8c2bfe5cf8a1c6adf5da24e # Parent 58c5e6b7d004a353d2c497c2d4068b19600c8337 2: Revert unnecessary file added to hotspot repo Summary: Backed out changeset d2359f724254 Reviewed-by: aph diff --git a/DELETEME b/DELETEME deleted file mode 100644 --- a/DELETEME +++ /dev/null @@ -1,1 +0,0 @@ -Test file to confirm commit access to hotspot repo. # HG changeset patch # User omajid # Date 1360689059 18000 # Node ID 58c5e6b7d004a353d2c497c2d4068b19600c8337 # Parent 62993f16dce27555640af24d89af4f6528ad49cc 1: Confirm that community members can commit to hotspot in OpenJDK6 Reviewed-by: aph diff --git a/DELETEME b/DELETEME new file mode 100644 --- /dev/null +++ b/DELETEME @@ -0,0 +1,1 @@ +Test file to confirm commit access to hotspot repo.