Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Aug 3, 2022
1 parent 89b6ad8 commit ca3d221
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/developer/release/README-release-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,13 @@ <h2 id="step_by_step">Step by Step</h2>
</li>
<li>
<strong>In a user-specific temporary directory, clone/update the Checker Framework repository (it contains the release scripts).</strong><br/>
<code>mkdir -p /scratch/$USER/cf-release<br/></code>
<code>cd /scratch/$USER/cf-release<br/></code>
<code>test -d checker-framework && (cd checker-framework && git pull --ff-only --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git<br/></code>
<code>cd checker-framework/docs/developer/release<br/></code>
<pre><code>
mkdir -p /scratch/$USER/cf-release
chmod -R types_www /scratch/$USER/cf-release
cd /scratch/$USER/cf-release
test -d checker-framework && (cd checker-framework && git pull --ff-only --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git
cd checker-framework/docs/developer/release
</code></pre>
(The release scripts will checkout and build all dependencies.)
</li>
<li><strong>Run release_build</strong> to create the release artifacts and place them in the development website<br/>
Expand Down Expand Up @@ -247,7 +250,7 @@ <h2 id="pre_release_checklist">Pre-release Checklist</h2>
<tr>
<td>1.</td>
<td><strong>Ensure you are a member of the types_www and pl_gang groups</strong><br/>
Run the command "groups" on the file system (perhaps on Buffalo).
Run the command "groups" on the CSE file system (perhaps on Buffalo).
If the group types_www or pl_gang do not appear in the list, email the appropriate
person to be added (currently Michael Ernst).
</td>
Expand Down

0 comments on commit ca3d221

Please sign in to comment.