JDK submit repo

yumin qi yumin.qi at gmail.com
Tue Feb 6 20:37:21 UTC 2018


HI, David and Sean

Thanks.
After defpath:
US-96842M:submit yumin.qi$ hg defpath
/Users/yumin.qi/ws/openjdk/submit/submit:
         default = http://hg.openjdk.java.net/jdk/submit
    default-push = ssh://minqi@hg.openjdk.java.net/jdk/submit

So it is configured correctly I think, then
hg push --new-branch
pushing to ssh://minqi@hg.openjdk.java.net/jdk/submit
remote: Saving password to keychain failed
remote: Saving password to keychain failed
remote: Saving password to keychain failed
remote: Permission denied (publickey).
abort: no suitable response from remote hg!

It reminded me to input password for id_isa, the id_rsa/id_rsa.pub was
created before and installed on remote. I don't know why it requests
password? After input password (I did not change that) several times,
finally aborted like this.
What is the problem here? Is the public key not installed on
hg.openjdk.java.net?

Mark, do I need regenerate public key?

Thanks
Yumin

On Tue, Feb 6, 2018 at 1:44 AM, David Holmes <david.holmes at oracle.com>
wrote:

> Hi Yumin,
>
> On 6/02/2018 4:32 PM, yumin qi wrote:
>
>> Hi, Mark
>>
>>    I pushed with an error returned:
>>
>> $ hg tip
>> changeset:   48771:b458b2ad109d
>> branch:      JDK-8194154
>> tag:         tip
>> parent:      48767:4d716bc7ed54
>> user:        Yumin.Qi <Yumin.Qi at Gmail.Com>
>> date:        Mon Feb 05 22:23:38 2018 -0800
>> summary:     8194154: JDK crashes on canonicalization of parsing path
>> string contains '//' on linux.
>>
>> $hg push --new-branch
>> pushing to http://hg.openjdk.java.net/jdk/submit
>> searching for changes
>> abort: HTTP Error 403: Forbidden
>>
>> I am not sure if I have done correctly. Can you help what is wrong here? I
>> am a commiter, but could not do the push to 'submit'.
>>
>
> You need to push using ssh not http. If you have the defpath extension:
>
> hg defpath -du <your openjdk username>
>
> David
>
>
> Thanks
>> Yumin
>>
>> On Tue, Jan 30, 2018 at 7:35 AM, <mark.reinhold at oracle.com> wrote:
>>
>> 2018/1/30 2:50:45 -0800, Aleksey Shipilev <shade at redhat.com>:
>>>
>>>> So I have submitted JDK-8174901 five days ago, and there was silence
>>>> since then. Is *this* the kinds of thing to ask at ops@?
>>>>
>>>
>>> Yes.
>>>
>>> - Mark
>>>
>>>


More information about the jdk-dev mailing list