Chasing changing repository locations
Claes Redestad
claes.redestad at oracle.com
Fri Nov 10 09:16:30 UTC 2017
On 2017-11-10 10:05, Severin Gehwolf wrote:
> On Fri, 2017-11-10 at 09:20 +0100, John Paul Adrian Glaubitz wrote:
>> Hello!
>>
>> I just noticed that the main development repository for OpenJDK has moved
>> again from [1] to [2]. Can someone explain me what happened and why the
>> repository was moved?
> There was an effort to go from Mercurial forests to one consolidated
> repo:
> http://mail.openjdk.java.net/pipermail/jdk10-dev/2017-June/000371.html
> http://mail.openjdk.java.net/pipermail/jdk10-dev/2017-September/000455.html
>
> [1] might have been a temporary place, I'm losing track :(
Somewhat orthogonal to the repo consolidation, the JDK 10 project
has been replaced with the JDK project, and the new repository
locations are (hopefully) permanent:
http://mail.openjdk.java.net/pipermail/jdk10-dev/2017-October/000551.html
>
> [2] is the new place for new hotspot, AFAIK. It looks like [1] and [2]
> have the same layout. You might be able to add the new location via a
> new path by changing '.hg/hgrc'. Confirm with hg paths.
>
> $ hg paths
> default = http://hg.openjdk.java.net/jdk/hs
Yes, changing .hg/hgrc worked fine for me.
/Claes
More information about the hotspot-dev
mailing list