From mark.reinhold at oracle.com Tue Dec 1 21:16:41 2015 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Tue, 01 Dec 2015 21:16:41 +0000 Subject: hg: code-tools/jcheck: Verona (JEP 223) tag format: jdk\-$VNUM\+$BUILD Message-ID: <201512012116.tB1LGfN7010584@aojmv0008.oracle.com> Changeset: d46eaf84b346 Author: mr Date: 2015-12-01 13:15 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/rev/d46eaf84b346 Verona (JEP 223) tag format: jdk\-$VNUM\+$BUILD ! jcheck.py ! runtests.sh From mark.reinhold at oracle.com Tue Dec 1 21:22:00 2015 From: mark.reinhold at oracle.com (mark.reinhold at oracle.com) Date: Tue, 01 Dec 2015 21:22:00 +0000 Subject: hg: code-tools/jcheck/dist: jcheck d46eaf84b346 2015-12-01 13:15:54 -0800 Message-ID: <201512012122.tB1LM0cK012375@aojmv0008.oracle.com> Changeset: 84689382f057 Author: mr Date: 2015-12-01 13:15 -0800 URL: http://hg.openjdk.java.net/code-tools/jcheck/dist/rev/84689382f057 jcheck d46eaf84b346 2015-12-01 13:15:54 -0800 ! jcheck.py From phillip.shea at hpe.com Tue Dec 8 19:43:54 2015 From: phillip.shea at hpe.com (Shea, Phillip) Date: Tue, 8 Dec 2015 19:43:54 +0000 Subject: Secure clone of openJDK source Message-ID: I hope this is the right place to ask this... I'm trying to get a secure clone of openJDK to work with. I'm concerned about in-transit data integrity. For this reason, I'm trying to clone using SSH: $hg clone ssh://hg.openjdk.java.net/jdk8/jdk8/ remote: Permission denied (publickey). abort: no suitable response from remote hg! Does this error mean that I need to register my public key somewhere? Best regards, Phil From dalibor.topic at oracle.com Tue Dec 8 21:58:54 2015 From: dalibor.topic at oracle.com (Dalibor Topic) Date: Tue, 8 Dec 2015 22:58:54 +0100 Subject: Secure clone of openJDK source In-Reply-To: References: Message-ID: <5667529E.8030609@oracle.com> On 12/8/15 8:43 PM, Shea, Phillip wrote: > I hope this is the right place to ask this... > > I'm trying to get a secure clone of openJDK to work with. I'm concerned about in-transit data integrity. For this reason, I'm trying to clone using SSH: > > $hg clone ssh://hg.openjdk.java.net/jdk8/jdk8/ > remote: Permission denied (publickey). > abort: no suitable response from remote hg! > > Does this error mean that I need to register my public key somewhere? For registering your keys, you'd need a JDK username: http://openjdk.java.net/guide/producingChangeset.html See http://openjdk.java.net/contribute/ and http://openjdk.java.net/projects/#project-author for a start. cheers, dalibor topic -- Oracle Dalibor Topic | Principal Product Manager Phone: +494089091214 | Mobile: +491737185961 Oracle Java Platform Group ORACLE Deutschland B.V. & Co. KG | K?hneh?fe 5 | 22761 Hamburg ORACLE Deutschland B.V. & Co. KG Hauptverwaltung: Riesstr. 25, D-80992 M?nchen Registergericht: Amtsgericht M?nchen, HRA 95603 Komplement?rin: ORACLE Deutschland Verwaltung B.V. Hertogswetering 163/167, 3543 AS Utrecht, Niederlande Handelsregister der Handelskammer Midden-Niederlande, Nr. 30143697 Gesch?ftsf?hrer: Alexander van der Ven, Astrid Kepper, Val Maher Green Oracle Oracle is committed to developing practices and products that help protect the environment From weijun.wang at oracle.com Wed Dec 9 03:24:35 2015 From: weijun.wang at oracle.com (Wang Weijun) Date: Wed, 9 Dec 2015 11:24:35 +0800 Subject: Secure clone of openJDK source In-Reply-To: <5667529E.8030609@oracle.com> References: <5667529E.8030609@oracle.com> Message-ID: Or should we publish the source through https? Everyone should be able to clone the repos. --Max > On Dec 9, 2015, at 5:58 AM, Dalibor Topic wrote: > > For registering your keys, you'd need a JDK username: http://openjdk.java.net/guide/producingChangeset.html > > See http://openjdk.java.net/contribute/ and http://openjdk.java.net/projects/#project-author for a start. > > cheers, > dalibor topic From phillip.shea at hpe.com Wed Dec 9 23:15:21 2015 From: phillip.shea at hpe.com (Shea, Phillip) Date: Wed, 9 Dec 2015 23:15:21 +0000 Subject: Secure clone of openJDK source Message-ID: Has anyone used scapy? This looks like fun (although slightly dangerous). https://gist.github.com/thepacketgeek/6928674 From: Shea, Phillip Sent: Tuesday, December 08, 2015 11:44 AM To: 'hg-tools-dev at openjdk.java.net' Subject: Secure clone of openJDK source I hope this is the right place to ask this... I'm trying to get a secure clone of openJDK to work with. I'm concerned about in-transit data integrity. For this reason, I'm trying to clone using SSH: $hg clone ssh://hg.openjdk.java.net/jdk8/jdk8/ remote: Permission denied (publickey). abort: no suitable response from remote hg! Does this error mean that I need to register my public key somewhere? Best regards, Phil