Mercurial repo for openjdk6 drops
Martin Buchholz
martinrb at google.com
Sun Sep 14 19:21:30 PDT 2008
Hi Mark,
I think this is great.
I would prefer if the tag for a release was
consistent with the naming convention in OpenJDK7,
i.e. something like "jdk6-b12"
Joe, as I mentioned to you offline,
I think having some history for the mercurial repos
at creation time would be valuable.
I bet the community would do the conversion down to the
changeset if Sun provided the history in Teamware form.
Martin
On Sun, Sep 14, 2008 at 01:52, Mark Wielaard <mark at klomp.org> wrote:
> Hi,
>
> To make it easier to examine the various changes that go into openjdk6 I
> imported all tar balls into a mercurial repo that you can hg clone and
> hg diff as much as you like.
> hg clone http://icedtea.classpath.org/hg/openjdk6
> (It is approx. 175 MB or 500MB for a fully exploded bxx.)
>
> The import was basically done by going over each tar ball and date for a
> bxx drop from b05 (2008-02-12) till b12 (2008-08-28) and do:
> $ rm -rf *
> $ tar zxf ../openjdk-6-src-b[XX]*.gz
> $ hg addremove -s 95
> $ hg commit -m "Import b[XX]" -d [date]
> $ hg tag -d [date] b[XX]
>
> I'll keep it up to date with any future openjdk6 drops.
>
> Cheers,
>
> Mark
>
>
More information about the jdk6-dev
mailing list