Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quincy: doc/dev/release-process.rst: note new 'project' arguments #57645

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions doc/dev/release-process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,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 @@ -197,7 +197,13 @@ 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/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
Loading