]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update repo-access to point to ceph-ci.git
authorAlfredo Deza <adeza@redhat.com>
Mon, 14 Aug 2017 13:55:52 +0000 (09:55 -0400)
committerAlfredo Deza <adeza@redhat.com>
Wed, 16 Aug 2017 14:54:32 +0000 (10:54 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
doc/dev/repo-access.rst

index 0196b0af9e8b47dce08c6ce44606c65a2822b34e..e3edf468d783c870e4961f1a7f126409ed77a33c 100644 (file)
@@ -5,23 +5,21 @@ Special branches
 ----------------
 
 * ``master``: current tip (integration branch)
-* ``next``: pending release (feature frozen, bugfixes only)
-* ``last``: last/previous release
-* ``dumpling``, ``cuttlefish``, ``bobtail``, ``argonaut``, etc.: stable release branches
-* ``dumpling-next``: backports for stable release, pending testing
+* Release branches (for example ``luminous``) corresponding to the releases
+  listed at :doc:`releases <../releases>`
 
 Rules
 -----
 
 The source repos are all on github.
 
-* Any branch pushed to ceph.git will kick off builds that will either
-  run unit tests or generate packages for gitbuilder.ceph.com.  Try
+* Any branch pushed to ceph-ci.git will kick off builds that will
+  generate packages and repositories on shaman.ceph.com. Try
   not to generate unnecessary load.  For private, unreviewed work,
   only push to branches named ``wip-*``.  This avoids colliding with
   any special branches.
 
-* Nothing should every reach a special branch unless it has been
+* Nothing should reach a special branch unless it has been
   reviewed.
 
 * Preferred means of review is via github pull requests to capture any