Skip to content

Commit

Permalink
fix leftover occurrences of old make dist command line (sylabs#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
preminger authored May 8, 2023
1 parent 5f101f9 commit 88f25f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ begins by branching, and then issuing, a release candidate for broader testing.
1. Push the tag via `git push upstream v3.11.0-rc.1`.
1. Download the rpm and deb packages, which are generated as CI job artifacts,
from the CircleCI workflow for the tag.
1. Create a tarball locally, via `git clean -fdx && mconfig -v && make dist`.
1. Create a tarball locally, via
`git clean -fdx && ./mconfig -v && make -C builddir dist`.
1. Test intallation locally from the tarball.
1. Compute the sha256sums of the tarball and packages, e.g. by collecting them
in a single directory and running `sha256sum * > sha256sums`.
Expand Down Expand Up @@ -145,7 +146,8 @@ release of a new major or minor version. Each new RC follows step 5 and above.
1. Push the tag via `git push upstream v3.12.0`.
1. Download the rpm and deb packages, which are generated as CI job artifacts,
from the CircleCI workflow for the tag.
1. Create a tarball locally, via `git clean -fdx && mconfig -v && make dist`.
1. Create a tarball locally, via
`git clean -fdx && ./mconfig -v && make -C builddir dist`.
1. Test intallation locally from the tarball.
1. Compute the sha256sums of the tarball and packages, e.g. by collecting them
in a single directory and running `sha256sum * > sha256sums`.
Expand Down

0 comments on commit 88f25f1

Please sign in to comment.