Skip to content

Commit

Permalink
Merge pull request ceph#57642 from dmick/wip-release-doc
Browse files Browse the repository at this point in the history
doc/dev/release-process.rst: note new 'project' arguments
  • Loading branch information
dmick authored May 23, 2024
2 parents c7a49fa + 7e64c63 commit f7240f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/dev/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht

.. prompt:: bash

sign-rpms octopus
sign-rpms ceph octopus

Example::

$ sign-rpms octopus
$ sign-rpms ceph octopus
Checking packages in: /opt/repos/ceph/octopus-15.2.17/centos/7
signing: /opt/repos/ceph/octopus-15.2.17/centos/7/SRPMS/ceph-release-1-1.el7.src.rpm
/opt/repos/ceph/octopus-15.2.17/centos/7/SRPMS/ceph-release-1-1.el7.src.rpm:
Expand All @@ -206,12 +206,12 @@ See `the Ceph Tracker wiki page that explains how to write the release notes <ht

.. prompt:: bash $

sync-push octopus
sync-push ceph octopus

This leaves the packages in a password-protected prerelease area
at https://download.ceph.com/prerelease. Verify them from there.
When done and ready for release, mv the directories to the parent
directory (that is, "mv <whatever you're promoting> ..".
at https://download.ceph.com/prerelease/ceph. Verify them from there.
When done and ready for release, mv the directories to the release
directory (that is, "mv <whatever you're promoting> ../..".


5. Build Containers
Expand Down

0 comments on commit f7240f8

Please sign in to comment.