18554579 Userland gate README still refers to opensolaris.org repo & mailing list
authorMike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 19 Feb 2015 16:20:08 -0800
changeset 3836 56af60eb6020
parent 3835 fff36af96643
child 3837 1cf22c2ad72c
18554579 Userland gate README still refers to opensolaris.org repo & mailing list
README
doc/gate-mechanics.txt
--- a/README	Thu Feb 19 14:16:39 2015 -0800
+++ b/README	Thu Feb 19 16:20:08 2015 -0800
@@ -7,13 +7,17 @@
     This README provides a very brief overview of the gate, how to retrieve
     a copy, and how to build it.  Detailed documentation about the Userland
     gate can be found in the 'doc' directory.  Questions or comments about
-    the gate can be addressed to [email protected].
+    the gate can be addressed to [email protected].
 
 Overview
 
-    The Userland consolidation maintains a Mercurial gate at
+    The Userland consolidation maintains a project page at
+
+         https://solaris-userland.java.net/
 
-        ssh://[email protected]//hg/userland/gate
+    and a Mercurial gate at
+
+         https://hg.java.net/hg/solaris-userland~gate
 
     This gate contains build recipies, patches, IPS manifests, etc. necessary
     to download, prep, build, test, package and publish open source software.
@@ -29,7 +33,7 @@
     build or develop in the gate, you will need to clone it.  You can do so
     with the following command
     
-      $ hg clone ssh://[email protected]//hg/userland/gate /scratch/clone
+      $ hg clone https://hg.java.net/hg/solaris-userland~gate /scratch/clone
 
     This will create a replica of the various pieces that are checked into the
     source code management system, but it does not retrieve the community
--- a/doc/gate-mechanics.txt	Thu Feb 19 14:16:39 2015 -0800
+++ b/doc/gate-mechanics.txt	Thu Feb 19 16:20:08 2015 -0800
@@ -15,7 +15,7 @@
 validation is performed.  Once the validation completes successfully, the
 changes are accepted and pushed into the canonical source gate.
 
-Integration repository (ssh://ulhg@userland//nevada/incoming)
+Integration repository (ssh://[email protected]//gates/incoming)
 	The integration gate is the Mercurial repository that all tools, source
     code, and build recipies are committed to.  Unlike ON, SFW, and other
     Solaris gates this source code repository does not contains the canonical
@@ -64,7 +64,7 @@
         package publication for all architectures
 
 
-Canonical source repository (ssh://anon@userland//nevada/gate)
+Canonical source repository (ssh://[email protected]//gates/gate)
     The clone gate is actually the mercurial repository that contains the
     canonical tools, source code, and build recipies for the product.  It
     should always be in a stable, buildable state.  When changes are pushed
@@ -80,7 +80,7 @@
         notify gatelings
 
 
-External mirror repository (ssh://[email protected]//hg/userland/gate)
+External mirror repository (https://hg.java.net/hg/solaris-userland~gate)
     The external mirror is the mercurial repository that contains an externally
     accessible copy of the canonical tools, source code, and build recipies for
     the product.  It should always be in a stable, buildable state.