The Userland gate is now open for business for S11U1 and the S11 SRU trains. The 'default' branch in the gate is currently for S11U1 development. There is also a 's11-sru' branch for the SRU. You will find the gate at

ssh:
        ssh://[email protected]//gates/incoming  (for pushes)
        ssh://[email protected]//gates/gate (for pulls)
nfs:
        /net/userland.us.oracle.com/gates/gate (for pulls)

To work with the S11U1 train:

   $ hg clone ssh://[email protected]//gates/gate workspace
   $ cd workspace
   $ hg update default

To work with the S11SRU train:

   $ hg clone ssh://[email protected]//gates/gate workspace
   $ cd workspace
   $ hg update s11-sru



As usual, integration will require a code review and approved RTI. You can file RTIs like you normally would in WEBRTI under the Userland consolidation. Please Select "Create Solaris Update RTI..."

    -Norm

Ex:

   jacobs@solaris:/tmp$ hg clone ssh://[email protected]//gates/gate 
workspace
   requesting all changes
   adding changesets
   adding manifests
   adding file changes
   added 540 changesets with 4567 changes to 3105 files (+1 heads)
   updating to branch default
   2439 files updated, 0 files merged, 0 files removed, 0 files unresolved
   jacobs@solaris:/tmp$ cd workspace
   jacobs@solaris:/tmp/workspace$ hg branch
   default
   jacobs@solaris:/tmp/workspace$ hg update s11-sru
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   jacobs@solaris:/tmp/workspace$ hg branch
   s11-sru
   jacobs@solaris:/tmp/workspace$


_______________________________________________
userland-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to